html
{
	margin: 0; 
	padding: 0;
	width: 100%;
}

body
{
	color: #666666;
	font-family: futura,verdana,Arial,sans-serif;
	font-size: 11px;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #656565;
	background-image: url('../interface/background.png');
	background-repeat: repeat-x;
}

#page
{
	width: 972px;
	margin: 0 auto 0 auto;
	padding: 0 0 13px 0;
	margin-bottom: 10px;
}






#page #top
{
	position: relative;
	float: left;
	width: 100%;
	height: 110px;
	display: block;
	background-image: url('../interface/top.png');
	background-repeat: no-repeat;
}

#top #logo
{
	float: left;
	position:absolute;
	left: 36px;
	top: 0;
}



#top #menu
{
	float: right;
	width: 680px;
	padding-right:30px;
	margin-top:66px;
	text-align: right;
	color: #999999;
	font:futura, Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:600;
}
#menu ul 
{ 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li
{
	float: right;
	padding: 0 12px 0 0;
	margin: 0;
}
#menu ul li a:hover
{
	color: #333333;
}
#menu ul li a 
{ 
	font-size : 11px;
	color:#666666;
	text-decoration: none;
}








#page #content
{
	float: left;
	width: 100%;
	background-color: #fff;
}

#box_top
{
	width: 953px;
	margin:auto;
	margin-top: 11px;
}

#box_text
{
	width: 933px;
	float:left;
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 6px;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	
}


#page #bottom
{
	position: relative;
	float: left;
	width: 100%;
	height: 80px;
	display: block;
	background-image: url('../interface/bottom.png');
	background-repeat: no-repeat;
}

#bottom #text_links
{
	position: relative;
	width: 600px;
	height: 50px;
	display: block;
	margin:auto;
	padding-top: 28px;
	text-align:center;
}


#page #sub
{
	height: 80px;
	width: 500px;
	margin: auto;
	text-align:center;
	color: #CCCCCC;
	padding-top: 10px;
}








#page #sub
{
	position: relative;
	float: right;
	width: 962px;
	height: 80px;
	display: block;
	text-align:center;
	color: #CCCCCC;
	vertical-align:top;
}




.gras
{
	font-size:12px;
	color:#000000;
}

.titre
{
	font-size:13px;
	color:#333333;
}

.gras-texte
{
	font-size:12px;
	color:#333333;
}

.gros_titre
{
	font-size:14px;
	color:#000000;
}

#iframe
{
	width: 962px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
	text-align:justify;
}
