/*


     _         _           _               _   _ _ 
 ___| |_ _   _| | ___  ___| |__   ___  ___| |_| | |
/ __| __| | | | |/ _ \/ __| '_ \ / _ \/ _ \ __| | |
\__ \ |_| |_| | |  __/\__ \ | | |  __/  __/ |_|_|_|
|___/\__|\__, |_|\___||___/_| |_|\___|\___|\__(_|_)
         |___/                                     
*/

/*--- reset ------------*/
/* Resetting of element defaults to avoid cross-browser incompatibilities */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, table, legend, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
font-family: inherit;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
}


html {
overflow: auto; /* removes vertical scrollbar */
}

body {
margin: 0pt;
padding: 0pt;
background-image: url(../pictos_site_attente/back.jpg);
background-repeat: no-repeat;
text-align: center;
background-color: #001d7a;
background-position: 100% top;
width: 100%;
}

img, img a, img a:hover {
border: 0;
}


/* construction-------------------------------------------*/

#conteneur {
position: absolute;
top: 50%;
left: 50%;
width: 347px;
margin: -493px 0 0 -170px;
text-align: left;
}

#attente {
height: 299px;
margin-top: 347px;
}

#contenu-attente {
padding-top: 0px;
margin-left: 0px;
}

