/* CSS Document */
body{
	background-repeat:repeat-x;
	background-color:#000000;
	margin-left: -10px;
	margin-top: -10px;
}
/*/////////////////////////// DIV PRINCIPALE  ///////////////////////////////////////////////////////////////////////////////////////////*/
#Conteneur{
	position:relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
/* DIV PRINCIPALE CONTENU avec dimension CONTENU centré pour l'ecran ////////////////////////////////////////////////////////////////////*/
#contenu{
	position:relative;
	width: 850px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align:center;
	}
#footer{
	background-image:url(../images/fond_03.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#contenu{
	background-image:url(../images/centre_extension.jpg);
	background-repeat:repeat-y;
	color:#E7E0D0;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*height:500px;*/
}
#header_bas_produits{
	background-image:url(../images/photos-produits-bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:650px;
}
#header_bas_contact{
	background-image:url(../images/photos-contact-bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:650px;
}
#header_bas_promotions{
	background-image:url(../images/photos-promotions-bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:650px;
}
#header_bas_formations{
	background-image:url(../images/photos-formations-bas.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:650px;
}
.tab_photos{
	background-color:#000000;
}
/*MISE EN PAGE TEXTE*/
h3{	
	color:#E3BE3E;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
a{
	color:#E3BE3E;
	font-style:normal;
	text-decoration: none;
}
a:hover{
	color:#FFFFFF;
	/*position: absolute;*/
	/*font-style:italic;*/
	text-decoration: none;
}
.titre{
	font-size:19px;
	color:#E3BE3E;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-weight:bold;
}
.sous_titre{
	color:#FFA042;
	font-weight:bold;
}
.gros_sous_titre{
	color:#E3BE3E;
	font-weight:bold;
	font-size:14px;
}
.sous_titre2{
	color:#FFA042;
}
.italique_bold{
	color:#FFCE9D;
	font-weight:bold;
	font-style:italic;
}
.italique{
	color:#FFCE9D;
	font-style:italic;
}
.desc1{
	font-size:14px;
	/*height:130px;*/
	font-weight:bold;
	padding:20px;
	/*padding-top:20px;*/
	text-align:center;	
	color:#E7E0D0;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:1px solid #E7E0D0;
}
.descf{
	padding:20px;
	color:#E7E0D0;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:1px solid #E7E0D0;
}
.desc2{
	font-size:12px;
	/*height:130px;*/
	padding:5px;
	/*padding-top:20px;*/
	text-align:center;	
	color:#E3BE3E;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:1px solid #E7E0D0;
	margin-left:70px;
}
.desc3{
	font-size:14px;
	/*height:180px;*/
	width : 400px;
	font-weight:bold;
	padding:20px;
	/*padding-top:20px;*/
	text-align:center;	
	color:#E7E0D0;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:1px solid #E7E0D0;
}
.bloc_txt1{
	padding:10px;
	padding-left:20px;
	font-size:12px;
	text-align:justify;	
	color:#E7E0D0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.bloc_txt2{
	padding:10px;
	padding-left:20px;
	font-size:14px;
	text-align:justify;	
	color:#E7E0D0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.liens_footer{
	width:450px;
	padding-left:30px; text-decoration:none; font-size:10px;
}
.articles{
padding-left:10px;
}

