body{
	background-image: url(images/bckgrd.gif);
	background-repeat:  repeat-y;
	background-color:  #fdf7df;
	width: 100%;
	margin: 0em;
	padding: 0em;
}
#gauche1{
	background-image: url(images/gauche1.gif);
	width: 191px;
	height: 199px;
	background-repeat: no-repeat;
float: left;
	margin: 0em;
}
#gauche1 span {display: none; } /*masque le texte quand on sait afficher l'image*/

#haut{
	background-image: url(images/haut.gif);
	margin-left:10px;
	width: 531px;
	height: 162px;
	background-repeat: no-repeat;
	position: top left;
   margin-left: 201px;
}
#haut span {display: none; } /*masque le texte quand on sait afficher l'image*/

#gauche2{
	background-image: url(images/gauche2.gif);
	width: 191px;
	height: 57px;
	background-repeat: no-repeat;
	clear: both;
	float: left;
	cursor: pointer;
}
#gauche2 span {display: none; } /*masque le texte quand on sait afficher l'image*/

#gauche3{
	background-image: url(images/gauche3.gif);
	width: 191px;
	height: 58px;
	background-repeat: no-repeat;
	clear: both;
	float: left;
	cursor: pointer;
}
#gauche3 span {display: none; } /*masque le texte quand on sait afficher l'image*/

#gauche4{
	background-image: url(images/gauche4.gif);
	width: 191px;
	height: 58px;
	background-repeat: no-repeat;
	clear: both;
	float: left;
	cursor: pointer;
}
#gauche4 span {display: none; } /*masque le texte quand on sait afficher l'image*/

#gauche5{
	background-image: url(images/gauche5.gif);
	background-repeat: no-repeat;
	width: 191px;
	height: 57px;
	clear: both;
	float: left;
	cursor: pointer;
}
#gauche5 span {display: none; } /*masque le texte quand on sait afficher l'image*/

#news{
	background-color: #fdf7df;
	width: 191px;
	clear: both;
	float: left;
}

#contenu{
	background-color: #fdf7df;
	position: absolute;
	top: 172px;
	left: 201px;
	width: 504px;
}
#contenu img{
	margin: 0.42em;
	float: left;
	padding-right: 1em;
   clear: right;
}
#baspage {
	border-top: thin dashed;
	width: 504px;
}
#baspage img{
	clear: both;
	float: none;
}


hr {
	visibility: hidden; /* special pour lecteurs mode texte */
}
