body {
	background:#20232a url(img/bg.gif) repeat-x;
	margin:0;
	padding:0;
}

h1 {
	margin:0;
}

h2 {
	font-family:Verdana;
	font-size:1.3em;
	color:#2f3234;
	margin:0 0 0.5em 2em;
	font-weight:normal;
}

h3 {
	font-family:Arial;
	font-size:1,4em;
	color:#2f3234;
	margin:0 0 0.5em 1em;
	font-weight:normal;
}

img {
	border:none;
}

a {
	outline:none;
	text-decoration:none;
}


p {
	font-family:Verdana;
	font-size:0.8em;
	color:#2f3234;
	text-align:justify;
	margin:0 2em 0.5em 1.6em;
}

/*********GENERAL**/

#general {
	width:954px;
	margin:auto;
}

/*********HEADER**/

#header {
	background:url(img/header.png) no-repeat;
	width:954px;
	height:196px;
}

#logo a {
	width:310px;
	height:160px;
	position:relative;
	left:30px;
	top:10px;
	text-indent:-5000px;
	float:left;
}

#annuaire a {
	width:188px;
	height:65px;
	position:relative;
	left:200px;
	text-indent:-5000px;
	float:left;
	background:url(img/annuaire.png)
}

/*********CONTENU**/

#contenu {
	background:url(img/contenu.png);
	width:954px;
	margin:0;
	padding-top:20px;
}

/*********BLOC**/

.haut_bloc {
	background:url(img/hautBloc.png);
	width:873px;
	height:20px;
	margin:auto;
}


.milieu_bloc {
	background:url(img/milieuBloc.png);
	width:873px;
	min-height:180px;
	margin:auto;
	display:table;
}


.bas_bloc {
	background:url(img/basBloc.png) no-repeat;
	width:873px;
	height:36px;
	margin:auto;
	padding-bottom:20px;
}

.imgDroite {
	float:right;
	margin:0 20px; 0 0;
}

.imgGauche {
	float:left;
	margin:0 20px; 0 0;
}

#contact {
	position:relative;
	right:3em;
	width:250px;
	height:100px;
	float:right;
}

/*********FOOTER**/

#footer {
	background:url(img/footer.png);
	width:954px;
	height:337px;
	margin:auto;
}

/*********SIGNATURE**/

#signature {
	width:954px;
	margin-top:-16px;
}

p.link {
	margin:0;
	text-align:center;
}

p.link a {
	font-family:Verdana;
	font-size:0.9em;
	color:#7f8591;
	text-align:justify;
	margin:0;
}

p.link a:hover {
	color:#4a505b;
}

/********MENU**/


#menu {
	background:url(img/contenu.png);
	color:#a1aabd;
}

#idList {
	margin: 0;
	padding: 0;
	width:888px;
	height:28px;
	border-bottom:#a1aabd solid 1px;
	position:relative;
	left:34px;
	top:12px;
	font-family:Verdana;
	font-size:0.8em;
	font-weight:bold;
}
 
#idList li {
	display: inline;
	margin: 0;
	padding: 0 1px 0 0;
	float:left;
}

#idList li a.lieux {
	background: #fed400;
	color: #fff;
	padding:12px;
}

#idList li a.prod {
	background: #c31781;
	color: #fff;
	padding:12px;
}

#idList li a.pro {
	background: #0077bd;
	color: #fff;
	padding:12px;
}

#idList li a.curieux {
	background: #a1c309;
	color: #fff;
	padding:12px;
}


