/* CSS Document */

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

body {
/*background-color:#0d0558;*/
background-color:#1b1b1b;
font-family:Arial, Helvetica, sans-serif;
-moz-opacity: .999; 
/*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;
}


img {
border:0;
}


.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:12px;
font-weight:bold;
margin-bottom:0px;
line-height: 24px;
background-image: url(../img/fleche_h2.png);
background-repeat: no-repeat;
border: 1px solid #3b3738;
width: auto;
padding-left:34px;
text-transform: uppercase;
color: #e28f49;
}

h2 td {
color: #e28f49;
}

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#C7B299;
border-top:1px solid #666;
border-bottom:1px solid #666;
text-align: center;
vertical-align: middle;
line-height: 26px;
background-color: #292826;
}

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

h4 a {
color:#e28f49;
}

a {
text-decoration:none;
color:#c7b299;
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;
}
