/* CSS Document */

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

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

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

p {
text-align: justify;
}

textarea {
font-family:Arial, Helvetica, sans-serif;
}


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


img {
border:0;
}

table td {
vertical-align: top;
}


.txtpetit {
font-size:11px;
}


h1 {
font-size:15px;
color:#fff;
font-weight:bold;
text-align:right;
color:#fff;
letter-spacing:1px;
margin-bottom:4px;
}

h2 {
font-size:16px;
font-weight:bold;
color: #fff;
}

h2 a {
color:#fff;
}

h2 a:hover {
color:#ccc;
}

h3 {
font-size:12px;
font-weight:normal;
color: #eeeded;
font-style: italic;
margin-bottom: 8px;
}

h4 {
font-size:12px;
font-weight:bold;
color:#fff;
text-transform: uppercase;
margin-top: 0;
}

h4 a {
color:#fff;
}

a {
text-decoration:none;
color:#d50808;
font-size:inherit;
}

a:hover {
color:#fff;
}

a:active {
color:#ccc;
}

/* pour FF */
/* enlve border dotted des liens */

a:active
{
outline: none;
}

a:focus
{
  -moz-outline-style: none;
}

ul {
list-style:none;
}

li {
list-style:none;
color:#fff;
}

