/* CSS Document */

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

body {
font-family:Arial, Helvetica, sans-serif;
/*background-color: #71b1ca;*/
background-color: #dfdfec;
-moz-opacity: .999;
}

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


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:12px;
color: #333;
width: 100%;
}

h3 {
font-size:18px;
font-weight:normal;
margin-bottom:2px;
margin-top:12px;
color: #666;
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: #333;
margin-bottom: 5px;
}


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

a:hover {
border-bottom: 1px dotted #415a63;
color: #415a63;
}

ul {
list-style:none;
}

li {
list-style:none;
}

