/* CSS Document */

body{margin:0;/*met toutes les marges a 0*/
	 padding:0;/*met toutes les marges a 0*/
     font: 76% "Verdana",sans-serif; /* typo de toute la page*/
	 background:#FFF url(../images/fond.gif) repeat-x top left;}/* trame de fond du site*/
	 
/*conteneur principal*/
div#general{
			width:780px;/*largeur*/
			height:630px;/*hauteur (peut être  en px; en % ou auto)*/
			margin:0 auto;/*marges pour centrer le div en haut et au milieu*/
						background:#FFF ;/* fond de la page*/

			}
/*banniere du haut*/
#cale{width:760px;height:102px;margin:0;padding:0;}
#entete{
			
			margin:0;
			width:100%;
			height:140px;/*hauteur de l'image banniere*/
	 		background:#FFF url(../images/banniere.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;

padding-left:127px;/*marge de gauche avant le premier bouton*/
}
#menu li {
width:105px;/*largeur du bouton*/
height:30px;
display:block;
float:left;
text-align:center;
border-right:dotted 1px #FFF; 
border-left:dotted 1px #FFF; 
}
#menu a {
display:block;
height:30px;
line-height:30px;
color: #FFF;/*couleur du texte du lien*/
font-weight: bold;
text-decoration: none;
text-align:center; 
}
#menu a:hover {
background:#005A17;
color:#FFF;
border-bottom:solid 4px #C00; 
}
/*contenu*/
#contenu{width:780px;
height:auto;/*hauteur du div*/
text-align:center;
background:#FFF;
}
#contenu a img{border:none;margin-top:10px;}/*supprime la bordure bleue autour des images avec liens sur ie6*/
