/* CSS Document */
body {
	margin: 0 auto 20px auto;
	width:800px;
	height:auto;
	font-family: Bookman Old Style, Helvetica, sans-serif;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-width: thick;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	cursor: url(moncurseur.cur), auto;
	background-color: #FFCC33;
	font-size: 14px;
	color: #990033;
	font-weight: bolder;
	border: 3px #990033; 
}

div#bandeau {
	width:800px;
	height:150px;
	margin: 0 auto;
	}
 div#contenu {
	width:800px;
	height:auto;
	background-color:#CCFF66;
	margin: 0 auto;/*haut - droite - dessous - gauche*/
	padding:0;
 	
	}
	.adresse {
	width:200px;
	height:80px;
	background-color:#990033;
	font-size: 11px;
	font-family: Bookman Old Style, Helvetica, sans-serif;
	color: #FFCC33;
	font-weight: bolder;
	float: right;
}


div#piedpage {
	width:800px;
	height:80px;
	background-color:#990033;	
	font-size: 11px;
	font-family: "Bookman Old Style";
	color: #FFCC33;
	font-weight: bolder;
	margin: 0 auto;
}

li {

 font-size: 100%;
 color: #990000;
 display : list-item;
 list-style-image : url(puce.gif);
 line-height: 30px;
} 

a {
	font-size: 11px;
	color: #FFCC33;
	font-weight: bolder;
}
h1 {
	font-size: 18px;
	color: #990033;
	text-transform: uppercase;
}
h2 {
	font-size: 24px;
	color: #990033;
	text-transform: uppercase;
}
 h3
        {
	background-color:#990033;
	color:#FFCC33;
	font-size:0.9em;
        }
		 h4
        {
	background-color:#990033;
	color:#FFCC33;
	font-size:1.2em;
	text-align: center
        }

a:visited {
	color: #FFCC33;
}
a:hover {
	color: #CCCC66;
}
a:active {
	color: #FFCC33;
}
