body {

margin : auto;
padding : 0;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
background-repeat:repeat-x;
background-image:url(images/background.jpg);
background-color:#a90c0e;
font-weight: normal;
color: #000000;

}

img {
border: 0;
}

form {
display: inline;
}


.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a90c0e;
	font-weight: bold;
}

.corps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	}
.rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8f0d0d;
	font-weight: bold;
	}	
	
.blanc_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
}
.noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.noir_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
INPUT {
     color:#ffffff;
     background-color:#a90c0e;
     font-size:11px;
     font-family:arial;
	 border-width : 1px;
	 border-style:solid;
	 border-color:#000000;
}

SELECT {
    color:#000000;
     background-color:#ffffff;
     font-size:11px;
     font-family:arial;
}

hr {
  border-top: 0px solid #a90c0e;
      border-bottom: 1px dashed #a90c0e;
     
      height: 1px;

  
 

}
fieldset {
	border-width:2px 2px 2px 2px;
	border-style:dashed;
	border-color:#cccccc;
	overflow: auto;
}

legend {
	line-height: 100%;
	padding: 3px 5px;
	top: -10px;	
	background-color:#f4f4f4;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	text-align:center;
} 	 




/******************** LIENS ********************/ 

a {
color : #a90c0e;
text-decoration: none;
font-weight: bold;
}

a:hover { 
color : #a90c0e;
text-decoration: underline;
font-weight: bold;
}

