

* {
	font-family: Arial, Helvetica, sans-serif; color:yellow; font-size: 12px; <!--"Comic Sans MS", helvetica, sans-serif;-->
}



/* STYLES DES DIV */

#all {
	float: center;
	background-attachment: scroll;
	height: 500px;
	width: 700px;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: green;
}

#annonce_gauche{
	float: left;
	width: 200px;
	height: 270px;
	background-color: green;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	
}

#zonetexte {
	float: center;
	width: 500px;
	height: 340px;
	background-color: green;
	padding: 0px;
	margin-top: -320px;
	margin-left: 180px;
	*margin-left: 170px; /* pour IE6 et IE7 : en général petits écrans donc pbb affichage sous-menu */
}

#entete {
	float: center;
	width: 500px;
	height: 150px;
	background-color: green;
	padding: 0px;
	margin-top:-340px;
	margin-left:180px;
	*margin-left: 170px; /* pour IE6 et IE7 : en général petits écrans donc pbb affichage sous-menu */
	
}

#entetedon {
	float: center;
	width: 500px;
	height: 150px;
	background-color: green;
	padding: 0px;
	margin-top:-440px;
	margin-left:180px;
	*margin-left: 170px; /* pour IE6 et IE7 : en général petits écrans donc pbb affichage sous-menu */
	
}


#pied {
	float: center;
	width: 700px;
	background-color: #5DC15E;
	padding: 0px;
	height: 111px;
	margin-left:0px;
	margin-top: 0px;
}

#piedon {
	float: center;
	width: 700px;
	background-color: #5DC15E;
	padding: 0px;
	height: 111px;
	margin-left:0px;
	margin-top: 10px;
}


#formulaire {
	float: center;
	width: 500px;
	background-color: green;
	padding: 0px;
	height: 111px;
	margin-left:200px;
	margin-top: -30px;
	*margin-top: -10px;

}


/* FIN STYLES DES DIV */


/* STYLES DES TEXTES */

p, h1, h2, h3 {
	margin: 0 0 0 0;
	padding: 0;
}

a.lien1
{
color:yellow; 
font-size: 12px;
text-decoration:underline;
font-weight: regular;
white-space: nowrap;
}
a.lien1:hover
{
color:yellow;
font-size: 12px;
font-weight: bold;
text-decoration:underline;
font-weight: regular;
white-space: nowrap;
}


