body {
	/*background-color: #F5E1D6;*/
	background-color: #414141;
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#conteneur{
	width: 750px;
	margin: 3px auto 3px auto;
	text-align: left;
	background-color: #F5E1D6;
	border: solid 1px silver;
}

#header{
	width: 750px;
	height: 294px;
	background-image: url(images/mel_bandeau_3.jpg);
	background-repeat: repeat-x;
	margin: auto;
}

#menu_gauche{
	float: left;
	background-image: url(images/menu_fond.jpg);
	background-repeat: repeat-x;
	width: 280px;
	padding-top: 25px;

	height: 100%;
}

#corps{
	margin-left: 285px;
	background-color: #F5E1D6;
	padding: 10px 10px 10px 10px;
	height: 100%;
}

#post{
	margin: 0;
}

#pagination{
	margin-left: 285px;
	padding-left: 10px;
}

#footer{
	background-image: url(images/bandeau_passeport2_04.jpg);
	background-repeat: repeat-y;
	height: 55px;
	padding-left: 10px;
	clear: both;
   font-size: 10px;
}


#footer a{
	color: gray;

}


#footer p{
	padding: 15px 0px 0px 10px;
	color: gray;
	font-size: 10px;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000;
}

h1 {
	font-size: 16px;
}

h1 a{
	text-decoration: none;
}

h2 {
	color: Gray;
	font-size: 14px;
}


h3 {
	color: gray;
	font-size: 14px;
	margin-left: 15px;
}

a{
	text-decoration: none;
	color: #980033;
}

a:hover{
	text-decoration: none;
}

ul {
	list-style-type:line-through; 

}



