@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background:url(../images/accueil_fond.png) repeat-x #fff;
	}
div#conteneur {
	width:995px;
	text-align:left;
	margin: 0 auto;
	}
/* Header */
h1#header {
	border:0px;
	margin:0px;
	width:300px;
	position:absolute;
	top:0px;
	}
h1#header a {
	width:181px;
	height:57px;
	display: block;
	background:url(../images/logo.png) no-repeat;
	position:relative;
	left:71px;
	top:0px;
	text-indent: -8000px ;
	}
/* Header > Menu */
ul#menu {
	height:89px;
	width:464px;
	margin:0px;
	padding-left:400px;
	list-style-type: none;
	position:absolute;
	top:0px;
	}
ul#menu li {
	float:left;
	text-align:center;
	}
li#menu_accueil a {
	background:url(../images/accueil_menu_accueil.png) no-repeat 0 -89px;
	display:block;
	height: 89px;
	width: 102px;
	text-indent: -8000px ;
}
li#menu_prestations a {
	background:url(../images/accueil_menu_prestations.png) no-repeat 0 -89px;
	display:block;
	height: 89px;
	width: 106px;
	text-indent: -8000px ;
	margin-left:15px;
}
li#menu_references a {
	background:url(../images/accueil_menu_references.png) no-repeat 0 -89px;
	display:block;
	height: 89px;
	width: 108px;
	text-indent: -8000px ;
	margin-left:15px;
}
li#menu_contact a {
	background:url(../images/accueil_menu_contact.png) no-repeat 0 -89px;
	display:block;
	height: 89px;
	width: 103px;
	text-indent: -8000px ;
	margin-left:15px;
}
li#menu_accueil a:hover {
	background:url(../images/accueil_menu_accueil.png) no-repeat 0 0;
	display:block;
	height: 89px;
	width: 102px;
	text-indent: -8000px ;
}
li#menu_prestations a:hover {
	background:url(../images/accueil_menu_prestations.png) no-repeat 0 0;
	display:block;
	height: 89px;
	width: 106px;
	text-indent: -8000px ;
	margin-left:15px;
}
li#menu_references a:hover {
	background:url(../images/accueil_menu_references.png) no-repeat 0 0;
	display:block;
	height: 89px;
	width: 108px;
	text-indent: -8000px ;
	margin-left:15px;
}
li#menu_contact a:hover {
	background:url(../images/accueil_menu_contact.png) no-repeat 0 0;
	display:block;
	height: 89px;
	width: 103px;
	text-indent: -8000px ;
	margin-left:15px;
}
/* Header > Photo */
div#photo {
	display:block;
	background:url(../images/accueil_photo.jpg) no-repeat;
	height:309px;
	width:100%;
	background-position: center 72px;;
	}
/* Contenu */
div#contenu {
	top:309px;
	height:240px;
	width:100%;
	background-position: center 72px;
	;
	}
p.paragraphe_gauche {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9b9b9b;
	line-height: 15px;
	text-align: justify;
	margin-top:40px;
	margin-left:37px;
	width:360px;
	height:190px;
	position:absolute;
	}
p.paragraphe_centre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9b9b9b;
	line-height: 15px;
	text-align: justify;
	margin-top:40px;
	margin-left:440px;
	width:275px;
	height:128px;
	position:absolute;
	}
p.paragraphe_droite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9b9b9b;
	line-height: 15px;
	text-align: justify;
	margin-top:40px;
	margin-left:755px;
	width:208px;
	height:190px;
	position:absolute;
	}
/* Footer */
div#footer {
	padding-top:15px;
	}
div#footer p {
	color:#535252;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding:0px;
	}
div#footer a {
	color:#535252;
	text-decoration:none;
	}
div#footer a:hover {
	color:#939393;
	text-decoration:none;
	}
