/* ---------------------------------- */
/* GLOBAL */
/* ---------------------------------- */

.db { display:block; }
.dn { display:none; }
.fl { float:left; }
.fr { float:right; }
.cb { clear:both; }
.pa { position:absolute; }
.pr { position:relative; }

.png{
behavior: url(data/css/png.htc);
}

#eFoot{
margin-top:8px;
}

a, a:hover{
text-decoration:none;
color:black;
}

#eSiteContent{
background-color:white;
}

#global{
width:100%;
background:white url(../img/bandeau.jpg) no-repeat scroll;
position:relative;
color:black;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
}

img, fieldset {
border:medium none;
}

ul, ol, dl, li, dt, dd, p, h1, h2, h3, h4, h5, h6, form, legend, fieldset, a {
margin:0pt;
padding:0pt;
}

table, input, select, textarea, h1, h2, h3, h4, h5, h6 {
font-size:100%;
}

#global ul, #global ol {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

