/* CSS Document */

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

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

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


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


img {
border:0;
}


.txtpetit {
font-size:11px;
}


h1 {
text-align: right;
font-size: 22px;
color:#fff;
margin-top: 6px;
margin-right: 6px;
}

h1 a {
color:#fff;
}
h1 a:hover {
color:#ccc;
}
h1 a:active {
color:#999;
}

h2 {
text-align: right;
font-size: 13px;
color: #999;
font-weight: normal;
color:#ccc;
margin-right: 6px;
}


h3 {

}

h4 {

}


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

a:hover {
color:#000;
}

a:active {
color:#ccc;
}

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

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

