html, body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#site {
	text-align: left; 
	background: 
		url("../images/sujet_top_1000.png") 
		no-repeat 
		scroll
		50% 0%;
	width: 990px;
	margin: 0px auto;
}

#header {
	margin-bottom: 190px;
}

#navigation {
	width: 200px;
	margin-left: 20px;
	float: left;
	display: inline;
}

#content {
	margin-left: 242px;
	margin-right: 20px;
	padding: 20px;
	background: 
		url("../images/white_opacity80.png") 
		repeat 
		scroll
		0% 0%;
	/*
	background-color: white;
	opacity: .80;
	-moz-opacity: .80;
	-khtml-opacity: .80;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	*/
	zoom: 1;
}

#footer {
	margin: 20px 20px 0 20px;
	padding: 20px;
	clear: left;
}

#menus {
	margin-top: 130px;
}

#menus div.module_menu {
  padding: 0px;
}
 
#menus div.module_menu div {
  margin: 0;
  border: 0;
}
 
#menus div.module_menu div div{
}
 
#menus div.module_menu div div div {
}
#menus div.module_menu div div div div {
  background: none;
}

#menus div.module_menu ul {
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
#menus div.module_menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menus div.module_menu h3 {
	padding-top: 10px;
	padding-left: 10px;
}

#menus div.module_menu a:link, #menus div.module_menu a:visited {
	text-decoration: none;
	width: 160px;
}
#menus div.module_menu a:hover, 
#menus div.module_menu a:focus,
#menus div.module_menu li.active a {
	text-decoration: underline;
	width: 160px;
}
#menus div.module_menu li.active a {
	text-decoration: none;
}
#menus div.module_menu li a {
	display: block;
	padding: 2px;
	margin: 0;
}
img {
	border: none;
}
#content dl dt {
	font-weight: bold;
}
/**
 * Color choose buttons
 * 
**/

#menus div#color {
	margin-left: 10px;
}
#menus div#color form input {
	border: black 2px solid;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
#menus div#color form input:hover,
#menus div#color form input:focus {
	border: white 2px solid;
}
#menus div#color form input.default {
	background-color: #ff9f00;
	color: #ff9f00;
}
#menus div#color form input.blue {
	background-color: #9bcbe2;
	color: #9bcbe2;
}
#menus div#color form input.green {
	background-color: #569700;
	color: #569700;
}
/**
 * End color choose buttons
 * 
**/
#content .componentheading {
	text-align: right;
	font-size: 24px;
	margin-bottom: 35px;
}