html,body {
background :url("images/font_aurelles.png") #e3ece3 0 0 repeat-x;
font-family: Arial, Verdana, serif;
text-align: center;
border:0px;
}



#general
{

width:904px;
left : 50%;
right : 50%;
margin:auto;
}


#banniere
{

width:900px;
height : 150px;
float :center;
border-width:1px;
border-color : #ffffff;
border-style : solid;

}

#video{
border-width:1px;
border-color : #ffffff;
border-style : solid;
width:425px;
height:343px;
}


#menu
{
background-color : #206A22;
width:152px;
height:100%;
float : left;
border-right:1px;
border-bottom:1px;
border-left:0px;
border-top:0px;
border-color : #ffffff;
border-style : solid;
}

#ac_centre{
width:700px;
float:right;
padding:15px;
font-size:14px;
color:#ffffff;
}

#ac_suite{
width:700px;
float:right;
padding:15px;
font-size:12px;
color:#ffffff;
}

#pied{
background :url(images/pied.jpg) #e3ece3 0 0 repeat-x;
width:900px;
float : left;
color:#ffffff;
text-align:center;
padding-top:90px;
font-size:14px;
font-style:italic;
font-weight:bold;
}


#centre{
width : 900px;
background-color : #206A22;
float : left;
border-width:1px;
border-color : #ffffff;
border-style : solid;
}


.le_bord{
border-width:1px;
border-color : #ffffff;
border-style : solid;
}


a:link { /* Les liens qui ne sont pas sous le curseur. */
	color: #ffffff; 
	border:none;
	text-decoration :none;
}

a:active{
	border:none;
	text-decoration :none;
}
a:visited { /* Les liens visités. */
	color: #ffffff;   
	border:none;
	text-decoration :none;
}
a:hover { /* Les liens visités. */
	color: #8e603e;   
	border:none;
	text-decoration :none;
	font-size:12px;
	
}


