body{
	font-family : Book Antiqua, Bookman Old Style, Courier New, Times New Roman ;
	font-size : small ;
	font-color : #ffffff ;
	background-color : black ;
	background-position : top left ; 
	background-repeat : no-repeat ; 
	background-attachment : fixed ;
}


#menu {
      position : absolute;
      top : 250px;
      left : 70px;
      width: 150px;
 	text-align: left;
       }

#princ {
      position : absolute;
      top : 200px;
      left : 200px;
	text align : justify;       
 }

#titre{
	position : absolute ;
	top : 5% ;
	left : 450px ;
/*	width : 45% ;*/
	padding-top : 0px ;
	padding-bottom : 20px ;
	color : #000000 ;
	font-weight: bold ;
	font-size : xx-large ;
	text-align : right;
}


#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}



#box 
{
	display: none;
	position: absolute;
	top: 200px;
	left: 200px;
	width: 800px;
	height: 600px;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: black;
	z-index:11;
}


#boxcontent
{
	left:0;
	right:0;
	bottom:0;
	margin:0;
	padding: 8px;
	overflow: auto;
	width:100%;
	height:100%;
}

#boxtitle
{
	left:0%;
	width:100%;
	height:20px;
	padding:0;
	margin:0;
	color:black;
	text-align:center;
}








a:link{
	color : #ffffff ; 
	text-decoration : underline ; 
}
a:visited{
	color : #ffffff ; 
	text-decoration : underline ; 
}
a:hover{ 
	color : red; 
	text-decoration : underline ; 
}


/* liens de la zone principale */
a.princ:link{
	color : #fffffff ; 
	text-decoration : underline ; 
}
a.princ:visited{
	color : #ffffff ; 
	text-decoration : underline ; 
}
a.princ:hover{ 
	color : red; 
	text-decoration : underline ; 
}

	



/* liens du menu */
a.lienmenu:link{
	text-decoration : none ;
	color : #ffffff  ;
	}
a.lienmenu:visited {
	text-decoration : none ;
	color : #ffffff ;
	}
a.lienmenu:hover{
	text-decoration : none ;
	color : red ;

}

/*caracteristiques des textes du menu*/
.menu{
	text-align : left ;	
	font-weight: bold ;
	font-size : 120% ; 
	color : #ffffff ;
}

/*caracteristiques des textes de la zone princ*/
.princ{
	color : #ffffff;
}


/*body>.titre {position:fixed}*/
/*body>.menu {position:fixed}*/
/*body>.soustitre {position:fixed}*/
/*body>.princ {position:fixed}*/



/* styles graphiques supplementaires */

.coment{
	color : #ffffff ;
	font-size : 70% ;
}





