body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: none;
	background-repeat: no-repeat;

}
.corpsPage{
	width: 960px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	background-image: url(../imagesite/fond.jpg);
	background-repeat: repeat-y;



}
.couleur0 {
	color: #CC6699;

}
.couleur1 {
	/*background-color: #E7595A;*/
	background-color: #CECFCE;
}
.couleur2 {
	background-color: #ADC3CE;
}
.couleur4 {
	background-color: #F70000;
}
.couleur5 {

	background-color: #CC6699;
}
.lienPageCourante {
	color: #FFFFFF;
}
#head1{ /* premier bandeau en haut de la page */
	width: 960px;
	height: 29px;
	background-color: #CECFCE;
	padding: 0;
}

#head1 a {
text-decoration: none;
}

div#logo { /* calque contenant le logo */
	background-image: url(../imagesite/logo.jpg);
	background-repeat: no-repeat; 
	width: 97px;
	height: 22px;
	padding: 0; 
	float: right; /* placement du logo à droite dans le bandeau */
	margin-right: 2px;
	margin-top: 2px; 
	border: 0;
}

#head2 { /* bandeau contenant la barre de navigation */
	width: 960px;
	height: 25px;
	background-color: #000000;
}
#barrenav { /* definitions generales pour la barre de navigation */
	margin-right: 10px;
	margin-top: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
#barrenav a{
	font-weight: bold;
	color: #C7D4DC;
	text-decoration: none;
	margin-left: 30px;
	margin-right: 30px;
	vertical-align: middle;
	padding: 0px;
}
#barrenav a:hover {
	color:#FF0000;
	font-weight: bold;
}
.CENTER {
	margin-right: 10px;
	margin-left: 10px;

}
/*.bouton {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
	background-color: #FFCC66;
	text-transform: capitalize;
	text-decoration: none;
	height: 20px;
	width: 184px;
	text-align: center;
	vertical-align: middle;


}
.bouton a{
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.bouton a:hover {
	color:#FFCC33;
	font-weight: bold;
}*/
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FF0000;
}
#popupAnnonce{
	position: absolute;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	visibility: hidden;
	color: #000000;
	left: 225px;
	top: 101px;
	width: auto;
	height: auto;
	border: thin solid #0066FF;





}
#popupAnnonce a{
	color: #000000;
	text-decoration: none;

}
#popupAnnonce a:hover{
	color: #000000;
	text-decoration: none;

}

