/*---- page principale ---- */
div#page{
	background-color: #C4000F;
	padding: 1px;
}
div#bloc {
	width: 500px;
	text-align: justify;
	background-color: #fff;
	margin: 1em auto;
	padding: 0.5em;
}

div#logo {
	text-align: center;
	padding-top: 1em;
	border-top: 1pt dashed #c4000f;
}

h2.titre {
	text-align: left;
	color: #C4000F;
	margin-bottom: 1em;
	font: bold 14pt/14pt Georgia, "Times New Roman", Times, serif;
}

h3.titre {
	text-align: left;
	color: #7e1820;
	margin-top: 10pt;
	font: small-caps bold 11pt/10px Georgia, "Times New Roman", Times, serif;
	margin-bottom: auto;
}

p.corps{
	color: #555555	;
	font: 10pt/12pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 2em;
	margin-top: 1em;
}

p.corps span {
	color: #C4000F;
	font-style: italic;
}

p.corps a {
	color: #C4000F;
	text-decoration: none;
	
}
p.corps a:hover {
	text-decoration: underline;
	color: #7e1820;
	
}

ul {
	font: 10pt/12pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #C4000F;
	list-style-type: square;
	list-style-position: inside;
	text-shadow: #000000 0 0 0;
	text-indent: 2em;
}


ul a {
	color: #C4000F;
	text-decoration: none;
}

ul a:hover {
	text-decoration: underline;
	color: #7e1820;
}
/*---- barre bas de page ---- */
#bar {
   	height:30px;
   	text-align: center;
   	color:#7e7e7e;
	line-height: 28px;
	font-size: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#bar a {
   	color:#7e7e7e;
	text-decoration: none;
}

#bar a:hover {
	color: #C4000F;
	
}

#bar a:active {
	color: #7e7e7e;
}

#bar span {
	color: #C4000F;
}


