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

* {
	margin: 0;
	padding: 0;
}

img {
	border : none; 
}

body{
	background-color:#000000;
	background-image:url(../images/fond.jpg);
	background-position: top;
	color:#FFFFFF;
	width:943px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;

}

#banniere{
	width:943px;
	height:105px;
	margin: 0 auto 0 auto;
	float:left;
}

#corp{
	width:943px;
	height:auto;
	margin: 0 auto 0 auto;
	float:left;
}

#footer{
	width:943px;
	height:45px;
	margin: 50px auto 0 auto;
	background:transparent url(../images/footer.jpg) left top no-repeat;
	float:left;
}

#menu_haut{
	height:57px;
	width:943px;
	margin: 0 auto 20px auto;
	float:left;
}

#btn_menu_haut1{
	height:57px;
	width:235px;
	display: inline-block;
	background:transparent url(../images/btn_menu_haut1.jpg) left top no-repeat;
	float:left;
}
#btn_menu_haut2{
	height:57px;
	width:235px;
	display: inline-block;
	background:transparent url(../images/btn_menu_haut2.jpg) left top no-repeat;
	float:left;
}
#btn_menu_haut3{
	height:57px;
	width:235px;
	display: inline-block;
	background:transparent url(../images/btn_menu_haut3.jpg) left top no-repeat;
	float:left;
}
#btn_menu_haut4{
	height:57px;
	width:235px;
	display: inline-block;
	background:transparent url(../images/btn_menu_haut4.jpg) left top no-repeat;
	float:left;
}

#menu_gauche{
	height:auto;
	width:224px;
	margin: 40px auto 0 auto;
	float:left;
}

.btn_menu_gauche{
	height:33px;
	width:224px;
	display: inline-block;
	font-size:12px;
	padding: 10px 0 0 25px;
	background:transparent url(../images/btn_menu_gauche.jpg) left top no-repeat;
	float:left;
}

.btn_menu_gauche a:hover{
	color:#FFF;
	text-decoration:none
}

.btn_menu_gauche a{
	color:#999999;
	text-decoration:none
}

#section{
	width:696px;
	height:36px;
	color:#db1f3a;
	margin:40px 0 10px 10px;
	font-size:16px;
	padding:7px 0 0 10px;
	background:transparent url(../images/section.jpg) left top no-repeat;
	float:left;
}

#contentSlide {
	float:left;
	width:700px;
	height:500px;
} 

.panel{
	float:left;
	width:700px;
	height:550px;
	display:inline-block;
}

.titre_section{
	width:450px;
	height:25px;
	color:#FFFFFF;
	margin-left:25px;
	margin-top:15px;
	font-size:12px;
	float:left;
}

.titre_section_contact{
	width:170px;
	height:25px;
	color:#FFFFFF;
	margin-left:25px;
	margin-top:15px;
	font-size:12px;
	float:left;
}

.corp_section{
	width:650px;
	height:380px;
	margin-left:25px;
	font-size:12px;
	color:#999999;
	float:left;
	overflow:auto;
}

.corp_section_legal{
	width:650px;
	height:415px;
	margin-left:25px;
	font-size:12px;
	color:#999999;
	float:left;
}

.ul_section{
	width:650px;
	height:auto;
	margin-left:270px;
	font-size:12px;
	color:#999999;
	float:left;
}

.corp_section_parc{
	width:320px;
	height:auto;
	margin-left:25px;
	font-size:12px;
	color:#999999;
	float:left;
}

.corp_section_pk{
	width:400px;
	height:auto;
	margin-left:25px;
	margin-right:15px;
	font-size:12px;
	color:#999999;
	float:left;
}

.corp_section_contact{
	width:220px;
	height:auto;
	margin-left:25px;
	font-size:12px;
	color:#999999;
	float:left;
}

#ban_gauche{
	width:570px;
	height:105px;
	background:transparent url(../images/ban_gauche.jpg) left top no-repeat;
	float:left;
}

#ban_droite{
 	width:373px;
	height:105px;
	float:left;
}

#img_droite{
 	width:82px;
	height:82px;
	float:left;
}
#img_gauche{
 	width:82px;
	height:82px;
	float:left;
}

#texte_footer{
 	width:350px;
	height:43px;
	float:right;
	margin: 10px 10px 0 auto;
	color:#999999;
	font-size:12px;
	text-decoration:none;
}

#citation{
 	width:750px;
	height:15px;
	text-align:center;
	float:right;
	margin: 0 auto 0 auto;
	color:#999999;
	font-size:12px;
	text-decoration:none;
}

#texte_footer a{
	color:#999999;
	font-size:12px;
	text-decoration:none;
}

#form label{
	width:100px;
	height:15px;
	font-size:12px;
	color:#999999;
	float:left

}


