/* CSS Document */
/* DEEPCOLOR */
/* MARS 2007 */
/* Ce document ne peut être reproduit sans l'accord express de ses propriétaires. Merci de respecter le travail d'autrui... */

/*	
================================
		Elements de base
================================
*/
body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 background-image:url(images/background2.png)
	 }

#header { /* En-tete */
 padding-bottom : 0px;
 padding-top : 0px;
 padding-left: 0px;
 padding-right: 0px;
 height:98px;
}

#footer { /* En-tete */
 margin-left: auto;
 margin-right: auto;
 padding-bottom : 0px;
 padding-top : 0px;
 padding-left: 0px;
 padding-right: 0px;
 height:250px;
 width: 779px;
 background-image:url(images/footer.png);
}

#logo { 
 	text-align: left; /* on rétablit l'alignement normal du texte */
	margin-left: auto;
    margin-right: auto;
    width: 779px;
	padding-top:0px;
}

#global { /* Zone de contenu */
 margin-left: auto;
 margin-right: auto;
 padding-bottom : 0px;
 padding-top : 0px;
 padding-left: 0px;
 padding-right: 0px;
 width: 779px;
 background-image:url(images/content_background.png)
}

#menu { /* Zone de contenu */
 margin-left: auto;
 margin-right: auto;
 padding-bottom : 0px;
 padding-top : 0px;
 padding-left: 0px;
 padding-right: 0px;
 width: 779px;
}

.intro {font-family: verdana; color:#29416e; font-size: 12px; text-decoration: none; font-weight: normal}
a.intro {font-family: verdana; color:#29416e; font-size: 12px; text-decoration: none; font-weight: normal}
a.intro:hover {text-decoration: underline; font-weight: normal}

.liste {font-family: verdana; color:black; font-size: 10px; text-decoration: none; font-weight: normal}
a.liste {font-family: verdana; color:black; font-size: 10px; text-decoration: none; font-weight: normal}
a.liste:hover {text-decoration: underline; font-weight: normal}

.footer {
	font-family: verdana; 
	color:#FFFFFF; 
	font-size: 10px; 
	text-decoration: none; 
	font-weight: normal;
}
a.footer {font-family: verdana; color:#FFFFFF; font-size: 11px; text-decoration: none; font-weight: normal}
a.footer:hover {text-decoration: underline; font-weight: normal}