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

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

#div_header{
	width:980px; height:119px;
	background:url(../images/header.jpg) no-repeat #ffffff;
	
}
#menu{
	width:980px; height:37px;
	background:url(../images/menu_bg.jpg) no-repeat #f7951d;
}
#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:37px;
}

.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:962px; 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:#f7951d;
	width:980px;
	height:48px;
}

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