body{
	margin: 0 15px;
	background-color: #ccffcc;
	font-family: Verdana;
	font-size: 14px;
	color: #000000;	/* couleur du texte de paragraphe */
	line-height: 22px;
	min-width: 950px;
}

p{
	/*text-indent: 20px;*/	/* indentation de la première ligne du paragraphe */
	text-align: justify;
}

hr{
	color: #ffffcc;
	color: transparent;
	clear: both;	/* force l'alignement sur l'élément qui descend le plus bas */
}

#enTete{	/* # signifie ici la définition d'un id */
	margin-bottom: 10px;
	height: 80px;
	background: url(../images/lurey-o.png) no-repeat center;
	text-align: center;
	width: 100%;
}
#lienGauche{
	margin: 20px 30px;
	float: left;
}
#lienGauche a:hover img{
	-moz-transform: rotate(-8deg);  
	-webkit-transform: rotate(-8deg);
}
#lienDroit{
	margin: 20px 30px;
	float: right;
}
#lienDroit a:hover img{
	-moz-transform: rotate(8deg); 
	-webkit-transform: rotate(8deg);
}
#enTete img{
	border: 0;
}

#corpsPage{
	background-color: #ffffcc;
	padding-left: 200px;
	padding-right: 20px;
}


.encartDroit{	/* à l'inverse, ici on définit une classe avec le . */
	width: 320px;
	margin: 0 0 10px 50px;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	border: 1px solid #000000;
	background: #ffffff;
}

.encartGauche{
	width: 320px;
	margin: 0 50px 10px 0;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	border: 1px solid #000000;
	background: #ffffff;
}
.vignetteDroite{
	width: 180x;
	margin: 0 0 10px 50px;
	float: right;
}
.vignetteGauche{
	width: 180px;
	margin: 0 50px 10px 0;
	float: left;
}
#piedDePage{
	margin: 60px 0 10px 0;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
	text-align: center;
	font-size: 0.6em;
}
.clear{
	width: 100%;
	clear: both;
}

/* DEFINITION DES ELEMENTS ENFANT DE LA CLASSE menu */
#menu{
	background-color: #ccffcc;
	text-align: center;
	width: 180px;
	float: left;
}
#menu ul,li {
	list-style-type: none;	/* pour ne pas avoir de puces */
	margin: 0;
	padding: 0;
	line-height: 18px;	/* interligne */
}
#menu a{
	margin: 5px 0;
	padding: 0;
	display: block;
	color: #000000;
	background-color: #ffff66;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	width: 150px;
	height: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000000;
	/*background: #ccffcc;*/
	

