@charset "UTF-8";
/* CSS Document */

body
{
   width: 800px;
   margin: auto;
   background-color: #000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #ffffff;
   a:link text-decoration: none;
   a:visited text-decoration: none;
   a:hover text-decoration: none;
   a:active text-decoration: none;   
}

/* L'en-tête */
#header
{ 
   width: 800px;
   background-image: url("../images/header.gif");
   height: 130px;
   background-repeat: no-repeat;
}

#title
{ 
   width: 800px;
   background-image: url("../images/ampoules.jpg");
   height: 238px;
   background-repeat: no-repeat;

}

#menu
{ 
   width: 800px;
   height: 22px;
}

#line
{ 
   width: 800px;
   background-image: url("../images/ligne.png");
   height: 10px;
   background-repeat: repeat-x;

}


#content
{ 
   width: 800px;

}

#footer
{ 
   width: 800px;
   background-image: url("../images/footer.jpg");
   height: 35px;
   background-repeat: no-repeat;
}

.tite_01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #CC0000;
}

.content_01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
}
