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

body{
	background-position: center top;
    background-repeat: repeat;
	margin: 0;
    padding: 0;
	background-color:#01002A;
}

#horloge{
	color:#FFF;
	text-align: center;
	background-image:url(../images/horloge.png);
	background-repeat:repeat-x;
	height:37px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFF;
	vertical-align:middle;
	padding-top: 7px;
}


#contenu{
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position: top center;
	height:830px;
	background-color:white;
}

#header{
	width:870px;
	height:170px;
	margin-left:auto;
	margin-right:auto;
	
}

#logo{
	float:left;
	
}
#h1{
	width:650px;
	height:25px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000032;
	text-transform:uppercase;
	text-align: right;
	
}

#menu{
	
	float:right;
	width:600px;
	height:50px;
	margin-top: 37px;
}

#langues{
	float:right;
	margin-top:-31px;
	
}

.button a {
   
   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fafafa;
	padding: 10px 15px 10px 15px;
	
	background: -moz-linear-gradient(
		top,
		#71a2bf 0%,
		#002146);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#71a2bf),
		to(#002146));
	background: -ms-linear-gradient(
		top,
		#71a2bf 0%,
		#002146);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71a2bf', endColorstr='#002146'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#71a2bf', endColorstr='#002146')"; /* IE8+ */  
    
    background: linear-gradient(
		top,
		#71a2bf 0%,
		#002146);
    
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #ffffff;
	-moz-box-shadow:
		1px 3px 2px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		1px 3px 2px rgba(000,000,000,0.5),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 0px 0px rgba(255,255,255,0);
   width:80px;
   margin-left:8px;
   float: left;
   text-align:center;
   text-decoration:none;
   }
   
.button:hover a, .button a.selected_button {
  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002146;
	padding: 10px 15px 10px 15px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#f6be07);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#f6be07));
		
	background: linear-gradient(
		top,
		#ffffff 0%,
		#f6be07);
	
	/* pour internet Explorer */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6be07'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6be07')"; /* IE8+ */  
    
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #ffffff;
	-moz-box-shadow:
		1px 3px 2px rgba(000,000,000,0.5),
		inset 1px 1px 3px rgba(246,194,7,1);
	-webkit-box-shadow:
		1px 3px 2px rgba(000,000,000,0.5),
		inset 1px 1px 3px rgba(246,194,7,1);
		text-shadow:
		1px 1px 0px rgba(255,255,255,1),
		0px 0px 0px rgba(255,255,255,0);
	text-decoration:none;
 	width:80px;
    margin-left:8px;
    float: left;
    text-align:center;
   }
.button:active a {
 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002146;
	padding: 10px 15px 10px 15px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#f6be07);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#f6be07));
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #ffffff;
	-moz-box-shadow:
		1px 3px 2px rgba(000,000,000,0.5),
		inset 1px 1px 3px rgba(246,194,7,1);
	-webkit-box-shadow:
		1px 3px 2px rgba(000,000,000,0.5),
		inset 1px 1px 3px rgba(246,194,7,1);
		text-shadow:
		1px 1px 0px rgba(255,255,255,1),
		0px 0px 0px rgba(255,255,255,0);
	text-decoration:none;


   }

	

#contenu_2{
	width:870px;
	height:660px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}


#contenu_3{
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-position: top center;
	height:142px;
	
}


#footer{
	width:870px;
	margin-left:auto;
	margin-right:auto;
	height:142px;
}

#signature{
	width:150px;
	float:left;
	margin-top:15px;
}
	


#menu_bas{
	text-align:center ;
	font-family:Arial, Helvetica, sans-serif;
	color:#39F;
	font-size:12px;
	margin-top:15px;
	width:325px;
	text-decoration:none;
	float: left;
    height: 142px;
    width: 570px;
}

#menu_bas a{
	text-decoration:none;
	color:#39F;
	
}
#map_monde{
  float: right;
    margin-top: -20px;
}