/*CSS DEFAULT
  
  Gestion de la mise en place nette, par défaut, pour tout les navigateur et ainsi eviter certain
  souci de compatibilité graphique. (si souci IE CSS IE prévu)

*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin:0;
padding:0;
}
h1, h2, h3, h4, h5, h6 {
font-size:100%;
}
ol, ul {
list-style:none outside none;
}
adress, caption, cite, code, dfn, em, strong, th, var {
font-style:normal;
font-weight:normal;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset, img {
border:0 none;
}
caption, th {
text-align:left;
}
q:before, q:after {
content:"";
}
a {
color:#000000;
text-decoration:none;
}
body {
font-family:Bitstream Vera Sans;
font-size:13px;
text-align:center;
}
strong {
font-weight:bold;
}
p {
line-height:122%;
}
a:active, a:focus {
outline:medium none;
} 
