/* CSS Document */

/*tableau de mise en page*/
#mep {
	width: 670px;
	margin-left: 50px;
}

#mepCentre {
	width: 700px;
	text-align:center;
	border:groove;
	margin: 5px;
	margin-left: 15px;
}


/*gestion des images du contenu*/
#contenu img {
	border:groove;
	margin: 5px;
	padding: 1px;
	margin-left: 20px;
}

/*gestion des span*/
.sousValeur {
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#miseEnValeur {
	color: #990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

/*gestion du texte*/
h1 {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	line-height: 1.5;
}

h2 {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.5;
}

h3 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height: 2;
	margin-left: 5px;
	font-style:italic;
}

h4 {
	color: #990000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 1.5;
}

h5 {
	color: #333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.5;
}

/*gestion des liste*/
li {
	list-style-image:url(../imgs/liste.png);
	line-height: 2;
}
