body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background: #444 url(images/bg_body.png) repeat-x;
	color: #ccc;
}
div#header {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
div#conteneur {
	text-align: center;
	vertical-align: top;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	margin: auto;
	width: 885px;
	margin: 10px auto 0 auto;
	text-align: left;
	background-color: #555;
}
div#header span {
	display: block;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
}
div#conteneur div#footer {
	padding: 10px;
	margin-top: 10px;
	clear: both;
}
div#conteneur div#menuG {
	float: left;
	width: 170px;
	margin: 0 0 0 10px;
}
div#conteneur div#menuG ul,div#conteneur div#menuD ul {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #404040;
	list-style-type: none;
	margin-top: 15px;
	padding: 0 0 10px 0;
}
div#conteneur div#menuG h3,div#conteneur div#menuD h3 {
	margin: 0 0 5px 0;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	border: none;
	background-color: #333;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
div#conteneur div#menuG li a,div#conteneur div#menuD li a {
	padding: 5px;
	line-height: 20px;
}
div#conteneur div#menuD {
	float: right;
	width: 170px;
	margin: 0 10px 0 0;
}
div#conteneur div#contenu {
	margin: auto;
	float: left;
	background-color: #FFF;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #000;
	padding: 10px;
	margin: 15px 10px 0 10px;
}

a {
	text-decoration: underline; color: #fff;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input {
	margin: 0; padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
}
h2, h3{ font-size: 16px; }
