/* CSS Document */

body{margin:0;/*met toutes les marges a 0*/
	 padding:0;/*met toutes les marges a 0*/
     font: 70% "verdana",sans-serif; /* typo de toute la page*/
	 background:#FFF url(../images/fond_noir.gif) top left;}/* trame de fond du site*/
	
/*conteneur principal*/
div#general{
	width:1000px;/*largeur*/
	height:100%;/*marges pour centrer le div en haut et au milieu*/
	border:solid 1px #FFF;/*bordure du div*/
	background:#FFFFFF;/* fond de la page*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

			}
/*banniere du haut*/
#general h1{
			text-indent:-12000px;
			margin:0;
			width:100%;
			height:200px;/*hauteur de l'image banniere*/
	 		background:#FFF url(../images/bannierefenouil.jpg) no-repeat top left;/* banniere positionnée en fond du conteneur*/
			}
/*menu*/
ul#menu{
margin:0;
height:30px;
width:auto;
list-style-type:none;
background:#CCAD90;/* image fond de la barre de menu*/
padding-left:0px;/*marge de gauche avant le premier bouton*/
border-top:solid 0px white;
border-bottom:solid 3px white;

}
#menu li {
width:200px;/*largeur du bouton*/
height:30px;
display:block;
float:left;
text-align:center;
}
#menu a {
display:block;
height:30px;
line-height:30px;
color: #684718;/*couleur du texte du lien*/
font-weight: bold;
text-decoration: none;
text-align:center;
letter-spacing:1px; 
}
#menu a:hover {
background:#684718;
color:#CCAD90;
border-left:solid 0px #FFF; 
}
/*contenu*/
#contenu{width:100%;
height:2420px;/*hauteur du div*/
text-align:center;
background:#FFF url(../images_rallye/fond_fenouil.jpg) top left;
}
#contenu a img{border:none;margin-top:10px;}/*supprime la bordure bleue autour des images avec liens sur ie6*/