/* CSS Accueil */

body {
	background-color: #fdb813;
	margin: 0;
	padding: 0;
	text-align: align;
	font-family: Verdana, Lucida, "Luxi sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
 }
 /* Couleurs des liens
---------------------------------------------- */
a { color: none ; text-decoration: none; border:none;}
a:focus,a:hover,a:active { color:none; text-decoration: none;border:none;}

a {text-decoration: none; border-style: none;border:none;}
a:focus,a:hover,a:active { text-decoration: none; border:none; }
img a{text-decoration: none; border-style: none;	border:none;;}
img a{
	border:none;
}

#conteneur{
	background-color: #fdb813;
	width: 100%;
	
}
	
#gauche
{
	margin-right: 
	float:
}

#droite
{
	background-color: #fff0d1;
	float:right; 
	margin-left: 95%;
} 

#contenu
{
	margin:0 auto;
	width:1024px;
        background-color:#FFCB66;
}

div.menu_accueil_image
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-image:transparent url(../IMG/background.png)           
        repeat-y scroll center top
	height: auto;
	width: 550px;
	margin-top: 80px;
	margin-left: 2px;	
	float:left;	
	-moz-border-radius: 5px 5px 5px 5px; 
        background-color:#FFCB66;
	padding : 8px;
	margin-bottom: 10px;
	
}

div.menu_accueil
{
	height: auto;
	float:left; 
	margin-top: 90px;
}

div.menu_accueil_bis{
	height: auto;
	margin-top: 90px;
	float:right;
}

div.bandeaux{
	margin:0 auto;
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

.spacer 
{  
        clear : both;
}

}

#pied_centre
{
	background-color: #fdb813;
	margin:0 auto;
	width: 100%;
	text-align: center;
}


#pied 
{
border-top:1px solid #8B6F92;
clear:both;
font-size:0.9em;
margin:0;
padding:0.4em 0;
text-align:center;
width:100%;
}