body	{
	margin: 0;
	padding: 0;
	background: #d2b48c; /* fond page non texte: marron pale*/
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	}

a {text-decoration: none;} /*pas de soulignement des liens*/

ul {list-style-type: none;} /*pas de puces*/

#contenu {
	position: absolute;
	background: #ffe4b5; /*fond texte: jaune pale*/
	width: 750px;
	left: 50%; 
	margin-left: -375px; /*pour centrer le conteneur sur la page*/
	}

#menu_pal {
	position: absolute;
	width: 750px;
	padding: 0;
	margin: 0;
	}

#menu_pal li {
	float: left; /*pour que les rubriques soient les unes à cote des autres*/
	width: 187px;
	text-align: center;
	}

#menu_pal li a:link,
#menu_pal li a:visited
	{
	background: #191970;/*header menus: bleu marine */
	display: block;
	color: #fff;
	line-height: 2em; /*la hauteur de ligne de texte permet de centrer le texte verticalement*/
	height: 30px; /*hauteur fixe pour correction sous IE6.0*/
	border-top: 1px solid #ffe4b5;/* bordure: jaune pale*/
	border-right: 1px solid #ffe4b5;/* bordure: jaune pale*/
	}

#menu_pal ul {
padding: 0;
margin: 0; /*marges a zero pour correction sous IE6.0*/
}

#menu_pal li a:hover {
background-color: #3268A2; /* #b47e00 menu selectionne ou hover: caca d'oie */
}

#menu_pal ul li {
		border-top: 1px solid #ffe4b5;/*jaune pale*/
		}

#menu_pal ul li a:link, #menu_pal ul li a:visited
	{
	color: #fff; /* couleur texte menu non visite*/
	border: 0;
	background-color: #688A4F/* #d2691e menu non selectionne: suppression de l'image PNG transparente car incompatible avec IE*/
	}

#menu_pal ul li a:hover { background-color: #3268A2;/* #b47e00; menu selectionne: caca d'oie */}

#contenu p {
	text-indent: 30px;
	margin-left: 10px;
	margin-right: 5px;
}

.titrevert{
	color: #688A4F;
}
em {
   font-weight: bold;
   font-style: normal;
}
.reverse {
	font-family: sans-serif;
	font-size:18px;
	text-align: right;
	letter-spacing:.25em;
	color:white;
	background-color:black;
}
.big {
	font-family: Utopia, Times, serif;
	font-style: italic;
	font-size:  48px;
	text-align: left;
	color: gray;
	font-weight: normal;
	margin-top: -56pt;
}
.gris{
	font-family: verdana, arial, sans-serif;
	font-size:12px;

}
#boite1 { position:absolute; top:100px; left:10px; width:250px; height:350px; z-index:1; }
#boite2 { position:absolute; top:100px; left:260px; width:140px; height:225px; z-index:1; }
#boite3 { position:absolute; top:125px; left:405px; width:120px; height:200px; z-index:1; }
#boite4 { position:absolute; top:165px; left:530px; width:103px; height:160px; z-index:1;  }
#boite5 { position:absolute; top:325px; left:260px; width:184px; height:120px; z-index:1; }
#boite6 { position:absolute; top:325px; left:449px; width:184px; height:120px; z-index:1; }
#boite7 { position:absolute; top:465px; left:10px; width:300px; height:20px; z-index:1; }
#boite8 { position:absolute; top:495px; left:10px; width:352px; height:53px; z-index:1; }
#boite9 { position:absolute; top:553px; left:10px; width:80px; height:80px; z-index:1; }
/*
    * Line : 4 (Level : 1) You have no color with your background-color : body
    * Line : 15 (Level : 1) You have no color with your background-color : #contenu
    * Line : 52 (Level : 1) You have no color with your background-color : #menu_pal li a:hover
    * Line : 66 (Level : 1) You have no color with your background-color : #menu_pal ul li a:hover
    * Line : 75 (Level : 1) Same colors for color and background-color in two contexts #menu_pal ul li a:visited and .titrevert
    * Line : 75 (Level : 1) You have no background-color with your color : .titrevert
    * Line : 75 (Level : 1) Same colors for color and background-color in two contexts #menu_pal ul li a:visited and .titrevert
    * Line : 94 (Level : 1) You have no background-color with your color : .big

*/

