/* INITIALISATION */
* {border:0;margin:0;padding:0;}
body {width:100%;height:100%;background-color:black;}

/* TYPOGRAPHIE */
body{font: 76% arial,sans-serif;text-align:center}
h1 {}

p{color:#666;text-decoration:none;font-size:12px;font-family:'Courier New', Courier, monospace;}
a{color:#777;text-decoration:none;font-size:11px;font-weight:100;font-family:'Courier New', Courier, monospace;}
p:first-child {
	/*text-transform:uppercase;*/
}
/* STRUCTURE */

div#container{width:980px;margin:0 auto;padding:0;}
/* hack ie6 */
div#container{text-align:center;}

div#content{margin: 0 20px 0 300px; padding-left:30px;}
div#navigation{float:left;width:300px;margin-left:-980px;padding-right: 20px ;border-right:1px dotted #CCC}
div#navigation p {width:280px;text-align:left;}
div#extra{float:left;width:150px;margin-left:-150px}


div#wrapper {color:#FFF;vertical-align:top;text-align:left;}
div#content p{line-height:1.4}

/* POSITIONNEMENT */

div#wrapper{float:left;width:100%}
/*div#wrapper object {margin-top:50px;*/}
div#wrapper p {margin:0; padding:0;}

div#header{height:227px;width:980px;position:relative;margin:0;padding:10px;background: url(../images/en-attendant-logo.jpg) no-repeat;text-align: right;}
div#header h1{display:none}
div#header a:hover {text-decoration: none; }
div#header a {
	float: right;
}
#intro {
	font-size: 16px;
}

div#footer{clear:both;width:980px;}
div#footer p{padding:50px 10px}

#footer p {font-size:11px;font-weight:100;font-family:'Courier New', Courier, monospace;text-align:right}
#footer a {color:#363636;text-decoration:none;}
#footer a:hover {color:#FFF;}

/* BOUTONS */

a.buttonHD img, a.buttonBD img {
border:0;}

a.buttonHD, a.buttonBD {
text-align: center;
display: block;
background-color: transparent;
background-repeat: no-repeat;
background-position: -91px 0;
width: 91px;
height: 100px;
margin: 0;
padding: 0;
}
/*div#extra a.buttonHD{text-align:center;margin:auto;}*/

a.buttonHD {background-image: url(../images/ampoule-haut-debit.jpg);}
a.buttonBD {background-image: url(../images/ampoule-bas-debit.jpg);}

a.button:link, a.button:visited {
}

a.buttonHD:hover, a.buttonHD:active, a.buttonBD:hover, a.buttonBD:active {
background-position: 0 0;
}
