/*
style.css
---------
#0C5778 bleu partie
Vincs Dev
*/

body
{
	background-color: #E6E2AF;
	font-family : Calibri;
	width : 1000px;
	margin : auto;
	text-align:center;
}

h1, h2, h3
{
	font-family: Calibri, "Comic sans MS", sans-serif;
	color : #002F2F.
}

.TitrePartie
{
	color : #0C5778;
	font-size : 1.6em;
}

.TitreSousPartie
{
	color : #046380;
	font-size : 1.3em;
}

a
{
	text-decoration: none;
}

p
{
	font-size: 1em;
	text-align: justify;
	font-family: Calibri, "Comic sans MS", sans-serif;
	margin : 5px 20px;
}

em
{
	font-size: 1.1em;
	color: #046380;
}

strong
{
	font-size: 1.1em;
	color: #333333;
}

.imagecentrer
{
	text-align: center;
}

ol
{
	list-style-type : upper-roman;
}
.SousPartieSommaire
{
	list-style-type : lower-alpha;
}
.References
{
	list-style-type : decimal;
}

.BlocTexte
{
	width : 800px;

	margin : auto;
	text-align :center;

}
.Liste
{
	width : 750px;

	margin : auto;
	text-align :justify;
}
p.BlocTexte
{
	text-align : justify;

}
ol.BlocTexte
{
	text-align : left;
}

a.Retour
{
	width:95%;
	height : 40px;
	border-radius: 5px;
	color : #12A8E8;
	display:inline-block;
	text-align:right;
	
}
