

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



/* STYLES DES DIV */

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

#colone_gauche{
	float: center;
	width: 120px;
	height: 270px;
	background-color: none;
	padding: 0px;
	margin-top: 80px;
	margin-left: 0px;
	
}

#zonetexte {
	background-attachment:scroll;
	float: left;
	width: 650px;
	height: 500px;
	background-color: none;
	padding: 0px;
	margin-top: 20px;
	margin-left: 0px;
}

#entete {
	float: center;
	width: 450px;
	height: 150px;
	background-color: green;
	padding: 0px;
	margin-top:-270px;
	margin-left:220px;
	*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;
}

#formulaire {
	float: center;
	width: 500px;
	background-color: none;
	padding: 0px;
	height: 50px;
	margin-left:0px;
	margin-top: 0px;
}


/* FIN STYLES DES DIV */


/* STYLES DES TEXTES */

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

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

a.lien2
{
color:#AA0000; 
font-size: 24px;
text-decoration:none;
font-weight: bold;
font-style: italic;
font-family: Times New Roman, Times, serif;
white-space: nowrap;}
a.lien2:hover
{
color:#CC0000;
font-size: 24px;
text-decoration:underline overline;
font-weight: bold;
font-style: italic;
font-family: Times New Roman, Times, serif;
white-space: nowrap;
}

a.lien3
{
color:#AA0000; 
font-size: 40px;
text-decoration:none;
font-weight: bold;
font-style: italic;
font-family: Times New Roman, Times, serif;
white-space: nowrap;
}
a.lien3:hover
{
color:#CC0000; 
font-size: 40px;
text-decoration:underline overline;
font-weight: bold;
font-style: italic;
font-family: Times New Roman, Times, serif;
white-space: nowrap;
}


#all h1
{
color:#AA0000; 
font-size: 40px;
text-decoration:none;
font-weight: bold;
font-style: italic;
font-family: Times New Roman, Times, serif;
white-space: nowrap;
}
