/* CSS Document */

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

body {
font-family:Arial, Helvetica, sans-serif;
background-color: #000;
-moz-opacity: .999; 
}

p, td, li {
line-height:17px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
}


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

.txtpetit {
font-size:11px;
}

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


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

h1 a {
}


h2 {
font-size:26px;
font-weight:normal;
margin-bottom:0px;
color: #fff;
width: 100%;
border-left: 12px solid yellow;
padding-left: 10px;
}

h3 {
font-size:18px;
font-weight:normal;
margin-bottom:2px;
margin-top:12px;
color: #ccc;
text-align: right;
}

h4 {
font-size:16px;
font-weight:normal;
margin-bottom:0px;
margin-top:0px;
color: #fff;
text-align: center;
}

h5 {
font-size:14px;
font-weight:bold;
color: #fff;
margin-bottom: 4px;
margin-top:2px;
}


a {
text-decoration:none;
font-size:inherit;
color: white;
border-bottom: 1px dotted #666;
}

a:hover {
border-bottom: 1px dotted yellow;
color: #ccc;
}

ul {
list-style:none;
}

li {
list-style:none;
}
