@charset "utf-8";
@import url(content.css);
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	font-family: Arial, verdana, times, "sans-serif";
}

body{
	background-color: #666;
	
}

#center_all{
	position: relative;
	margin: 0 auto;
	width: 988px;
}

#header hr, #footer hr, #menu hr, #left hr{
	display: none;
}

#header{
	background-image: url(images/header/fonds_header.png);
	width: 988px;
	height:  180px;
}

#header h1, #header h2{
	text-indent: -9999px;
	
}

#menu{
	background-color: #000;
	height: 48px;
}

.nopuce{
	list-style-type: none;
}

#menu li a, #menu li a:link, #menu li a:visited{
	background-image: url(images/header/bt_menu_link_hover.png);
	background-position: left bottom;
	display: block;
	float: left;
	margin: 0 0 0 1px;
	text-decoration: none;
	color: #ccc;
	font-weight: bold;
	font-size: 0.8em;
	width: 140px;
	text-align: center;
	line-height: 50px;
}

#menu li a#hotel{
	line-height: 15px;
	padding: 9px 0;
	height: 32px;
}

#menu li a:hover, #menu li a:active{
		background-image: url(images/header/bt_menu_link_hover.png);
		background-position: left top;
		font-weight: bold;
		color: #fff;
}

#left{
	background-image: url(images/left/fonds_left.png);
	/*float: left;*/
	width: 266px;
	min-height: 849px;
	border-right: solid 1px #ccc;
	padding: 41px 0 0 16px;
	font-size: 0.8em;
}

#left h3{
	text-indent: -9999px;
}

#left #contact h3{
	/*text-indent: -9999px;*/
	background-image: url(images/left/telephone.png);
	background-repeat: no-repeat;
	height: 50px;
}

#left #contact li#telephone{
	text-indent: -9999px;
}

#left #contact li#etude{
	text-indent: -9999px;
	background-image: url(images/left/etude.jpg);
	background-repeat: no-repeat;
	margin: 15px 0 0px 65px;
	height: 144px;
}

#left a img{
	border: none;
}

#realisations{
	width: 250px;
	height: 240px;
	margin-bottom: 15px;
}

/*#realisations h3{
	text-indent: -9999px;
}
*/
#realisations ul li{
		border-bottom: 1px solid black;
}

#realisations ul li a{
	display: block;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	padding-left: 10px;
	color: #555;
	font-weight: bold;
	font-size: 0.9em;
}

#realisations ul li a:hover{
	color: #fff;
	background-color: #555;
}

#footer{
	clear: both;
	background-color: #333;
	padding: 15px 0;
	height: 53px;
}

#footer ul#mentions{
	width: 300px;
	margin: 0 auto;
}

#footer ul#mentions li{
	float: left;
	color: #ccc;
}

#footer ul#mentions li a{
	margin: 0 0 10px 3px;
	text-decoration: underline;
	color: #ccc;
	font-size: 0.8em;
}

#footer ul#mentions li a:hover{
	color: #d70023;
}

#footer ul#adresse{
	width: 700px;
	margin: 10px auto 0 auto;
	clear: left;
}

#footer ul#adresse li{
	float: left;
	margin: 10px 0 0 3px;
	text-decoration: none;
	color: #ccc;
	font-size: 0.8em;
}

