/*-----------------------------------------------------------------
------------------------CSS screen--------------------------------- 
-----------------------------------------------------------------*/

/*-----------------------------------------------------------------
Reset
-----------------------------------------------------------------*/

/*-- reset marges --*/

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
ul, ol, li,
fieldset, form, label,
table, tr, td {
margin: 0;
padding: 0;
}

/*-- document --*/

html { font-size: 100%; }

/*-- liens --*/

a { text-decoration: underline; }
a:active { outline: none; }
a img, a object { border: none; }

/*-- textes --*/

h1, h2, h3, h4, h5, h6 {
font-weight: normal; 
font-style: normal;
}
hr { display: none; }
sup, sub { line-height: 0; }
ol, ul, li { list-style: none; }
blockquote { quotes: none; }
abbr { 
border-bottom: 1px dotted #000;
cursor: help;
}

/*-- formulaire --*/

form, fieldset { border: none; }
form label { cursor: pointer; }
input, button, select { vertical-align: middle; }

/*-- tableau --*/

table {
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #000;
}
td {
border: 1px solid #000;
vertical-align: top;
}

/*-----------------------------------------------------------------
Textes
-----------------------------------------------------------------*/

/*-- Police générale --*/

body {
background: #000000;
font: 0.8em/1.2em Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
}

/*-- niveaux de titre --*/

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
margin: 1em 0 .70em;
}
h1 { font-size: 2em;}
h2 { font-size: 1.6em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }

/*-- liens --*/

a:link, a:visited { color: #E200A7; text-decoration: none }
a:hover, a:focus, a:active { color: #fd4ace; text-decoration: underline; }

/*-----------------------------------------------------------------
Blocs
-----------------------------------------------------------------*/

#global{
width: 950px;
margin: 20px auto;
}

#anim {
width: 550px;
}

#adresse {
text-align:center;
}

#adresse p{
color:#fff;
}