*{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#010C36;
	font-size:11px;
}

body{
	width:100%;
	height:100%;
	background-color:#F1EDDF;
}


h1{

}

img{
	border:0px;
}

ul{
	list-style-type:none;
}

a{
	color:#010C36;
}
input, textarea, select{
	font-weight:normal;
	border:1px solid #A79858;
	color:#890825;
	background-color:#FFEFCF;
}

.hidden{
	display:none;
}

#global-container{
	width:950px;
	height:496px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-475px;
	margin-top:-248px;
	background-color:#fff;
}

#header{
	height:108px;
	width:950px;
}

#nav-container{
	height:20px;
	width:950px;
	background-color:#890825;
}

#main-menu{
	width:870px;
	height:20px;
	float:left;
}

#lang-box{
	margin-top:2px;
	height:18px;
	width:80px;
	float:left;
}
#lang-box li{
	width:20px;
	height:18px;
	display:inline;
	line-height:18px;
	margin:2px 3px 0px 3px;
}


#content-container{
	width:950px;
	height:370px;
	clear:both;
	background-color:#000;
	color:#fff;
}



#header h1{
	height:108px;
	position:relative;
}

#header #logo-la-neyrette{
	height:93px;
	width:121px;
	margin-top:8px;
}
#header #text-hotel-restaurant{
	height:37px;
	width:269px;
	margin-left:-24px;

}



#infos-route-container{
	width:950px;
	height:370px;
}

#infos-route-container #left{
	width:278px;
	height:370px;
	float:left;
	background-image:url(../../../images/pages/infos-route/left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
}
#infos-route-container #left h2{
	width:165px;
	height:28px;
	position:absolute;
	bottom:4px;
	right:50px;
}

#infos-route-container #right{
	width:672px;
	height:370px;
	float:left;
}
#infos-route-container #description{
	color:#fff;
	font-weight:bold;
	float:left;
	width:300px;
	margin:10px;
	font-size:12px;
}
#infos-route-container ul{
	width:300px;
	margin:10px;
	float:right;
}
#infos-route-container ul li{
	padding:3px 0px;
	clear:both;
}
#infos-route-container ul li span{
	color:#F9D491;
	font-weight:bold;
	float:left;
}
#infos-route-container ul li img{
	float:right;
}
#infos-route-container #legende{
	clear:both;
	text-align:right;
	color:#F9D491;
	font-weight:normal;
	margin-right:10px;
}

