/* CSS Document */

* {
border:0;
margin:0;
padding:0;
}

body {
/*background-color:#0d0558;*/
font-family:Arial, Helvetica, sans-serif;
-moz-opacity: .999; 
/*background-image:url(../img/essai_fond_1.jpg);*/
}

p, td {
line-height:16px;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
/*font-family:Georgia, "Times New Roman", Times, serif;*/
/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
/*color:#2e2e2e;*/
color:#000;
}


p strong {
font-size:inherit;
color:inherit;
}

.txtpetit {
font-size:11px;
}

input, textarea {
border: 1px solid #999;
}


h1 {
font-size:34px;
color:#fff;
font-weight:bold;
text-align:center;
font-family: "Courier New";
letter-spacing:2px;
margin-top:12px;
line-height: 40px;
background-color: #da071f;
}

h1 a {
color:#fff;
}

/*h2 {
font-size:20px;
font-weight:bold;
margin-bottom:0px;
}*/

h2 {
font-size: 16px;
font-weight: bold;
margin-bottom: 20px;
}

h3 {
font-size:13px;
font-weight:bold;
margin-bottom:2px;
margin-top:12px;
}

h4 {
font-size:12px;
font-weight:bold;
color:#f31d1d;
}


a {
text-decoration:none;
/*color:inherit;*/
font-size:inherit;
}

a:hover {
color:#999;
}

ul {
list-style:none;
}

li {
list-style:none;
}

