/* 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:#CCC url(../images/fondrouge.jpg) top left;}/* trame de fond du site*/
	 
/*conteneur principal*/
div#general{
			width:800px;/*largeur*/
			height:900px;/*hauteur (peut être  en px; en % ou auto)*/
			margin:0 auto;/*marges pour centrer le div en haut et au milieu*/
			border:solid 1px #FFF;/*bordure du div*/
			background:#FFF ;/* fond de la page*/

			}
/*banniere du haut*/
#general h1{
			text-indent:-12000px;
			margin:0;
			width:100%;
			height:140px;/*hauteur de l'image banniere*/
	 		background:#AAA 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;
background:#FFFFFF;/* image fond de la barre de menu*/
padding-left:10px;/*marge de gauche avant le premier bouton*/

border-bottom:solid 1px #CC0000;

}
#menu li {
width:155px;/*largeur du bouton*/
height:30px;
display:block;
float:left;
text-align:center;
}
#menu a {
display:block;
height:30px;
line-height:30px;
color: #000;/*couleur du texte du lien*/
font-weight: bold;
text-decoration: none;
text-align:center;
letter-spacing:2px; 
}
#menu a:hover {
background:#FFF;
color:#000;
border-bottom:solid 4px #C00; 
}
/*contenu*/
#contenu{width:100%;
height:2580px;/*hauteur du div*/
text-align:center;
}
#contenu a img{border:none;margin-top:10px;}/*supprime la bordure bleue autour des images avec liens sur ie6*/
