@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #FFF;
}
a img {
	border:none;
	float: none;
	margin-right: 600px;
	clip: rect(auto,auto,auto,600px);
}
.spacer {
	display: block;
	clear: both;
}
#global {
	width: 100%;
	background-color: #E5DDBB;
	background-image: url(images/fond_hotel_montpellier.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#site{
	width:895px;
	background-image: url(images/cadre_blanc_milieu.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 30px;
	margin-top: 0px;
	font-size: 0.9em;
	text-align: left;
}
/*===============================================*/
#header{
	width:955px;
	margin-right: auto;
	margin-left: auto;
}
#header h1, #header h2, #header hr{
	display:none;
	}
#menu {
	text-align: center;
	height: 51px;
	background-image: url(images/cadre_blanc_haut.png);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}
#menu ul {
	margin-left: 50px;
}
#menu li {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	line-height: 24px;
	margin-right: 4px;
}
#menu a {
	color: #F60;
	background-image: url(images/fond_bt_menu.jpg);
	background-repeat: repeat-x;
	display: block;
	background-position: left bottom;
	height: 24px;
	line-height:24px;
	padding: 0 15px;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	background-position: center;
}

#menu .selection {
	color: #FFFFFF;
	background-position: top;
}
#meteo {
	height: 60px;
	width: 60px;
	text-align: center;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	position: absolute;
	left: 866px;
	top: -16px;
}
#colGauche {
	width: 300px;
	float: left;
}
#colDroite {
}
/*===============================================NEWS*/
#news{
	overflow:hidden;
	margin:10px 15px;
	margin-bottom:0;
	padding-top:10px;
	border-top:1px dotted #ccc;
}
#news #actu{
	overflow:hidden;
}
#news a:hover{
	text-decoration:none;	
}
#news .section{
	padding:10px;
	background-color:#F5F2ED;
	border:1px solid #ccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:45%;
	float:left;
	margin-right:15px;
}
#site #news h1{
	font-size:2em;
}
#site #news h2{
	color:#222;
	font-size:1em;	
}
#site #news h2 span{
	color:#666;
	font-size:0.7em;
}
#news .section img{
	border:1px solid #666;
	float:left;
	margin:0 10px 10px 0;	
}
.all{
	background:url(images/icon-news.png) no-repeat left center;
	margin:8px 0;
	padding:5px;
	padding-left:35px;
	display:inline-block;
}
/*PIED===============================================*/

#footer{
	width:955px;
	height:58px;
	background-image: url(images/cadre_blanc_bas.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	clear: both;
}
#footer #sousmenu {
	float: none;
	margin-right: 35px;
	display: block;
	text-align: right;
	margin-bottom: 40px;
	font-size: .8em;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 600px;
	padding: 0px;
	
}
#footer #sousmenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #sousmenu a:hover {
	color: #F58E22;
}
#footer hr{
	display:none;
}
/*====================================*/
#footer address {
	font-size:0.8em;
	height: 30px;
}
#footer p {
	font-size:0.8em;
}
#footer a {
	texte-decoration:none;	
}
#footer a:hover {
	texte-decoration:underline;	

}address{
	font-size:0.7em;
	background-image: url(images/bande_fond_hotel_montpellier.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px 10px 40px;
}
address a {
	color: #999999;
	text-decoration: none;
}
address a:hover {
	color: #F58E22;
	text-decoration: none;
}
address img {
	width: 17px;
	height: 21px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#colDroite #acces {
	display: block;
	width: 520px;
	margin-left: 350px;
}
#alerteAccueil {
	display: block;
	margin-left: 20px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 5px;
}
#global #site #alerteAccueil p {
	color: #FF0000;
}
#global #site #alerteAccueil h4 {
	color: #FF0000;
}
/*===============================================SOCIAL LINKS*/
#global #site #social_links ul li{
	background-color:#FFF;
    float:left;
    list-style-type:none;
    background-image:none;
    padding:0px;
    margin-right:10px;
}
#global #site #social_links ul li a{
    display:block;
    height:64px;
    width:64px;
	margin:0px;
	padding:0px;
}
#global #site #social_links ul li a span{
    display:none;
}
#social_links ul li a.facebook{
    background-image:url(images/ico_facebook.png);
}
#social_links ul li a.twitter{
    background-image:url(images/ico_twitter.png);
}

