
/* General */
body {
	color: #000000;
	background: #FFFFFF;
	font-size: .9em; font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
}
body {
	padding: 20px 30px;
} 
a { text-decoration: none; color: #e2007a; }
a:hover {
	text-decoration: none;
	color: #333333;
	background: #a3dfe4; /* bleu */;
	}
a:visited{
	text-decoration: none;
	color: #BF9B9B;
	}
ol, ul, li {padding: 0; margin: 0em; list-style: none; list-style-image: none;}
h1 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
	font-size: 3em;
	font-style: italic;
}
h2 {
	color: #f6c327; /* orange  */
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	text-align:left;
	color: #97bf0d; 
	font-size: 1.1em;
	margin-bottom: 1em;
}
/* enveloppe globale */

/* gauche */
#gauche {

	top: 0;
	left: 0;

	padding: 7px 3px;
}
#gauche li {
	line-height: 1.5;
}


#social li {
  display: inline-block;
  padding-right: 5px;
  }
  
#social li a:hover {
	background-color: #ffffff;
		}

#social{ margin-top: 1em;
  }
/* En-t�te */
#entete {
	color: #a3dfe4;/*bleu*/
}
#entete a { text-decoration: none; color: #a3dfe4; }

#entete a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #f6c327;
	}
	
#entete a:visited{
	text-decoration: none;
	color: #BF9B9B;
	}

strong {
	color: #97bf0d;
}
#entete {
	padding: 2px 0;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 0px 20px 0px 0px;
}
#entete .sous-titre {
	margin: 60px 0 15px 0;
}

#entete .sous-titre a { text-decoration: none; color: #f6c327; }

#entete .sous-titre a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #a3dfe4;
	}
	
#entete .sous-titre a:visited{
	text-decoration: none;
	color: #BF9B9B;
	}
/* Mention de paternite */
#copyright {
	margin-left: 0em;
	margin-right: 0px;
	text-align: left;
	font-size: 1.6em;
	color: #848F63;
}
#copyright a {
	color: #848F63;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: none;
	color: #333333;
	background: #a3dfe4;
}

.texte_gris {
	color: #808080;
	}
