body{
margin:0px;
font-family:Myriad Pro;
font-size:1.2em;
background-color:#9cb24d;
color:#000;
}

h3{
	color:#3F69B2;
	text-align:center;
}

h3 a{
	color:#3F69B2;
}

header{
	width:1024px;
	margin:0 auto;
}

/*===============Menu===========*/
nav{
	font-family:Harrington;
	width: 930px;
 	margin:0 auto;
	list-style: none;
	overflow: hidden;
	text-align:center;
}


nav ul {
 	padding:0px;
	margin: 0px;
 	list-style-type:none;
 	text-align:center;
 	

}
 
nav li {
	margin-top:5px;
	margin-right:5px;
	float: left;
	text-align: center;

 }
 
 nav ul li{
 text-align:center;
 }
 
nav a {
	 
	width: 150px;
	height: 28px;
	color: #FFF;
	display: block;
	padding-top:2px;
	font-size: 1em;
	text-decoration: none;
	background-image:url(../images/bouton_1.png);

 }
 
 nav li ul {
 	position:absolute;

 }
 
nav a:hover {
background-image:url(../images/bouton_2.png);
color: #000;
}

nav li:hover {
	color: #FFF;
	
	
}

 nav ul li ul {
	 display:none;
}
 
 nav ul li:hover ul {
	display:block;
 }
 
nav li:hover ul li {
 	float:none;
}

/*===================================*/

/*============Content================*/
#central{
	width:1015px;
	margin:0 auto;
	background:#b9d164;
	min-height:600px;
	padding:5px;
	margin-top:20px;
	-moz-border-radius:7px;
  -webkit-border-radius:7px;
  border-radius:7px;
  box-shadow:2px 2px 2px #363636;
}

.texte{
	margin-bottom:30px;
	width:90%;
	margin:0 auto;
}
.texte p{
	text-align:center;
	line-height:45px;
}

.texte a{
	color:#4D76B6;
	text-decoration:none;
	font-weight:bold;
}

.texte a:hover{
	color:#4D76B6;
	text-decoration:underline;
	font-weight:bold;
}

.texte2{
	width:100%;
	margin: 0 auto;
	padding: 10px;
}

.texte2 a{
	color:#000;
}

.image2{
	width:740px;
	margin:0 auto;
	margin-top:25px;
}

.image2 a{
	text-decoration:none;
}

.image2 img{
	margin-right:10px;
}

.bannerbg{
	width:600px;
	margin:0 auto;
	-moz-border-radius:7px;
  -webkit-border-radius:20px;
  border-radius:7px;
  box-shadow:2px 2px 2px #363636;
}

.image-v{
	width:650px;
	margin:0 auto;
	margin-top:30px;
	
}

.image-v img{
	border:2px solid #4D76B6;
	margin-right:40px;
	width:170px;
		-moz-border-radius:7px;
  -webkit-border-radius:20px;
  border-radius:7px;
  box-shadow:2px 2px 2px #363636;
	}
	
.image-v a{
	text-decoration:none;
}

.image-h{
	width:750px;
	margin:0 auto;
	margin-top:30px;
	
}

.image-h img{
	border:2px solid #4D76B6;
	margin-right:40px;
	width:200px;
	-moz-border-radius:7px;
  -webkit-border-radius:20px;
  border-radius:7px;
  box-shadow:2px 2px 2px #363636;
	}
	
.image-h a{
	text-decoration:none;
}

.photos{
		width:1015px;
		margin:0 auto;
	margin-bottom:50px;
	min-height:1300px;
}

.photos ul li{
		float:left;
     margin:0 auto;
     width:150px;
     padding:10px;
     list-style:none;
}

.photos ul li a{
     display:block;
     overflow:hidden;
     width:150px;
     min-height:113px;
     margin-top:0px;
     margin-left:0px;
     border:0px solid rgba(0,0,0,0.7);
     transition-property:width,height,margin,z-index,border;
     transition-duration:0.3s;
}

.photos ul li a img{
     position:absolute;
     width:150px;height:113px;z-index:20;
     transition-property:width,height,z-index;
     transition-duration:0.4s;
     
}

#video{
	width:1015px;
	margin:0 auto;
	min-height:850px;
	margin-bottom:50px;
	margin-left:170px;
}

.encart_video{
	width:300px;
	margin:0 auto;
	float:left;
	margin-right:45px;
	padding:15px;
	
}
/*===================================*/

/*============footer=================*/

footer{
	text-align:center;
	background-color:#3F69B2;
	font-size:0.8em;
	width:1024px;
	height:50px;
	margin:0 auto;	
	margin-top:20px;	
	-moz-border-radius:7px;
  -webkit-border-radius:7px;
  border-radius:7px;
  color:#fff;
}

footer a {
	text-decoration:none;
	color:#fff;
}

footer a:hover {
	text-decoration:underline;
	color:#000;
}

footer p{
	color:#fff;
	font-size:0.7em;
}

/*===================================*/

/*=============content===============*/

.photo {
	-moz-border-radius:7px;
  -webkit-border-radius:20px;
  border-radius:7px;
  box-shadow:2px 2px 2px #363636;
  border:1px solid #3F69B2;
}

.arrondie2 {
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
background-color:#f7af21;
padding:1px;
box-shadow:4px 4px 4px #000000,
-1px -1px 2px #c0c0c0;
}


.arrondie {
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
background-color:#C0C0C0;
padding:1px;
box-shadow:4px 4px 4px #000000,
-1px -1px 2px white;
}

.arrondie_photo {
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
background-color:#C0C0C0;
padding:1px;
box-shadow:4px 4px 4px #000000,
-1px -1px 2px white;
}   

/*===================================*/

