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

body {
background:#000000;
	font-family:"Agency FB";
}
.navigation{
	width:120px;
	height:400px;
	float:left;
	margin-top:185px;
	margin-right:10px;
	}
.site{
	margin:0 auto;
	width:1000px;
	float:inherit;
}
.intro{
	font-family:"Agency FB":
	}
.header{
height:110px;
}
.logo{
	float:left;
	}
.logo a{
	text-decoration:none;
	color:#FFF;
	font-size:14px;
	
	}
.menu{
	float:right;
}
.login{
	float:right;
	margin-top:10px;
	height:25px;
	}
/*style du menu*/

.menu_nav {
	margin:0;
	padding:0 0 0 0;
	width:600px;
	float:right;
	font-family:"Agency FB";
	font-size:14px;
}
.menu_nav ul {
	margin-top:20px;
	list-style:none;
	padding:0;
	float:right;
}
.menu_nav ul li {
	margin:0;
	padding:0;
	float:left;
}
.menu_nav ul li a {
	display:block;
	margin:0 0 0 0px;
	padding:10px 10px;
	color:#ffffff;
	text-decoration:none;
	font-size:20px;
	line-height:16px;
}
.menu_nav ul li.active a{
	color:#fff;
	text-decoration:none;
	background:url(images/act.png);
}
 .menu_nav ul li a:hover {
	 color:#F00;
	 }
.zonetext{
	background:url(images/forms/z_text_log.png);
	border: none;
	color: #4b4c4c;
	font-size: 12px;
	height: 15px;
	padding: 6px 6px 6px 10px;
	width: 100px;
	}
.text{
	background:url(images/forms/z_text_nom.png);
	border: none;
	color: #424d50;
	font-size: 12px;
	height: 25px;
	padding: 4px 6px 6px 20px;
	width: 340px;
	}
.inscrit{
	background:url(images/forms/z_text_ins.png);
	border: none;
	color: #424d50;
	font-size: 12px;
	height: 25px;
	padding: 4px 6px 6px 20px;
	width: 175px;
	}
.jour_mois{
	background:url(images/forms/z_text_j_m.png);
	border: none;
	color: #424d50;
	font-size: 12px;
	height: 25px;
	padding: 6px 6px 6px 9px;
	width: 30px;
	}
.annee{
	background:url(images/forms/z_text_ann.png);
	border: none;
	color: #424d50;
	font-size: 12px;
	height: 25px;
	padding: 6px 6px 6px 7px;
	width: 75px;
	}
	
.message{
	background:url(images/forms/z_text_mes.png) ;
	border: none;
	color: #424d50;
	font-size: 12px;
	height: 165px;
	padding: 10px 8px 0px 10px;
	width: 345px;
	}
.banner{
height:377px;
width:1040px;
margin:10px 0 0 0 ;
}
.bannera{
	float:left;
	}
.bannerb{
	float:left;
	}
.bannerc{
	float:right;
	}
.bannerc img{
	margin-bottom:5px;
	}
.banner1{
	float:left;
	}
.banner2{
	float:right;
	}
.banner2 img{
	margin-bottom:5px;
	}
.menu2{
margin-top:0px;
height:25px;
}

/*style du menu*/

.amenu_nav {
	margin:0;
	width:150px;
	float:left;
	font-family:"Agency FB";
	font-size:14px;
}
.amenu_nav ul {
	margin-top:0px;
	list-style:none;
	padding:0;
	float:left;
}
.amenu_nav ul li {
	margin:0;
	padding:0;
	float:left;
}
.amenu_nav ul li a {
	display:block;
	margin:0 0 0 0px;
	padding:3px 3px;
	color:#F00;
	text-decoration:none;
	font-size:16px;
	line-height:12px;
}
.amenu_nav ul li.active a{
	color:#fff;
	text-decoration:none;
}
.amenu_nav ul li a:hover {
	 color:#fff;
	 }

.liste{
height:130px;
}
.content{
background:url(images/bg.jpg) repeat;
margin-top:10px;
padding:15px 15px 15px 15px;
text-align:justify;
}
.fouter{
background:url(images/foot.png) repeat;
margin-top:5px;
padding:15px 0px 0px 0px;
height:30px;
font-family: "Century Gothic";
font-size:12px;
}
.fouter a{
	color:#F00;
	}
.btn_ann{

border:0; 
background-image:url(images/forms/btn_ann.png); 
cursor:pointer;
height:20px;
width:65px;
}
.btn_ins{

border:0; 
background-image:url(images/forms/btn_enr.png); 
cursor:pointer;
height:20px;
width:80px;
}
.btn_pan{
border:0; 
background-image:url(images/forms/panier.png); 
cursor:pointer;
height:20px;
width:100px;
}
.btn_met{
border:0; 
background-image:url(images/forms/btn_met.png); 
cursor:pointer;
height:20px;
width:90px;
}
.chercher{
	}
.ind{
margin-top:5px;
padding:15px 0px 0px 0px;
height:30px;
font-family: "Century Gothic";
font-size:12px;
	}	
.ind a{
	color:#F00;
	}	
.fb a{
	background-image:url(images/forms/fb2.png);
	height:35px;
	width:35px;
}
.fb a:hover {
	background-image:url(images/forms/fb1.png);
	height:35px;
	width:35px;
	}
.hovergallery img{
-webkit-transform:scale(0.8); /*Webkit: Scale down image to 0.8x original size*/
-moz-transform:scale(0.8); /*Mozilla scale version*/
-o-transform:scale(0.8); /*Opera scale version*/
-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.5s; /*Mozilla duration version*/
-o-transition-duration: 0.5s; /*Opera duration version*/
opacity: 1; /*initial opacity of images*/
margin: 0 0px 0px 0; /*margin between images*/
}

.hovergallery img:hover{
-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
-moz-transform:scale(1.1); /*Mozilla scale version*/
-o-transform:scale(1.1); /*Opera scale version*/
box-shadow:0px 0px 30px gray; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 30px gray; /*Safari shadow version*/
-moz-box-shadow:0px 0px 30px gray; /*Mozilla shadow version*/
opacity: 1;
}
