/* CSS Document */
html{
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-FACE-COLOR: #006699;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #67677B;
	overflow: auto;
  }
body{
	padding : 0;
	margin : 0;
	background-color:#006699;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
  SCROLLBAR-SHADOW-COLOR: #000000;
  SCROLLBAR-FACE-COLOR: #006699;
  SCROLLBAR-3DLIGHT-COLOR: #ffffff;
  SCROLLBAR-ARROW-COLOR: #ffffff;
  SCROLLBAR-TRACK-COLOR: #ffffff;
  SCROLLBAR-DARKSHADOW-COLOR: #67677B;
}

#conteneur {
position: absolute;
width: 100%;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
  SCROLLBAR-SHADOW-COLOR: #000000;
  SCROLLBAR-FACE-COLOR: #006699;
  SCROLLBAR-3DLIGHT-COLOR: #ffffff;
  SCROLLBAR-ARROW-COLOR: #ffffff;
  SCROLLBAR-TRACK-COLOR: #ffffff;
  SCROLLBAR-DARKSHADOW-COLOR: #67677B;
}

#content{
	margin-left:180px;
	margin-right:165px;
	margin-top:10px;
	height:380px;
	background-color:#FDFDFD;
	border-color:#D6D6D6;
	border-style:groove;
	overflow:auto;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
  SCROLLBAR-SHADOW-COLOR: #000000;
  SCROLLBAR-FACE-COLOR: #006699;
  SCROLLBAR-3DLIGHT-COLOR: #ffffff;
  SCROLLBAR-ARROW-COLOR: #ffffff;
  SCROLLBAR-TRACK-COLOR: #ffffff;
  SCROLLBAR-DARKSHADOW-COLOR: #67677B;
   /*padding-bottom : 30px;*/
   

}

#content h1{
	font-size : 18px;
	font-weight : bold;
	color : #000;
	background-image:url(../images/titre_menu.gif);
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 25px;
	background-repeat: repeat-x;
	padding: 2px;
}  

#content h2{
      font-size: 16px;
      font-weight: bold;
      color: #000000;
      background-color : transparent;
	  text-align:center;
	  
}

#content p{
      /*font-family : "Trebuchet MS", Georgia, Times,serif;*/
      font-size : 80%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}

/*#content li{
      /*font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 80%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}*/

#content li{
	font-size : 14px;
	font-weight : normal;
	color : #000;
	background-color : transparent;
	line-height: 20px;
}
#logo{
	/*position : absolute;*/
	/*top : 10px;
	left : 30px;*/
	margin-top:10px;
	z-index : 50;
	height: 66px;
	text-align:center;
}

#script{
    position : absolute;
    top : 12px;
	right : 100px;
    text-align : right; /*correction pour Netscape 4*/
}

#menuhaut{
	background-image:url(../images/lzo-barre.gif);
	background-position: center;
	margin-top:5px;
	text-align:center;
}     


#menuhaut a{
	font-size:10px;
	color : #000000;
	text-decoration:none;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	
}

#menuhaut a:hover{
	   color: #6666CC;
	   text-decoration:none;
}

#menuhaut P{
       text-align : center;
	   background-position: center;
	   width : 700px;
}

#titremenu {
	background-image:url(../images/titre_menu.gif);
	text-align:center;
	background-repeat: no-repeat;
	background-repeat:inherit;
	font-size:11px;
	font-weight: bold;
	color:#000000;
	vertical-align: bottom;
	height: 15px;
	background-position: center;
	padding: 5px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

#navigation{
	background-color:#FDFDFD;
	position:absolute;
	left:10px;
	width : 130px;
	margin-left:15px;
	border-color:#D6D6D6;
	border-style:groove;
}     

#navigation a{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size:10px;
	color : #000000;
	text-decoration:none;
}

#navigation li a:hover{
       /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	   font-size:10px;
	   color: #6666CC;
	   text-decoration:none;
}

#navigation li a{
	list-style-image: url(../images/menu_puce.gif);
	list-style-position:ouside;
	background-position:0% 65%;
	padding-left:1px;
	border-bottom:1px;
	margin-bottom: 10px;
}

#navigation ul{
	margin:0px 0px 0px 20px;
}	


#navigation_droite{
	   background-color:transparent;
	   position:absolute;
	   /*float: right; */
	   right: 15px;
	    /*padding-right: 15px;
	   /*padding-top: 115px;
       width : 145px;*/
} 

#contenu_menu{
     background-color:#FDFDFD;
	 width : 130px;
	   border-color:#D6D6D6;
	   border-style:groove;
	   margin:0px 0px 0px 0px;
}

#navigation_droite a{
     /*  font-family: Verdana, Arial, Helvetica, sans-serif;*/
	   font-size:10px;	
       color : #000000;	          
	   text-decoration:none;
}

#navigation_droite li a:hover{
       /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	   font-size:10px;
	   color: #6666CC;
	   text-decoration:none;
}

#navigation_droite li a{
	list-style-image: url(../images/menu_puce.gif);
	list-style-position:ouside;
	background-position:0% 65%;
	padding-left:1px;
	border-bottom:1px;
	/*background-color:#FDFDFD;*/
}

#navigation_droite ul{
	margin:0px 0px 0px 20px;
	/*background-color:#FDFDFD;*/
}	

#copyright{
background-image:url(../images/lzo-barre.gif);
	   background-position: center;
	   margin-top:5px;
	   text-align:center;
}

#copyright P{
       text-align : center;
	   background-position: center;
	         /* font-family: Verdana, Arial, Helvetica, sans-serif;*/
	   font-size:10px;	

	   width : 700px;
}

#copyright a{
      /* font-family: Verdana, Arial, Helvetica, sans-serif;*/
	   font-size:10px;	
       color : #000000;	          
	   text-decoration:none;
}
#copyright a:hover{
	   color: #6666CC;
	   text-decoration:none;
}
#content ol>li {
	font-size: 10px;
	list-style-type: decimal;
}
