/* CSS Document */

body{margin:0;/*met toutes les marges a 0*/
	 padding:0;/*met toutes les marges a 0*/
     font: 95% arial; /* typo de toute la page*/
	 background:#C1BFBB;}/* trame de fond du site*/
	 
/*conteneur principal*/
div#general{
			width:960px;/*largeur*/
			height:950px;/*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:#FFFFFF;/* fond de la page*/

			}
/*banniere du haut*/
#general h1{
			text-indent:-12000px;
			margin:0;
			width:100%;
			height:214px;/*hauteur de l'image banniere*/
	 		background:#F0E1B6 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:#C1BFBB;/* image fond de la barre de menu*/
padding-left:1px;/*marge de gauche avant le premier bouton*/
border-top:solid 1px white;
border-bottom:solid 1px white;
font: 90% "tempus",sans-itc;
}
#menu li {
width:159px;/*largeur du bouton*/
height:30px;
display:block;
float:left;
text-align:center;
}
#menu a {
display:block;
height:30px;
line-height:30px;
color: #ffffff;/*couleur du texte du lien*/
font-weight: bold;
text-decoration: none;
text-align:center;
letter-spacing:2px; 

}
#menu a:hover {
background:#FFF;
color:#96928E;
border-left:solid 1px #FFF; 
}
/*contenu*/
#contenu{width:100%;
height:723px;/*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*/
