@charset "UTF-8";
/* CSS Document */


body {
	background: url(../img/bg.jpg) #1b1b1b repeat-x;
	margin: 0px;
	width: 100%;
}
div.clear{
	clear: both;
}


/* HEADER */

div#header {
	background: #1b1b1b;
	width: 100%;
}
div#header div.contenu{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 1;
	background: url(../img/bg_logo.jpg) no-repeat;
		
}
div#header div#logo{
	display:inline-block;
	posision: absolute;
	z-index: 1;
		
}
div#header  div#flags {
	display:inline-block;
	posision: absolute;
	margin-top: -165px;
	float:left;
	width: 67px;
	height: 22px;
	background: url(../img/bg_flag.jpg) no-repeat;
	text-align: center;
	z-index: 100;
	top: 0px;
	margin-left: 870px;
}


/* MENU */

div#menu{
	background: url(../img/menu_bg.jpg) #1b1b1b repeat-x;
	width: 100%;
	height: 36px;
}
div#menu div.contenu{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: #CCCCCC;
	text-align: center;
}
div#menu div.contenu img{
	border: 0px;
	cursor: pointer;
}


/* CORPS */

div#corps {
	background: url(../img/corps_bg.jpg) #1b1b1b repeat-x;
	width: 100%;
	min-height: 555px;
}
div#corps div.contenu{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
div#corps div.contenu div.photo_left{
	float: left;
}


div.text-accueil{
	display: inline-block;
	width: 800px;
	text-align: justify;
	font-style: italic;
	margin-top: 10px;
}



hr.separation{
	color: #fff;
	background-color: #fff;
	height: 1px;
	border: 0;

}




div.text-page{
	display: inline-block;
	width: 900px;
	margin-left: 40px;
	text-align: justify;
	margin-top: 10px;
	font-size: 13px;
}
div.text-page div.english, div.text-page span.english{
	font-style: italic;
	color:#f7cf8a;

}

div.text-page div.english a, div.text-page span.english a{
	color:#f7cf8a;
}
div.text-page div.english a:hover, div.text-page span.english a:hover{
	color:#fff;
}

div.text-page div.col1{
	display: inline-block;
	float: left;
	width: 430px;
	text-align: justify;
	margin-top: 10px;
	font-size: 13px;
}
div.text-page div.col2{
	display: inline-block;
	float: right;
	width: 430px;
	text-align: justify;
	margin-top: 10px;
	font-size: 13px;
}
div.text-page div.col1_contact{
	display: inline-block;
	float: left;
	width: 370px;
	text-align: justify;
	margin-top: 10px;
	font-size: 13px;
	text-align: center;

}
div.text-page div.col2_contact{
	display: inline-block;
	float: right;
	width: 490px;
	text-align: justify;
	margin-top: 10px;
	font-size: 13px;
	
}




div.text_ml{
	float: left;
	display: inline-block;
	
	padding-top: 20px;
	text-align: justify;
	font-style: italic;
	
	font-size: 12px;	
}
div.text{
	float: left;
	display: inline-block;
	width: 530px;
	padding-top: 20px;
	text-align: justify;
	font-style: italic;
	margin-left: 15px;	
}
div.text-accueil span.titre, div.text_ml span.titre{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

div.text-accueil span.or{
	color: #f7cf8a;
	font-weight: bold;
}


div#corps div.contenu div.exemple{
	float: right;
	display: inline-block;
	padding-top: 20px;
}





/* FOOTER */

div#footer{
	background: url(../img/footer_bg.jpg) #1b1b1b no-repeat center;
	width: 100%;
	height: 44px;
}
div#footer div.contenu{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: #6d6d6d;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px; 	
	color: #6d6d6d;
	padding-top: 15px;
}
div#footer div.contenu a{	
	color: #6d6d6d;
	text-decoration: underline;
}
div#footer div.contenu a:hover{	
	color: #bd9d6c;
	text-decoration: underline;
}





/* PAGE CONTACT */

table.table_contact{
	margin-top: 15px;
}
table.table_contact tr{
	height: 35px;
}
input.special {
	display: none;
}

input.champs_saisie {
	padding-left: 5px;
	border: 1px solid #bd9d6b;
	width: 250px;
	background-color: #4b4b4b;
	color: #ffffff;
	font-size: 13px;
	
}
textarea.champs_saisie {
	margin-top: 5px;
	padding-left: 5px;
	padding-top: 5px;
	border: 1px solid #bd9d6b;
	width: 400px;
	background-color: #4b4b4b;
	color: #ffffff;
	font-size: 13px;
}
span.obli{
	font-size: 10px;
	color:#939393;
}



