@charset "utf-8";
/* CSS Document */

body {
	/*background-image: url(../images/fond2.jpg);
	background-repeat: no-repeat ;
	background-position: top center; */
	background-color: #7e8d6b;
	margin-top: 0px;
	margin-left: 0px;
}

body,td,th,table {
	font-family:"Century Gothic";
	font-size: 13px;	
	color: #333333;
	text-align: justify;
	padding-top:0px;
}

.header {
	background-image: url(../images/fond_header.jpg);
	background-repeat: no-repeat ;
	//background-position: top center;
}

.fondrepeat {
	background-image: url(../images/fond_repeat.jpg);
	background-repeat: repeat;
	background-position: top center;
}

.footer {
	background-image: url(../images/fond_footer.jpg);
	background-repeat: no-repeat ;
	background-position: top center;
}

.HomePage {
	background-image: url(../images/image_fondAccueil.jpg);
	background-repeat: no-repeat ;
	background-position: top center;
}

.bandeaupub {
	margin-left: 300px;
}

.titreRubrique {
	margin-top: 32px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 735px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.Menu1S {
	font-family:"Trebuchet MS";
	font-size: 16px;
	color: #201331;
}
.Menu1 {
	font-family:"Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;	
}

.Contact {
	font-family:"Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	text-align:right;
}

.Menu2 {
	font-family:"Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	margin-left:8px;
	line-height:25px;
}

.Menu2S {
	font-family:"Trebuchet MS";
	font-size: 13px;
	color: #201331;
	margin-left:5px;
	line-height:25px;
}

.Menu2S2 {
	font-family:"Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	margin-left:5px;
	line-height:25px;
}

.Menu3 {
	font-family:"Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	margin-left:8px;
}

.Menu3S {
	font-family:"Trebuchet MS";
	font-size: 13px;
	color: #201331;
	margin-left:7px;
}
/*p:first-letter  La première lettre de chaque paragraphe {
   font-weight: bold; // En gras 
   font-size: 1.2em; // Ecrit légèrement plus gros que la normale 
   color: #333333; // En couleur 
}*/

/* p
{
   text-indent: 20px;
} */

.STitre {
	font-family:"Century Gothic";
	font-size: 20px;	
	color: #BF5D41;	
	text-align: justify
}

.SsTitre {
	font-family:"Century Gothic";
	font-size: 13px;	
	color: #7E8D6B;	
	font-weight: bold;
	text-align: justify

}

.Promo {
	font-family:"Century Gothic";
	font-size: 10px;	
	color: #BF5D41;	
	text-align: justify
}

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	/*color: #BF5D41;*/
}
a:visited {
	text-decoration: none;
	/*color: #7E8D6B;*/
}



/* GALERIE PHOTOS */
#contentGalerie{
	text-align: center;
}

#precedent {
	margin: 0 0 10px 0;
	width: 277px;
	text-align: left;
	font-weight:bold;
	font-size: 1.4em;
}
#suivant {
	margin: 0 0px 10px 0;
	width: 277px;
	text-align: right;
	font-weight:bold;
	float:right;
	font-size: 1.4em;
}