body{
	font-family : Book Antiqua, Bookman Old Style, Courier New, Times New Roman ;
	font-size : small ;
	font-color : #ffffff ;
	background-color : #000000 ;
       background-image : url(bd_contrebasse.jpg) ;
	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 : 250px;
      left : 380px;
	width : 600px ;
	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;
}




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% ;
}




