html, body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#000000;
	background:url(../images/bg.gif) repeat-x #606060;
	margin:0; padding:0;
}

#centered_table{
	width:980px;
	border:0;
}

#div_header{
	width:980px; height:189px;
	background:url(../images/header.jpg) no-repeat #ffffff;
	
}
#menu{
	width:980px; height:33px;
	background:url(../images/menu_bg.gif) no-repeat #cadb2f;
}
#menu_t{
	/*id est pour les nested td*/
	font-size:15px; font-weight:bold; color:#000000;
	margin-left:10px;
}
#menu_t td{
	/*id est pour les nested td*/
width:148px;
height:30px;
background-image:url(../images/menuSep.jpg);
background-position:right top;
background-repeat:no-repeat;
padding-top:7px;
}

#menu_t td .last{
	/*id est pour les nested td*/
background:none;
}
.menu_td a{
	/*id est pour les nested td*/
	font-weight:bold; font-size:15px; color:#000000;
	text-decoration:none;
}

.menu_td a:hover{
	/*id est pour les nested td*/
	font-weight:bold; font-size:15px; color:#000000;

	text-decoration:underline;
}

#content{
	background:url(../images/bgContent.jpg) repeat-y #ffffff;
	color:#000000;
	width:929px; height:auto;
	padding:3px 9px 3px 9px;
}

.boite_gauche_title{
	font-size:110%;
	font-weight:bold;
	padding-bottom:5px;
}

.titre{
	font-size:110%;
	font-weight:bold;
	padding-bottom:5px;
}

#footer{
	background-color:#cadb2f;
	width:979px;
	height:48px;
	color:#000000;
}
#footer a{
color:#666666;

}
#signature{
	color:#FFFFFF;
	font-size:12px;
	
}
#signature a{
	color:#cccccc;
	font-weight:bold;
	
}
