/* CSS Document */

* {
border:0;
margin:0;
padding:0;
color:#000;
}

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

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


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

.txtpetit {
font-size:11px;
}


h1 {
font-size:54px;
color:#fff;
font-weight:bold;
text-transform:uppercase;
text-align:right;
}

h2 {
font-size:22px;
margin-bottom:6px;
color:#FF9900;
text-align:right;
/*margin-bottom:20px;*/
}

h3, h3 a {
font-size:18px;
font-weight:bold;
color:#FF6600;
text-align:right;
margin-bottom:14px;
}

h4 {
font-size:14px;
color:#FF9900;
font-weight:normal;
}

h5 {
font-weight:bold;
font-size:12px;
color:#333;
padding-left:10px;
}

h6 {
font-weight:bold;
font-size:13px;
color:#333333;
}

a {
text-decoration:underline;
color:inherit;
color:#fff;
}

a:hover {
color:#FF9900;
}


a.nounderline {
text-decoration:none;
border-bottom:1px none #1c8cbf;
}

ul {
list-style:none;
}

li {
list-style:none;
}

input {
border:1px solid #666;
}
