body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-color:#e9eaf2;
	font-family:verdana;
}

#root {
	text-align:center;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	width:980px;
}

#header {
	background-image:url('media/images/content/background_header_FR.jpg');
	background-repeat:repeat-x;
	height:207px;
	width:970px;
}

#menu {
	margin-top:-63px;
}

#flag {
	padding-top:40px;
	padding-left:850px;
}


#menu{
	padding-top: 4px;
}

ul#menu_liste {
	margin-top: 0px;
	padding : 163px 0 5px 0;
	list-style-type : none;
	font-size : 0.8em;
	text-align: center;
}

ul#menu_liste li {
	display: inline;
	/*margin:0px;*/
	margin:-5px;
	padding : 5px 0;	
}

ul#menu_liste li a {
	padding : 5px 1em 5px 1em;
	text-decoration: none;
	color:#FFFFFF;
	font-size:1.4em;
}

ul li p {
	margin : 0px;
}

#infos #tarifs ul {
	list-style: none;
}
#infos #tarifs .legend {
	font-weight: bold;
	width: 130px;
}
#infos #tarifs .legend,
#infos #tarifs .price {
	display: inline-block;
}

#menu_liste_first  {
	border:none;
	background-image:url('media/images/content/background_menu_first.png');
	border-bottom: 1px solid #000;
}

.menu_list_middle {
	background-image:url('media/images/content/background_menu_middle.png');
	background-repeat:repeat-x;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

#menu_liste_last {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-image:url('media/images/content/background_menu_last.png');
	background-repeat:repeat-y;	
}

#menu_liste_last {
	padding-right: 40px !important;
}

#footer {
	height:150px;
	width:970px;
	background-image:url('media/images/content/background_line_footer.jpg');
	background-repeat:repeat-x;
}

#copyright {
	color:#FFFFFF;
	padding-top:30px;
	font-size: 0.8em;
}

.admin #cms-access {
	clear : both;
	margin: 10px 0px;
}
.admin #cms-access a {
	color : #FFF;
}

.editable {
	border : dotted #333 2px;
	padding : 5px;
}
.editable:hover {
	background-color: rgba(0,180,255,.5);
}

#alert {
	width: 100%;
	height: 30px;
	line-height: 30px;
	top: 0px;
	position: fixed;
}
#alert p {
	margin: 0px;
	text-align: center;
	vertical-align: middle;
}
#alert.success {
	background-color: #97D17A;
}
#alert.error {
	background-color: #FA6E69;
}