body{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:0;
	background:#EAEAEA url(images/bg.gif) repeat-x top;
	
	}
td img {display: block;}
.clear{
	clear:both;
	}
#content{
	padding:0px 10px;
	}
#content p {
	text-align:justify;
	margin:5px 0px;
	}
#content .content_50_left{
	float:left;
	width:48%;
	}
#content .content_50_right{
	float:right;
	width:48%;
	}
#footer{
	font-family: Verdana, Geneva, sans-serif;
	background:#EAEAEA url(images/footer-bg.png) repeat-x ;
	font-size:9px;
	color:#666;
	font-weight:bold;
	}
#footer-copyright{
	background:url(images/footer-left.png) no-repeat left ;
	}
#footer-by{
	background:url(images/footer-right.png) no-repeat right ;
	}
table.module{
	width:95%;
	background-color:#F5F5F5;
	border: solid 1px #e2e2e2;
	clear:both;
	margin-bottom:10px;
	}
table.module th{
	height:30px;
	background-image:url(images/cercle.png);
	background-position:right;
	background-repeat:no-repeat;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	}
th.jaune{	
	color:#FFF;
    background-color: #F5CC04;
	}
th.orange{	
	color:#FFF;
    background-color:#FF7F00;
	}
th.rouge{	
	color:#FFF;
    background-color:#F00;
	}
th.bleu{	
	color:#FFF;
    background-color:#2C27FF;
	}
th.vert{	
	color:#FFF;
    background-color:	#93FF07;
	}
th.vert1{	
	color:#FFF;
    background-color: #055444;
	}

ul.menu{
	padding-right: 0px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color:#F5F5F5;
	border: solid 1px #e2e2e2;
	}
ul.menu li{
	width:100%;
	list-style:none;
	border-bottom:solid 1px #E6E6E6 ;
	margin-top: 4px;
	margin-bottom: 4px;
	
	}
ul.menu li a {
	color:#333;
	font-weight:bold;
	padding-left:5px;
	text-decoration:none;
	font-size:12px;
	}	
	
ul.news{
	padding-right: 0px;
	padding-left: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color:#F5F5F5;
	border: solid 1px #e2e2e2;
	}
ul.news li{
	width:100%;
	list-style:none;
	border-bottom:solid 1px #E6E6E6 ;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align:justify;
	}
ul.news li a {
	color:#000;
	font-weight:bold;
	padding-left:5px;
	text-decoration:none;
	font-size:12px;
	}
ul.news li span {
	color:#333;	
	text-decoration:none;
	font-size:11px;
	}
