@charset "utf-8";
/* CSS Document */
body
{
	font-family:Calibri, verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:center center;
}

.texte2
{
	color:#000000;
	font-size:20px;
	line-height:20pt;
	text-align:justify;
	font-weight: bold;

}
.textep
{
	color:#000000;
	font-size:20px;
	line-height:20pt;
	text-align:center;
	border: 1;
}
.texte3
{
	color:#000000;
	font-size:18px;
	line-height:20pt;
	text-align:justify;
	font-weight: normal;
	border: 1;
}
.texte4
{
	color:#000000;
	font-size:20px;
	line-height:20pt;
	text-align:justify;
	font-weight: normal;
	border: 1;
}
.texte
{
	color:#000000;
	font-size:20px;
	line-height:20pt;
	text-align:justify;
	border: 1;
}
.ital
{
	color:#000000;
	font-size:16px;
	font-weight: italic;
	line-height:16pt;
	text-align:justify;
	border: 1;
}
.titre 
{
	color:#000000;
	font-size:32px;
	font-weight: bold;
	text-align:center;
	
}
.titrerose
{
	color:#e30040;
	font-size:32px;
	font-weight: bold;
	text-align:center;
	
}
.soustitrerose
{
	color:#e30040;
	font-size:20px;
	font-weight: bold;
	text-align:left;
	
}
.noirtitre
{
	color:#e30040;
	font-size:25px;
	font-weight: bold;
	text-align:center;
	
}

.noir
{
	color:#000000;
	font-size:20px;
	line-height:20pt;
}
.bleu 
{
	color:#0000F0;
	font-size:20px;
	line-height:20pt;
}

.rose2 
{
	font-weight: bold;
	color:#e30040;
	font-size:25px;
	line-height:25pt;
}
.rose 
{
	color:#e30040;
	font-size:25px;
	line-height:25pt;
}
.rose3
{
	color:#e30040;
	font-size:20px;
	line-height:20pt;
}
.noir2
{
	color:#000000;
	font-size:20px;
	line-height:30pt;
}	

.bleu2
{
	color:#0000F0;
	font-size:22px;
	line-height:30pt;
}
.bleu3
{
	color:#0000F0;
	font-size:30px;
	line-height:30pt;
}
.bleu4
{
	color:#0000F0;
	font-size:20px;
	line-height:20pt;
}
.bleu5
{
	font-weight: bold;
	color:#0000F0;
	font-size:30px;
	line-height:30pt;
}
.vert
{
	color:#00f000;
	font-size:30px;
	line-height:30pt;
}
.vert2
{
	font-weight: bold;
	color:#00FF00;
	font-size:30px;
	line-height:30pt;
}
form {
	width: 500px;
	padding: 10px 20px;
	background-color: #FFFFCC;
	color: midnightblue;
}
form p {
	margin: 1em 0;
}
form p.double {
	/* Empcher le dpassement des flottants */
	overflow: hidden;
	/* Idem pour IE6 */
	width: 100%;
}
form p.double label {
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	cursor: pointer;
}
form p.double label span.info {
	display: block;
	margin-top: .2em;
	font-size: .8em;
	font-weight: normal;
	cursor: default;
}
form p.double input,
form p.double textarea {
	width: 250px;
	margin-left: 12px;
	border: solid 1px midnightblue;
	padding: 2px 4px;
}
form p.double textarea {
	padding: 2px 0 0 4px;
	width: 320px;
	height: 6em;
}
form p.simple {
	margin-left: 160px;
}
