html, body { background-color:#333; }
.body {
	width: 900px;
	margin: auto;
	background-color: #575757;
}

/* Colonne du menu */

.left {
	width: 210px;
	min-height: 587px;
	float: left;
	background-image: url(../image/border.png);
	background-repeat: no-repeat;
	background-position: 100% -90px;
}
.left h1 {
	margin: auto;
	padding: 5px 10px 5px 5px;
	text-align: center;
}
.left h2 {
	margin: auto;
	padding: 5px 5px 5px 0;
}
.left .menu {
	font-size: 12px;
	color: #CCC;
	padding-left: 15px;
	min-height: 300px;
}
.left .menu div {
	padding-bottom: 3px;
}
.left .menu a {
	color: #CCC;
	font-weight: bold;
}
.left .menu a:hover {
	color: #88D2F5;
	text-decoration: underline;
}
.left .menu div:before {
	content: "\2022  ";
	font-size: 10pt;
}
.left .menu .link {
	padding: 20px 0 3px 0;
}
.left .menu .contact {
	padding: 0 0 5px 0;
}
.left .submenu {
	padding: 0 0 0 30px;
}
#newsletter fieldset {
	border: 1px solid #999;
	margin: 0 20px 10px 15px;
	padding: 10px;
}
#newsletter legend {
	color: #CCC;
	font-weight: bold;
}
#newsletter #email {
	display: block;
	width: 142px;
	margin-bottom: 2px;
}

/* Colonne principale */

.right {
	margin-left: 210px;
	min-height: 587px;
}
.right h3 {
	text-align: center;
	padding: 40px 0 90px 0;
}

.right .inner {
	background-color: #404040;
	width: 670px;
}
.right h4 {
	border-bottom: 1px solid #999;
	font-weight: bold;
	font-size: 12pt;
	padding-left: 10px;
	color: #CCC;
	margin-bottom: 10px;
}
.right .p4 {
	margin: 0 10px 0 10px;
	color: white;
}

/* Pied de page */

#footer {
	clear: both;
	padding-top: 3px;
}
#footer .addworks {
	float: left;
	padding-left: 10px;
}
#footer .copy {
	float: right;
	padding-right: 10px;
	color: #CCC;
}
#footer .address {
	text-align: center;
	color: white;
	font-weight: bold;
	height: 21px;
}


/* CSS Document */
/*
html
{
	background-color:#3b3a3a;
}
body
{
	background-color:#575757;
	width:900px;
	margin:auto;
}
.logo
{
	width:204px;
	height:10px; * TODO: A corriger *
	text-align:center;
}
.degrade
{
	float:right;
	height:0;
	margin-right:692px;
	margin-top:-100px;
	width:3px;
}
.titre
{
	float:left;
	height:100px;
	margin-left:270px;
	width:469px;
	margin-top:30px;
}
.menu
{
	margin-top:50px;
	width:180px;
	float:left;
}
.menu ul
{
	list-style:disc;
	margin-left:25px;
}
.menu ul li
{
	color:#cccccc;
	padding-top:10px;
}
.menu ul li a
{
	font-size:12px;
	padding-top:10px;
	color:#cccccc;
	width:180px;
	font-weight:bold;
}
.menu ul li a:hover
{
	font-size:12px;
	padding-top:10px;
	width:180px;
	font-weight:bold;
	text-decoration:underline;
	color:#88D2F5
}
.menu .module
{
	list-style:none;
	margin-left:15px;
	margin-top:100px;
}
.menu .module .newsletter
{
	width:157px;
	border:#a9a9a9 1px solid;
}
.corp
{
	float:left;
	margin-left:31px;
}
.bruit
{
	margin-left:20px;
}
.bruit li
{
	float:left;
	padding-left:13px;
	padding-top:47px;
	
}
.module li a
{
	font-weight:bold;
}
.module li a:hover
{
	font-weight:bold;
	text-decoration:underline;
	color:#88D2F5;
}
.footer
{
	margin-top:20px;
	padding-bottom:10px;
}
.footer .adress
{
	color:#E9E9E9;
	float:left;
	font-weight:bold;
	margin-top:-13px;
	padding-left:127px;
	padding-top:0;
}
.copy
{
	float:right;
	margin-top:-8px;
	padding-right:10px;	
}
.powered{
	margin-left:20px;
}
*/

