body,html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0px;
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	margin-left: auto;
	margin-right: auto;
}

a {
	color:#2A4C6C;
}

a:visited {
	color:#2A4C6C;
}

h1 {
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
    text-align:center;
}
		  
h2 {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1081C8;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
    text-align:center;    
}

h3 {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1081C8;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
    text-align:center;    
}

h4 {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1081C8;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
    text-align:center;    
}

p {
margin-bottom:0px;
}

img {
	border:0px;
}

.alerte {
	color:red;
}

/* Pub top site (affiliation) PA */

.top_site_allpage {
	text-align:center;
	font-weight:bold;    
	border-color:#4282A7;
	border:1px solid;
	padding: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 12px;            
	background: #C1DAE9;
}

.top_site_homepage {
	text-align:center;
	border-color:#4282A7;
	border:2px solid;
	padding: 22px;
	margin: 5px;
	background: #C1DAE9;
}

.top_site_homepage .titre {
	font-size:22px;
	color:#32527A;
	margin-bottom: 1px;
    margin-top: 0px;
   	padding: 0px;
}

.top_site_homepage .nom_hebergeur {
	font-size:20px;
    color:#000000;
	margin-bottom: 5px;
   	padding: 0px;    
}

.top_site_homepage .nom_offre {
	font-size:18px;
    color:#000000;
	margin-bottom: 3px;
}

.top_site_homepage .espace_disque {
	font-size:18px;
    color:#000000;
	margin-bottom: 3px;
}

.top_site_homepage .trafic_mensuel {
	font-size:18px;
    color:#000000;
	margin-bottom: 3px;
}

.top_site_homepage .prix {
	font-size:18px;
    color:#004000;
	margin-bottom: 3px;
}


/* pub site partenaire haut de page */
.txt_pub_partenaire {
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;
	text-align: justify;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:3px;
	margin-left:5px;
	margin-right:5px;		
	background:#C8E4F2;
}

a.txt_pub_partenaire {
	font-size: 14px;
	font-weight: bold;		
	text-align: center;
	color:#003366;		
	padding-top:10px;
	padding-left:15px;
	margin-left:5px;
}

a.txt_pub_partenaire:visited {
	color:#003366;	
}

.logo_pub_partenaire {
	float:left;
	width:110px;
	padding-top:13px;
	padding-right:60px;
	padding-left:37px;		
}

.logo_pub_partenaire img {
	border:1px solid;
	border-color:#003366;
}

/* critere de recherche (texte encadré) */
.critere_recherche {
	padding:3px;
  background:#4B9BB5;
	border:1px solid;
	border-color:#000000;
  font-family: verdana;
  color:black;
	margin-bottom:3px;
}

/* formulaire contact */

.form_contact {
    width:530px;
	background-color:#DEE4E6;
	border:1px solid black;
 	padding:10px;
    margin-left:100px;
    margin-top:10px;
}

.form_contact label {
	display: inline;
	float: left;
    width: 230px;
}

.form_contact input {
	border:1px solid black;
	background-color:#AFDBE9;
	font-family: verdana;
	color:black;
}

.form_contact select, .form_contact option {
	border:1px solid black;
	background-color:#AFDBE9;
	color:black;
}

.form_contact textarea {
	border:1px solid black;
	background-color:#AFDBE9;
	color:black;
}


.form_contact input[type="submit"], .form_contact input[type="reset"] {
  background:#4B9BB5;
  font-family: verdana;
  color:black;
  margin-top:20px;
  margin-bottom:10px;
  margin-left:230px;
}


/* formulaire recherche */

.form_recherche {
    width:500px;
	background-color:#DEE4E6;
	border:1px solid black;
	padding:10px;
    margin-left:140px;
    margin-top:10px;
}

.form_recherche label {
	display: inline;
	float: left;
    width: 335px;
}

.form_recherche input {
	border:1px solid black;
	background-color:#AFDBE9;
	font-family: verdana;
	color:black;
}

.form_recherche select, .form_recherche option {
	border:1px solid black;
	background-color:#AFDBE9;
	color:black;
}

.form_recherche textarea {
	border:1px solid black;
	background-color:#AFDBE9;
	color:black;
}


.form_recherche input[type="submit"], .form_recherche input[type="reset"] {
  background:#4B9BB5;
  font-family: verdana;
  color:black;
  margin-left:335px;
}

