body {
	background-repeat: no-repeat;
	background: #adb789;
	margin:0;
	font-size: 12px;
	text-align:center;
}

#site{
	width:1025px;
	text-align:left;
	margin:0 auto;
}

#header{
	height:333px;
	width:1025px;	
}

/* menu*/

#menu{
	margin:0 0 0 0;
	padding:50px 0 0 50px;
	float:left;
	height:333px;
	width:270px;
	background: url("interface/fond_menu_gauche.jpg") no-repeat;
}

#menu a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999999;
	text-decoration: none;	
}

#menu a:hover {
	text-decoration: none;
	color: #666666;
}

#menu a.selected{
	text-decoration: none;
	color: #FF6600;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size: 9px;
}


#menu li { border-bottom: 1px solid #efefef; padding-top:2px; padding-bottom:2px;}

/* banniere*/

#banniere{
	padding:23px 50px 0 0;
	float:right;
	text-align: right;
	height:310px;
	width:655px;
	background: url("interface/baniere_accueil.jpg") no-repeat;
}

#banniere a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 12px;
	color:#999999;
	text-decoration: none;	
}

#banniere a:hover {
	text-decoration: none;
	color: #666666;
}

#banniere a.selected{
	text-decoration: none;
	color: #FF6600;
}

/* bandeau*/

#bandeau{
	margin:0 -3px 0 0;
	padding:26px 0 0 0;
	float:right;
	height:310px;
	width:644px;
}

/* contenu*/


#content{
	width:705px;
	margin:0 0 0 0;
	background: url("interface/fond_navigation_texte_grand.jpg") no-repeat bottom ;
	padding: 0 0 0 320px;
}

#contenu {
	margin: 0 38px 0 10px;
	padding: 5px;
	background: #efefef;
}

#contenu h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 -6px;
	padding: 0 0 4px 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 5px solid #FFF;
}

#contenu h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}

.textevert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}

.textegras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#footer{
	width:1025px;
	height:28px;
	background-image: url("interface/pied_de_page.jpg");
	background-repeat:no-repeat;
}


.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tableau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#999999;
	text-decoration: none;	
}


a {
	color: #999999;
	text-decoration: none;
	
}

a:hover {
	text-decoration: none;
	color: #666666;
}
a.selected{
	text-decoration: none;
	color: #FF6600;
}

