body{
	font-family : DejaVu Sans, Century Gothic, Arial;
	font-size : small ;
	color : #ffffff ;
	background-color : #000000 ;
	background-image : url(fondsimple.jpg) ;
	background-position : center center ; 
	background-repeat : no-repeat ; 
	background-attachment : fixed ;
}


#menu {
      position : absolute;
      top : 200px;
      left : 70px;
      width: 150px;
	text-align : right ;
 /*     height : 568px;*/
  }

#princ{
	position : absolute ;
	top : 200px ;
	left : 300px;
	width : 800px;
/*	height : 100% ;*/
	text-align : justify ;
}

#titre{
	position : absolute ;
	top : 5% ;
	left : 20% ;
	width : 60% ;
	padding-top : 0px ;
	padding-bottom : 20px ;
	color : #000000 ;
	font-weight: bold ;
	font-size : xx-large ;
	text-align : top center ;
}



a:link{
	color : #ffffff ; 
	text-decoration : underline ; 
}
a:visited{
	color : #ffffff ; 
	text-decoration : underline ; 
}
a:hover{ 
	color : yellow; 
	text-decoration : underline ; 
}










/* liens de la zone principale */
a.princ:link{
	color : #ffffff ; 
	text-decoration : underline ; 
}
a.princ:visited{
	color : #ffffff ; 
	text-decoration : underline ; 
}
a.princ:hover{ 
	color : yellow; 
	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 : yellow ;

}

/*caracteristiques des textes du menu*/
.menu{
	text-align : right ;	
	font-weight: bold ;
	font-size : 115% ; 
	color : #ffffff ;
}

/*caracteristiques des textes de la zone princ*/
.princ{
	color : white;
}

/*caracteristiques des textes de la zone titre*/
.titre{
	text-align : center ;
}


/*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% ;
}





