/*
	Basiques
*/
.prenoms html {
	font-size: 100%;
}
.prenoms body {
	margin: 0;
	padding: 0 ;
	font-family: Open Sans;
	background:#fff ;
	line-height: 1.25;
	color: #333 ;
}
/*
	Titres
*/
.prenoms h1, .prenoms h2, .prenoms h3, .prenoms h4, .prenoms h5, .prenoms h6 {
	margin: 1em 0 0.5em 0; 
}
.prenoms h1 {
	color:#DD4B39;
	font-size: 1.5em;	
	font-weight: bold; 
}
.prenoms h2 {
	color: #6E9107 ;
	font-size: 1.2em;
	font-weight: bold; 
}
.prenoms h3 {
	font-size: 1.2em;
	font-weight: bold; 
}
.prenoms h4 {
	font-size: 1em;
	font-weight: bold; 
}
/* 
	Listes 
*/
.prenoms ul, ol {
	margin: .5em 0 .5em 1em;
	padding: 0;
}
.prenoms ul {
	list-style: square ;
}
.prenoms li {
	margin: .5em 0 ;
	padding: 0 ;
}
/* 
	Paragraphes 
*/
.prenoms p {
	margin: .5em 0;
}
.prenoms li p {
	margin: .5em 0;
}
/* 
	Liens
*/
.prenoms a, .prenoms a:link {
	color:#447BC4;
	text-decoration:underline;
	font-weight:bold;
}

.prenoms a:visited {
	color:#447BC4;
}

.prenoms a:active, .prenoms a:hover, .prenoms a.active, .prenoms .active a {
	color:#DD4B39;
}
.prenoms a img {
	border: none;
}
/* 
	Divers �l�ments de type en-ligne 
*/
.prenoms em {
	font-style: italic;
}
.prenoms strong {
	font-weight: bold;
}