@CHARSET "ISO-8859-1";
#conteneur{
	width:1250px;
	overflow:hidden;
}
#gauche{
	width:980px;
	height:65px;
	overflow:hidden;
	min-height:65px;
	float:none;
	display:block;
}
#gauche .separation{
	display:none;
}
#menuV li:first-child a{
	font-size:28px;
	padding-top:0;
	background:#d64541;
	color:#fff;
	text-decoration:none;
}
#menuV li:last-child{
	display:none;
}
#logoHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width:173px;
	
}
#corps.accueil{
	width:1250px;
	min-height:200px;
	/*background:#fff;*/
}
.bandeau-borne{
	/*background:#fff;*/
	width:980px;
}
.bandeau-borne img{
	max-width:1250px;
}
#corps{
	width:auto;
	min-height:400px;
}
#raccourcis{
	width:947px;
	margin-top:76px;
	float:left;
}

#raccourcis .cadre{
	float:left;
	width:392px;
	height:198px;
	margin:26px 40px;
	cursor:pointer;
}
#raccourcis .cadre .titre{
	font-size:25px;
	font-weight:bold;
}
#raccourcis #chercher.cadre{
	background:#dcdcdc url(../images/raccourci_annuaire.png) no-repeat top left;
}
#raccourcis #chercher.cadre .titre{
	color:#fff;
	text-align:right;
	font-size:25px;
	margin-right:10px;
}
#raccourcis #menus.cadre{
	background:#c4ea3e url(../images/raccourci_menus.png) no-repeat top left;
}
#raccourcis #menus.cadre .titre{
	color:#3d3d3d;
	font-size:32px;
	line-height:30px;
	top:64px;
	left:186px;
	position:relative;
	width:140px;
	text-align:left;
}
#raccourcis #animations.cadre{
	background:#299abb url(../images/raccourci_animations.png) no-repeat top left;
}
#raccourcis #animations.cadre .titre{
	color:#fff;
	top:80px;
	left:27px;
	position:relative;
	
	text-align:left;
}
#raccourcis #documents.cadre{
	background:#c4ea3e url(../images/raccourcis_documents.png) no-repeat top left;
}
#raccourcis #documents.cadre .titre{
	color:#5f5757;
	margin:3px;
	left:20px;
	top:30px;
	position:relative;
}
#ephemeride{
	
	width: 230px;
	min-height:260px;
	padding: 10px 20px 15px 20px;
	text-align: left;
	display:inline-block;
	vertical-align:top;
	/*background:#dcdcdc;
	border:1px solid  #cecece;*/
	font-weight:bold;	
	color:#333;
	font-size:30px;
	text-align:center;
	margin-top:120px;
}
#ephemeride .meteo{
	margin-top:30px;
}
#ephemeride .temperature{
	text-align:right;
	font-size:30px;
}
#ephemeride .saint{
	color:#0981ad;
	margin: 10px 0;
}
#actuAccueil{

}	
#footer{
	display:none;
}

.boutonRecherche a, input[type="submit"].boutonRecherche{
	padding:10px 20px;
	font-size:20px;
	background:#d64541;
	color:#fff;	
	border:none;
}
#formRechercheAnnuaire input[type="text"]{
	font-size:20px;
	height:20px;
	width:300px;
	padding:10px;
}
#boutonNouvelleRecherche{
	position:absolute;
	top:250px;
	right:40px;
}
#formRechercheAnnuaire{
	font-size:16px;
	text-align:center;
}
.moduleKmlAnnuaire{
	font-size:16px;
}
.moduleKmlAnnuaire .fiche{
	border-top:1px solid #c6c6c6;
	padding:10px 0;
}
.moduleKmlAnnuaire .fiche .btn_trouver_chambre{
	float:right;
	padding:7px 10px;
	font-size:16px;
	background:#666;
	color:#fff;	
	border:none;
	
}
.moduleKmlAnnuaire .fiche .map{
	text-align:left;
	position:relative;
}
.moduleKmlAnnuaire .fiche .map img{
	z-index:1;
	position:relative;
}
.moduleKmlAnnuaire .fiche .map .map-point{
	z-index:1;
	position:absolute;
	width:20px;
	height:20px;
	background:#d64541;
	border-radius:50%;
	border:1px solid white;
}
.moduleKmlMenusJour{
	width:550px;
	margin:0 auto;
	background:url(../images/ardoise.jpg) no-repeat;
	color:white;
	padding:30px 30px 0 30px;
	font-size:20px;
	font-family: 'Kalam', cursive;
}
.moduleKmlMenusJour h1, .moduleKmlMenusJour h2, .moduleKmlMenusJour h3{
	color:white;
}
.moduleKmlMenusJour h1{
	text-align:center;
}	
.pagination{
	text-align:center;
}
.pagination a{
	background:#efefef;
	padding:3px 10px;
	border:1px solid #e0e0e0;
	margin:0 5px;
}
.pagination a.selected{
	background:#d64541;
	color:#fff;
}
.pagination a:hover{
	text-decoration:none;
}