body{
  FONT-FAMILY:  Verdana,arial,helvetica ;
  margin-left: 100px;
  margin-top : 5px;
  padding: 0;
  color :black;
  background-color:#90C4E6;
}
p{
margin-left: 200px;
  margin: 5px;
  color :black;
}
/*Détermination de l'entète, de sa taille, foto et menu*/
#entete{
  height: 75px;
  width: 970px;
  background-image: url(image/bandeausup.jpg);
  background-repeat: no-repeat;
  color: black;
  margin: 0;
}
/* Taille et couleur du global apres entete */
#global {
  height: 610px;
  width: 970px;
}
/* Détermination du menu gauche */
#menu1 {
 left:0;
 padding:0;
 float: left;
  width: 150px;
   height:610px;  
 background-image: url(image/menu.jpg);
    background-repeat: no-repeat; 
}
#menu1 ul{
  margin: 0 0 0 0;
}
#menu1 li{ 
 list-style-type: none;
}
#menu1 li a{
margin-left:0;  
}
#menu1 li a:hover {
  
}
/*Du contenu */
#contenu {
	float: left;	 		   
  height:610 px;
  width: 820px;
  background-image: url(image/contenu.jpg);
 background-repeat: no-repeat;
}
#contenu p{
  margin-left: 25px;
  margin-right:15px;
  margin-top: 30px;
  text-align: justify;
}
#contenu p:first-letter{
	font-weight: bold;
	color: black;
	margin-left: 15px;
}
/* Menu du bas de page */
#baspage{ 
	height:5px;	 
/* clear: both; */
   width: 970px;
}
#menubas{
   margin :0;
   padding :0.1em 0.5em 0.1em 0;
   text-align : center;
    background-color: #0094A9;
}
#menubas li{
   display : inline;
}

#menubas a{
   color : black;
   text-decoration : none;  
}
#menubas a:hover{
   color :white;
   text-decoration : none;  
}
/*Détermination des titres, tailles et premières lettres */	


#lien{
	list-style:none;  
}
#lien li{
  display: block;
}
#lien a{
  color: black;											   
}
a{
  margin:0;
  color: black;
  text-decoration:none;
}
#bloc1 {
	  margin-left:50px;
      width: 770px;
      height: 501px;
      overflow: auto;
}