/* les cadres */

#form_entete
    {
	width: 900px;
	height: 154px;
	background: url(logo.jpg);
    border:1px ridge white;
	margin: auto;
  }
  
  .form_menu
    {
	width: 900px;
	height: 25px;
	background-color: white;
    border:1px ridge white;
	margin-top: 5px;
	margin-left: auto;
	padding: 4px;
  }
  
  
  .form_entete_drapo
    {
	float: right;
	width: 20px;
	height: 20px;
	margin-right:90px;
  }
  
#form_Contenu
    {
	margin-top: 5px;
	margin-left:auto;
	width: 900px /*895px*/;
	height: 530px;
	background-color: white;
    border:1px ridge #cc0;
	font-family: arial;
	font-size: 11pt;
	color: white;
  }

  
#form_gauche
    {
	margin-top: 5px;
	margin-left: 1px;
	width: 100px;
	height: 530px;
	background-color: green;
    border:1px ridge #cc0;
	text-align:left;
  }  
 
 #form_droite
    {
	margin-top: 5px;
	margin-right: 2px;
	width: 660px;
	height: 530px;
	padding:10px;
	background-color: white;
    border:none;
	/*1px ridge #cc0*/
  }  

  .form_gauche_actu
    {
	margin-top: 40px;
	margin-left: 10px;
	width: 420px;
	height: 100px;
	background-color: green;
    border:1px ridge #cc0;
	font-family: arial;
	font-size: 24pt;
	text-align: center;
	color: white;
 }  
  
 .corps1
    {
	margin-top: 100px;
	margin-left: 10px;
	width: 630px;
	height: 320px;
	font-family: arial;
	font-size: 10pt;
	text-align: left;
	color: black;
 }  
  
  .corps2
    {
	margin-top: 10px;
	margin-left: 10px;
	width: 630px;
	height: 320px;
	font-family: arial;
	font-size: 10pt;
	text-align: left;
	color: black;
 }  
  
  .form_sous_cadre_gauche
    {
	margin-top: 10px;
	margin-left: 10px;
	width: 130px;
	height: 130px;
	background-color: white;
	font-family: arial;
	font-size: 11pt;
	text-align: left;
	color: black;
  }
  
  .form_sous_cadre_centre
    {
	margin-top: -8em;
	margin-left: 250px;
	width: 295px;
	height: 130px;
	background-color: white;
	font-family: arial;
	font-size: 11pt;
	text-align: centre;
	color: black;
  }
  
 
  
   .form_sous_bas
    {
	margin-top: 10px;
	margin-left: 10px;
	width: 150px;
	height: 150px;
	background-color: white;
	
  }
  
  .form_sous_bas_droite
    {
	margin-left: 280px;
	margin-top: -11.4em;
	
	width: 150px;
	height: 120px;
	background-color: white;
	
  }
  
 .form_bande_defilante
    {
	width: 895px;
	height: 13px;
	background-color:#cc0;
	
  }
 
 #form_pied
    {
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: 895px;
	height: 15px;
	background-color: #cc0;
    border:1px ridge #cc0;
	text-align: center;
	font-size: 9pt;
	color: blue;
  }  
 
 /*positionnement des cadres*/
 
  .gauche
   {
   float: left;
  }
  
  .droite
   {
   float: right;
   
  }
  
  .centre
    {
    text-align:center;
  }	
/**************** Propriétes des Menus *******************/

ul
   {
	width:220px;
	list-style:none;
	margin: 0;
  }

  .titre
   {
	width:220px;
	list-style:none;
	margin: 0;
	background-color: green;
	font-family: arial;
	font-size: 10pt;
	font-style: bold;
	color: white;
  }
  
ul li
{
  width:220px;
  border:1px ridge white;
  background-color: #cc0;
  color: white;
  font-family: "arial narrow";
  font-size: 8pt;
  font-style: bold;
}

ul li a 
 {
  margin-left:10px;
  text-decoration:none;
  color: white;
 }
 
 ul li a:hover, ul li:hover 
 {
  background-color:white;
  font-weight:none;
  color: green;
}	


.textdroite
   {
   font-family: arial;
   font-size: 9pt;
   color: black;
   text-align: left;
   
  } 
    
