/*CSS balise */
body{
	margin: 20px 0 0;
	background: #333;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
a{
	color: #5C5;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: none;
}
a:active, a:active img{
	border: none;
}
h1 {
	font-size: 1.5em;
}
a{outline: none;}
:focus{-moz-outline-style: none;}
/*CSS #ID*/
#total{
	margin: 0 auto;
	width: 903px;
	background: url(../image/fond_01.gif) no-repeat top;
	color: #CCCCCC;
	position: relative;
}
#fond{
	width: 903px;
	background:url(../image/fond_02.gif) repeat-y;
}
#menu{
	position: relative;
	padding-top: 20px;
	width: 204px;
	background: url(../image/menu_01.png) no-repeat;
}
#menug{
	position: absolute;
	width: 204px;
	top:40px;
	left: -25px;
	padding-bottom: 195px;
	background: url(../image/menu_03.png) no-repeat bottom;
}
#menu a{
	color: #EEE;
	font-weight: 700;
}
#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(../image/menu_02.png) repeat-y;
}
#menu li {
	padding: 5px 0;
}
#nletter{
	color: #000;
	width: 184px;
	padding: 5px 0 2px 20px;
	background: url(../image/menu_02.png) repeat-y;
	font-weight: 700;
}
#nletter p, h4, form{
	margin: 0;
	padding: 0 0 5px;
}
#contenu{
	width: 680px;
	margin: 20px 0 0 180px;
	padding: 10px;
	min-height: 680px;
}
#pied{
	width: 903px;
	background:url(../image/fond_03.gif) no-repeat top;
	text-align: right;
	font-size: 0.8em;
	padding: 30px 0 0;
}
#compteur {
	margin: 5px;
	float: left;
}