@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'FuturaLightBT';
	src: url('./FuturaLightBT.eot');
	src: local('FuturaLightBT'), url('./FuturaLightBT.woff') format('woff'), url('./FuturaLightBT.ttf') format('truetype');
}

*{
	font-family: 'FuturaLightBT';
}

body{
	background-color:#02253C;
	margin:0 auto;
	width:100%;
	/*background:url(../img/accueil.png) no-repeat 50% 0;*/
}

#container{	
	background:none;
	background-color:#D8DBDB;
	width:100%;
	border:none;
	margin:0 auto;
	padding:40px 0;
	box-shadow:1px 1px 10px #000;
	text-align:center;
}

#sub_container{
	width:900px;
	background-color:#fff;
	margin:0 auto;
}

#header{
	background-color:#02253C;
	width:100%;
	border:none;
	height:250px;
	padding-top:20px;
}

#content{
	background:url(../img/bandeau-lescubes.png) no-repeat;
	height:304px;
	width:700px;
	margin:0 auto;
}

#carre_chambre{	
	background:url(../img/carre_chambre_en.png) no-repeat 114px 21px;
	width:401px;
	height:297px;
	display:block;
}

#carre_chambre:hover{	
	background:url(../img/carre_chambre_enA.png) no-repeat 114px 21px;
}

#carre_langue{	
	background:url(../img/carre_langue_en.png) no-repeat;
	width:201px;
	height:197px;
	display:block;
	margin-top:67px;
	margin-left:52px;
	float:left;
}

#carre_langue:hover{	
	background:url(../img/carre_langue_enA.png) no-repeat;
}

#footer{
	background-color:#02253C;
	width:100%;
	border:none;
	text-align:center; 
	margin:0 auto;
	color:#D8DBDB;
	height:50px;
	font-size:16px;
	padding-top:20px;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	color:#fff;
}

#sub_footer{
	margin:0 auto;
	width:900px;
	height:50px;
	border-top:1px solid #d8dbdb;
	padding-top:20px;
}

#sub_footer div{
	text-align:center; 
	margin:0 auto;
	width:890px;
}
.copyright{
	font-size:12px;
}

.ras{
	clear:both;
}

.blanc{
	background-color:#E9EAE8;/*#ccd4ce;*/
}