/* Mise en forme de la page */

body {margin: 0px; background-color:#3e3724; background-image:url(images/bg.jpg); background-position:top; background-repeat:repeat-x;}


/* Menu fond noir Mise en forme */

#header {
margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px;
height:185px;
width:827px;	
}

#menu {
	margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px;
	height: 30px;
	width: 827px;
	text-align:center;
	background-image:url(images/menu.gif);
	vertical-align:middle;
	padding-top:16px;
}




#EnteteTexte{
	margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px;
	height:17px;
	width:827px;	
}

#contenu {
	margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px;
	height:auto;
	width:687px;
	background-image:url(images/BgTexte.gif);
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 2px;
	padding-bottom: 20px;
}


#footer {
	margin-top:0px; margin-left:auto; margin-right:auto; margin-bottom:0px;
	height: 62px;
	width: 827px;
	text-align:center;
	background-image:url(images/footer.gif);
	background-position:top;
	background-repeat:no-repeat;
}




/* Mise en forme des textes */


.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*text-align:justify;*/
	color: #646464;
}


/* titre H1 */
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ff9228;

}


/* autre textes */

.textePetit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #646464;
}



/* Liens par défault */

a:link {color: #ff9228; text-decoration: underline;}
a:visited {color: #ff9228; text-decoration: underline;}
a:hover {color: #666; text-decoration: none;}



/* Liens pour MENU DES ONGLETS - Doir être appliqué sur la cellule <td> ou tableau est non sur le texte*/

.menu a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000; text-decoration: none;}
.menu a:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000; text-decoration: none;}
.menu a:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #ff9228; text-decoration: none;}
.menu{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #ff9228; text-decoration: none; text-align:center;}
.menu p{ padding: 1px; margin:0px;}


/* Autres Code */


.photosPositionnementDROIT {float:right; margin-left: 15px; margin-top: 15px; margin-bottom: 15px;}

.photosPositionnementGAUCHE {float:left; margin-right: 15px; margin-top: 15px; margin-bottom: 15px;}

.tiret {border-bottom: dashed 1px; border-bottom-color: #ffca28;}

.noRepeat{background-position:top; background-repeat:repeat-x;}

.padding {padding:5px 20px 5px 20px;}



.boiteFormulaire {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #524b39;
border: 1px solid #ff9228;
background-color: #FFF;
}

