body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

#conteneur {
	position: relative;
	width: 850px;
	margin: 0 auto; 
	background-color: #E2E3D7;
	border: thin solid #999;
}

#bandeau {
	height: 180px;
	/*background-color: #744817;*/
	/*text-align: left;*/
	background-image: url(bandeau_neteclair_900.jpg);
	background-repeat: no-repeat;
}

#centre {
	margin-top: 0px;
	margin-left: 140px;
	margin-right: 300px;
	text-align: left;
	background-color: #EEEEDD;
	padding: 20px;
	height: 900px;

}

#gauche {
	position: absolute;
	left:0;
	width: 125px;
	text-align: left;
	margin-top: 40px;
}


#droite {
	position: absolute;
	right:0;
	width: 280px;
	margin-top: 0px;
	padding-right: 10px;
	text-align: left;
	/*background-color: #EEEEDD;*/
}


#pied {
	clear:both;
	bottom: 0;
	height: 30px;
	/*background-color: #FFFFCC;*/
}

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

p {
	margin: 0 0 10px 0;
}

h1 {
	font-size: 2em: bold;
	color: #FFFFFF;
	text-align: center;
	
}

/*h2 {
	font-size: 2em: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #999;
}*/

h2 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #e779a9;
	text-align: left;
}

.titrearticle {
	font-size: 18px: bold;
	color: #0077ba; /*bleu*/
	text-align: left;
}

.sitenom {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}

.sitedescriptif {
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
}

.lienblanc {
	font-size: 10px;
	color: #FFF;
}

a {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;

}

.pagination a  { 
	font-size: 1.5em;
	color: #e779a8;
	}