/*
Feuille de styles pour les pages maquettes marmar 800px
04 CSS - Les premières étapes
*/

#zone_texte{
 color:silver;  /* navy;white;*/
 font-weight:normal;  /*bold;*/
 font-size:90%; /*pour IE */
  width:800px;  /*height:530px;530*/
   margin-top:0px;  
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px; 
  padding-top:5px ;
  padding-right:0px; 
  padding-bottom:0px;
  padding-left:0px; 
border-top:1px solid silver;
/*background-image:url(444nn.jpg); 
background-repeat:no-repeat;
*/
background-image:url(888n.gif); background-repeat:no-repeat; 
/*width:351px;  height:387px; */
background-position:445px 150px; /*left top*/
  }
  #flag { /* boite gauche drapo */
   float:left; 
   margin-top: 0px; 
  margin-right:10px;
  margin-bottom: 0px;
  margin-left: 5px; 
   width:32px;
/*border:1px dotted silver;*/
  }
  
  #zoneacc{ float:left;
 /* color:silver; */ /* navy;white;*/
 font-weight:normal;  /*bold;*/
font-size:90%;
  width:680px; /*520*/
   margin-top:0px;  
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 20px; 
  padding-top:20px ;
  padding-right:0px; 
  padding-bottom:0px;
  padding-left:0px; 
/*border:1px solid red;*/
  
  }
    #flagbottom{ /* boite drapo bas */
   margin-top: 0px; 
  margin-right:2px;
  margin-bottom: 0px;
  margin-left: 8px; 
   width:790px; height:32px; 
/*border:1px dotted white;*/
  }
   .sego{float:left;
 margin-top: 0px;  
 margin-right:5px;
 margin-bottom: 0px;
 margin-left: auto; 
  }
 .centrage {text-align:center;
 margin-top: 0px;  
 margin-right:auto;
 margin-bottom: 0px;
 margin-left: auto; 
  }
   .centrageacc {text-align:center;
 /*background-image:url(colorcentre.jpg); background-repeat:no-repeat;*/
  color:gold;  /* navy;white;*/
 font-weight:bold;  /*bold;*/
 font-family: times new roman, Verdana, Arial, Helvetica, sans-serif;
 margin-top: 0px;  
 margin-right:auto;
 margin-bottom: 15px;
 margin-left: auto; 
  }
 .image_droite {float:right; 
	padding: 0px;
	 margin-right:5px;
	margin-bottom: 0px;  
	margin-left:0px; 
	/*width:200px; height:200px;*/
/*border:1px solid red; */
background-color:#f5f5f5;
}
 .image_gauche {float:left; 
	padding: 0px;
	 margin-right:2px;
	margin-bottom: 0px;  
	margin-left:5px;
	/*width:200px; height:120px;*/
	border:1px solid blue;
	background-color:#f5f5f5;
}

.rz {clear:both;}
 
/*liens*/
a {text-decoration:none;} /*pas de soulignement des liens*/
a:link {color:silver;}
a:visited {color:gold;}
a:hover, a:focus {color:gold;} /*text-decoration:underline;*/
a:active {color:silver;} /*background-color:yellow;*/ 





