@charset "UTF-8";
* {
	padding:0;
	margin:0;
	-moz-outline: none;
}

body {
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	background-image: url(../images/fond.gif); 
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f8f8f7;
}
img {
	border:none;
	background-position: bottom;
}

#global {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
p {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

ul {
	list-style-type: none;
}
/*-----------------header-------------------*/
#header {
	width: 840px;
	height: 100px;
	position: relative;
	margin-bottom: 3px;
}
#header .logo {
	z-index: 1000;
	left: -39px;
	top:-16px;
	text-decoration: none;
	position: absolute;
	width: 184px;
	height: 174px;
}
#header .construction {
	z-index: 1010;
	right: 5px;
	top: 3px;
	text-decoration: none;
	position: absolute;
}

/*-----------------------navigation haut------------------*/
#navht {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, monospace;
}
#navht ul {
	list-style-type: none;
	height: 36px;
	width: 840px;
}
#navht ul li a {
	text-decoration: none;
	color: #003;
}
#navht ul li {
	float: left;
}

#navht ul li .navht_gch {
	background-image: url(../images/navht_barre.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	width: 12px;
}
#navht ul li .navht_barregch {
	background-image: url(../images/navht_barre.png);
	background-repeat: repeat-x;
	background-position: 0px -36px;
	height: 36px;
	width: 423px;
}
#navht ul li a .navht_peint {
	background-image: url(../images/fond_navht.png);
	background-repeat: no-repeat;
	background-position: -503px 0px;
	height: 36px;
	width: 100px;
}

#navht ul li a .navht_peint_stat {
	background-image: url(../images/fond_navht.png);
	background-repeat: no-repeat;
	background-position: -503px -108px;
	height: 36px;
	width: 100px;
}
#navht ul li a .navht_deco {
	background-image: url(../images/fond_navht.png);
	background-repeat: no-repeat;
	background-position: -603px 0px;
	height: 36px;
	width: 100px;
}
#navht ul li a:hover .navht_deco {
	background-image: url(../images/fond_navht.png);
	background-repeat: no-repeat;
	background-position: -603px -36px;
	height: 36px;
	width: 100px;
}
#navht ul li a:active .navht_deco{
	background-image: url(../images/fond_navht.png);
	background-repeat: no-repeat;
	background-position: -603px -72px;
	height: 36px;
	width: 100px;
}
#navht ul li a .navht_deco_stat {
	background-image: url(../images/fond_navht.png);
	background-repeat: no-repeat;
	background-position: -603px -108px;
	height: 36px;
	width: 100px;
}

#navht ul li a .navht_reno {
	background-image: url(../images/fond_navht.png);
	background-repeat: no-repeat;
	background-position: -703px 0px;
	height: 36px;
	width: 100px;
}
#navht ul li a:hover .navht_reno {
	background-image: url(../images/fond_navht.png);
	background-repeat: no-repeat;
	background-position: -703px -36px;
	height: 36px;
	width: 100px;
}
#navht ul li a:active .navht_reno {
	background-image: url(../images/fond_navht.png);
	background-repeat: no-repeat;
	background-position: -703px -72px;
	height: 36px;
	width: 100px;
}
#navht ul li a .navht_reno_stat {
	background-image: url(../images/fond_navht.png);
	background-repeat: no-repeat;
	background-position: -703px -108px;
	height: 36px;
	width: 100px;
}

#navht ul li .navht_barredrt{
	background-image: url(../images/navht_barre.png);
	background-repeat: repeat-x;
	background-position: 0px -36px;
	height: 36px;
	width: 93px;
}
#navht ul li .navht_drt {
	background-image: url(../images/navht_barre.png);
	background-repeat: no-repeat;
	background-position: 0px -72px;
	height: 36px;
	width: 12px;
}

/*-------------------------footer-------------------*/
#footer {
	background-image: url(../images/footer.png);
	height: 36px;
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;	
}

