 *  
 {
  border: 0px none;
  margin: 0;
  padding: 0
 }


 
  body.listage
	{
		background-color: #FFFFFF;
		margin: 0;
	}
 
 table td, th
 {
 		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
 }
 
 div#page
 {
		border: 2px solid #0065b3; 

  width: 750px;
  margin: 0 auto;
  
  text-align: left;
	background-color: #FFFFFF;
 }
  
 div#header
 {
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	
	height: 140px;
	position: relative
 }
 
div#header div#page_accueil
{
    float: left;
    position: absolute;
    left: 107px;
    /*margin-top: 4px;
    margin-left: 111px;*/
}
 
div#header div#button
{
	padding-top: 0px;
  text-align: right;
	height: 38px;
}
 
 div#header div#menu
 {
  padding-left: 240px;
  
  text-align: left;
 }
 
div#menu_fleche
 { 
  text-align: left;
 }
 
 div#header div#menu img.logo, div#menu_fleche img.logo
 {
  margin-right: 25px;
 }
 
 div#main
 {
 	background-image: url('../images/left.png');
 	background-repeat: no-repeat;
 	_height: 376px;
 	min-height: 376px;
	position: relative
 }
 
  div#mainfirefox
 {
 	background-image: url('../images/left.png');
 	background-repeat: no-repeat;
 	_height: 553px;
 	min-height: 553px;
	position: relative
 }
 div#mainfirefoxcat
 {
 	background-image: url('../images/left.png');
 	background-repeat: no-repeat;
 	height: 94%;

	position: relative
 }
  div#mainfirefoxcatreg
 {
 	background-image: url('../images/left.png');
 	background-repeat: no-repeat;
 	_height: 491px;
 	min-height: 491px;
	position: relative
 }

div#home
{
  padding-left: 150px;
  padding-top: 50px;
  
  color: #1b76bc;
}

div#home h1
{
  font-size: 11px;
		margin-bottom: 10px;
}

div#home ul.bullet1
{
  list-style: none;
  padding-left: 5px;
}

div#home ul.bullet1 li
{
  background-image: url('../images/bullet1.gif');
  background-repeat: no-repeat;
  background-position:  0.5px 50%;
  padding-left: 10px
}

div#home ul.bullet1 li a
{
  padding-top: 10px;
  font-size: 10px;
  color: #1b76bc;
  font-weight: bold;
  
  text-decoration: none;
}

div#home ul.bullet1 li a:hover
{
  text-decoration: underline;
}


