body{
	margin:0px;
	padding:0px;
	color:#000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../images/ombre.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.Clear{
	margin:0px;
	padding:0px;
	height:0px;
	line-height:0px;
	clear:both;
}


h1{
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}

#Site{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#Haut{
	position:relative;
	background-color:#aeb5bb;
	height:35px;
	width:960px;
}

#Enseigne{
	position:absolute;
	text-indent:-5000px;
	height:38px;
	width:960px;
	top:0px;
	left:0px;
	background-image: url(/images/haut-fond.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#Menu{
	background-color:#7f8a93;
	color:#FFFFFF;
	text-align:center;
	padding-top:3px;
	height:17px;
	
}

#Menu a{
	color:#FFFFFF;
	text-decoration:none;
}

#Menu span{
	margin-left:6px;
	margin-right:6px;
}

#Contenu{
	background-color:#e3e5e4;
	height:401px;
	background-image: url(/images/la-cote-bleue.png);
	background-repeat: no-repeat;
	background-position: left 102px;
}

#Redac{
	margin-left:62px;
	float:left;
	width:267px;
	height:401px;
}

#Titre{
	margin:0px;
	padding:0px;
	margin-top:24px;
	margin-bottom:20px;
	height:40px;
	font-size:14px;
	color:#000000;
}

#Texte{
	height:282px;
	color:#52595f;
}

#Diapo{
	float:right;
	width:609px;
	height:401px;
}

#TarifHotel{
	width:117px;
	background-color:#7f8a93;
	color:#FFFFFF;
	text-align:center;
	height:26px;
	padding-top:7px;
	float:left;
}

#TarifHotel a{
	color:#FFFFFF;
	text-decoration:none;
}

#ContactezNous{
	width:117px;
	background-color:#aeb5bb;
	color:#52595f;
	text-align:center;
	height:26px;
	padding-top:7px;
	float:left;
}

#ContactezNous a{
	color:#52595f;
	text-decoration:none;
}

#CarteRestaurant{
	width:117px;
	background-color:#7f8a93;
	color:#FFFFFF;
	text-align:center;
	height:26px;
	padding-top:7px;
	float:left;
}

#CarteRestaurant a{
	color:#FFFFFF;
	text-decoration:none;
}

#Adresse{
	width:492px;
	background-color:#aeb5bb;
	color:#52595f;
	text-align:center;
	height:26px;
	padding-top:7px;
	float:left;
}

#PlanAcces{
	width:117px;
	background-color:#7f8a93;
	color:#FFFFFF;
	text-align:center;
	height:26px;
	padding-top:7px;
	float:left;
}

#PlanAcces a{
	color:#FFFFFF;
	text-decoration:none;
}

#Telecommande{
	height:100px;
	background-color:#e3e5e4;
}

#Telecommande img{
	margin-right:4px;
	margin-left:4px;
}

#Bas{
	height:15px;
	background-color:#e3e5e4;
	font-size:11px;
	color:#52595f
}

#Bas a{
	font-size:11px;
	color:#52595f;
	text-decoration:none;
}

#Copyright{
	margin-left:3px;
	float:left;
}

#Mentions{
	margin-right:3px;
	float:right;
}


/* SCROLLER {*/
a.jScrollArrowUp {
	background:none;
	background: url(/images/scroller-fleche-haut.png) repeat-x 0 0;
}
a.jScrollArrowUp:hover {

}
a.jScrollArrowDown {
	background:none;
	background: url(/images/scroller-fleche-bas.png) repeat-x 0 0;
}
a.jScrollArrowDown:hover {

}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {

}


#Redac .jScrollPaneTrack { /*Barre de fond */
	background:none;
	background-image: url(/images/scroller-barre-fond.png);
	background-repeat: repeat-y;
}
#Redac .jScrollPaneDrag { /*Bouton de la barre */
	background:none;
	background-image: url(/images/scroller-bouton.png);
	background-repeat: no-repeat;
}

.scroll-pane {
/*	width: 200px;*/
	height: 200px;
	overflow: auto;
}
/* SCROLLER }*/

