/*
Feuille de style
Auteur : Pernelle Rousselot
Date : mai 2007
*/


/*=======================================GENERAL=====*/
body{
  margin:0;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333;
  text-align:center;
  background:url(../medias/fond-general.jpg) top left repeat-x #fff;
}
body.intro{
  margin:0;
  padding:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#333;
  text-align:center;
  background:url(../medias/fond-accueil.jpg) top left repeat-x #f2f2f2;
}
table{
	border-collapse:collapse;
}
table, td, p{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}
#intro{
	margin:0 auto;
	padding:0;
	width:970px;
	text-align:center;
	color:#333;
}
#flash{
	height:429px;
	width:100%;
}
#diaporama{
	width:417px;
	margin:0 auto;
	color:#959595;
	text-align:justify;
}
#postit{
	float:left;
	margin:0px;
}
#referencement{
	float:right;
	margin:0px;
	width:250px;
	font-size:13px;
	text-align:justify;
	color:#959595;
}
#referencement a{
	color:#959595;
}
.maj{
	text-transform:uppercase;
	font-weight:bold;
}
#referencement strong{
	color:#333;
	font-weight:normal;
}
#referencement .anglais{
	font-size:11px;
}
td.fond_cadre{
	background:(../medias/cadre/fond.jpg) top left repeat-x #000;
}


#entete{
	height:341px;
	width:100%;
	background:url(../medias/entete.jpg) top left no-repeat #fff;
}
#conteneur{
	margin:0 auto;
	padding:0;
	width:970px;
	text-align:center;
	color:#333;
}
#pied{
	background:url(../medias/fond-pied.jpg) top left repeat-x #000;
	height:58px;
	padding:0px 30px;
	margin:0;
	color:#fff;
	font-size:9px;
	text-transform:uppercase;
}
#corps{
	padding:0 0 200px 0;
	background:url(../medias/bas.jpg) bottom left no-repeat #fff;
}
a.fond:link, a.fond:visited, a.fond:active{
	color:#333;
	text-decoration:none;
	border-bottom:1px dotted #333;
	padding:0px 2px;
}
a.fond:hover{
	color:#fff;
	background:#333;
	text-decoration:none;
	padding:0px 2px;
}
img{
	margin:0;
	padding:0;
	border:0;
}

#pied td{
	font-size:9px;
}
#corps td{
	  text-align:justify;
	  font-size:11px;
}
.contenu{
	padding:0 30px 10px 40px;
	font-size:10px;
}
.contenu2{
	padding:0 10px 10px 25px;
	margin:0 0 0 30px;
	border-left:1px solid #000;
	font-size:10px;
}
.contenu3{
	padding:0 40px 0 0;
}
.contenu4{
	margin:10px 40px 20px 0;
	border:1px solid #333;
	width:97%;
}
.contenu5{
	padding:0 60px 10px 40px;
	font-size:10px;
}
.contenu6{
	margin:10px 40px 20px 0;
	padding:5px 5px 5px 20px;
	border-left:1px solid #333;
	width:97%;
}

.titre{
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	color:#000;
	padding:0 0 20px 0;
}
.titre_menu{
	display:block;
	background:#B31716;
	padding:2px 10px;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}
.date{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#000;
	display:block;
	padding:2px 10px 2px 5px;
}
#langues{
	width:200px;
	height:70px;
	float:left;
	margin:200px 0 0 0;
}
.sous_titre{
	font-size:12px;
	text-transform:uppercase;
	color:#000;
	padding:5px 0 10px 0;
	font-weight:bold;
}
.sous_titre2{
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	color:#000;
	padding:5px 0 10px 0;
	font-weight:normal;
}

.petit_texte{
	font-size:9px;
}
.leg{
	text-transform:uppercase;
	color:#333;
	font-size:11px;
}
.prix{
	font-size:11px;
	font-weight:bold;
	display:block;
	text-align:right;
}
.ligne1, .ligne2{
	padding:2px 5px;
}
.ligne1{
	background:#efefef;
}
.ligne2{
	background:#fff;
}
/* ======== STYLES PAR DEFAUT DES ITEMS DE MENU ============ */

/* Couleur du libelle par defaut */
a.item:link img, a.item:visited img, a.item:active img{
	border:0;
	display:block;
	padding:10px 0;
	margin:0 !important;
	margin:10px 0 0 0;
}
a.item:hover img{
	border:0;
	background:url(../medias/fleche.jpg) bottom center no-repeat;
	display:block;
	padding:10px 0;
	margin:0 !important;
	margin:10px 0 0 0;
}

/* Couleur du libelle actif */
a.item_actif:link img, a.item_actif:visited img, a.item_actif:active img{
	border:0;
	display:block;
	padding:10px 0;
	margin:0 !important;
	margin:10px 0 0 0;
	background:url(../medias/fleche.jpg) bottom center no-repeat;
}

/*Couleur du libelle actif en survol */
a.item_actif:hover img{
	border:0;
	display:block;
	padding:10px 0;
	margin:0 !important;
	margin:10px 0 0 0;
	background:url(../medias/fleche.jpg) bottom center no-repeat;
}

label{
	width:150px;
	float:left;
	font-size:11px;
	margin:5px 0;
}
input, select, textarea{
	color:#333;
	border:1px solid #333;
	width:200px;
	margin:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:1px;
}
textarea{
	height:100px;
}
select{
	border:0;
}
input.bt-envoi{
	width:auto;
	border:0;
	margin:0 0 0 150px;
}

 
img.icone{
	float:left;
	margin:0 10px 10px 0; 
}
.separation{
	clear:both;
	width:100%;
	height:10px;
}
ul, li{
	list-style:none;
	margin:0;
	padding:0;
}
li{
	padding:2px 5px 2px 0;
}

.picto{
	height:80px;
	width:80px;
	background:url(../medias/picto-anim.gif) top left no-repeat;
	position:absolute;
}
.anim{
	border:4px solid #333;
	margin:12px 5px 5px 12px;
}
/* ==== DIAPORAMA ===== */
/* ======== STYLES POUR LES PHOTOS =========== */
.galerie{
	width:100%;
	margin:0;
	padding:0;
}
.photo{
	padding:10px;
	margin:0px 10px 10px 0px;
	border:1px solid #999;
	background:#fff;
	float:left;
	text-align:center;
	width:110px;
	height:140px;
}
/*  LARGEUR DU DIV CONTENANT L'IMAGE DE LA GALERIE  */
.photo table{
	width:110px;
	height:140px;
}

.photo td {
	text-align:center;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid gray;
	background:none;
	padding:0;
}
.highslide:hover img {
	border: 1px solid black;
	background:none;
	padding:0;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/* ================== */

a.sans:link, a.sans:visited ,a.sans:hover,a.sans:active,a.sans:link img, a.sans:visited  img,a.sans:hover img,a.sans:active img{
	border:0;
}
 
 .left{
 	float:left;
	margin:5px 10px 10px 5px;
 }
strong.rouge{
	background:#942924;
	color:#fff;
	padding:1px 5px;
	font-size:15px;
	font-weight:normal;
}
#tva{
	background:#ccc;
	padding:10px;
	width:220px;
	text-align:left;
	position:relatve;
}
#picto-tva{
	/*position:absolute;
	top:-20px;
	right:-20px;*/
	float:right;
	margin:-60px -30px 0 0;
}