body{
  font-family:  verdana,arial,helvetica ;
  margin-left: 100px;
  margin-top : 5px;
  padding: 0;
  color :white;
  background-color:#90C4E6;
}
p{
margin-left: 150px;
  margin: 5px;
  color :white;
}
/*Détermination de l'entète, de sa taille, foto et menu*/
#entete{
  height: 50px;
  width: 750px;
  background-image: url(image/bandeausupa.jpg);
 /* background-attachment: fixed;*/
  background-repeat: no-repeat;
  color: black;
  margin: 0;
}
/* Taille et couleur du global apres entete */
#global {
  height: 550px;
  width: 750px;
 background-image: url(image/fonda.jpg);
  background-repeat: no-repeat; 
}
/* Détermination du menu gauche */
#menu1a {
 float: left;
	 margin-left :0;	
  width: 100px;
   height:550px;  
   background-image: url(image/menua.jpg);
 /* background-attachment: fixed;
    background-repeat: no-repeat; */
}
#menu1a ul{
  margin: 0 0 0 0;
}
#menu1a li{ 
 list-style-type: none;
 margin: 0 0 0 0;
 float:top; 
}
#menu1a li a{   
  display: block;
  margin-left: 0 0 0 0;
}
#menu1a li a:hover {
  
}
/*Du contenu */
#contenu {
	float: left;	 		   
  height:550 px;
  width: 650px;
   overflow: auto;
  background-image: url(image/contenua.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{
  clear: both; 
   width: 750px;
   background-color: white;
}
#menubas{
   margin :0;
   padding :0.1em 0.5em 0.1em 0;
   text-align : center;
    background-color: #00CCFF;
}
#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 */	

h1{
   font-weight : bold;
    font-size :16pt;
	text-align :center;
	 color : white;
}
h1:first-letter{
   color: black;
   font-size :18pt;
}
h2{
   font-weight : bold;
    font-size :13pt;
	 color : white;
}
h2:first-letter{
   color: black;
   font-size :15pt;
}
#lien{
}
ul#lien {
list-style-image: url(image/puce1.jpg);

}
#lien li{
  display: block;
}
#lien a{
  color: white;
}
a{
  color: white;
}
#bloc1 {
      	width: 650px;
      	height: 441px;
      	overflow: auto;
}