/*Reset CSS*/
*{
	margin: 0;
	padding: 0;
	border: 0;
}

/*=======================================================*/

body {
background: #be0030 url(../img/fond.jpg) top repeat-x fixed;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 16px;
padding: 0;
text-align: center;
}

#conteneur {
width: 1000px;
margin: 0 auto;
text-align: left;


}

#header {
width: 1000px;
height: 141px;
background: url(../img/header.jpg) center top no-repeat;
}

/*=======================================================*/


a:link,
a:visited,
a:active{
	background: transparent;
	color: #9b002a;
	text-decoration: underline;
}

a:hover{
	background: transparent;
	background-color: #430105;
	color: #ffffff;
}


a.a2
{
background: transparent;
text-decoration:none;

}
a:hover.a2
{
background: transparent;
text-decoration:none;

}





/*=======================================================*/


#contenu{
background: #FFFFFF;
margin: 0 0 0 0;
width: 1000px;




}




/*Contenu principal*/
#centre {
width: 786px;
background: transparent;
padding: 20px 40px 20px 40px;
font-size: 120%;
text-align: justify;
color: #010101;
}

/*=======================================================*/

#formulaire {
width: 900px;

background: url(../img/fond-conteneur.gif) center repeat;
font-size: 120%;
text-align: justify;
color: #FFFFFF;

}

#formulaire p {

background: transparent;
margin-left: 30px;
font-size: 95%;
text-align: justify;
color: #FFFFFF;

}


/*=======================================================*/




#pied {
width: 900px;
height: 20px;
background: transparent;

padding: 10px 0 0 0;
text-align : center;
margin-top: 30px;
}

#pied p {
color: #FFFFFF;
font-size: 90%;
font-variant: small-caps;
}


/*=======================================================*/



/*Mise en forme du texte*/
#centre p{
font-size: 85%;
}

.separator{ 
clear: both;
visibility: hidden;
}






