#global {
     margin-left: auto;
     margin-right: auto;
     width: 780px; /* largeur obligatoire pour être centré */
	 text-align: left;
     }
body {
     margin-top: 10; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */
     }
h1
{
   text-align: center;
}
#imgacc
{
   align: center;
}
#cadre_gauche
{
   width: 47%;
   height: 145px;
   border: 1px solid black;
   text-align: justify;
   padding: 10px;
   float: left;
   margin-top: 20px;
   margin-bottom: 20px;
}
#cadre_droit
{
   width: 47%;
   height: 145px;
   border: 1px solid black;
   text-align: justify;
   padding: 10px;
   float: right;
   margin-top: 20px;
   margin-bottom: 20px;
}
/*#cadre_droit
{
   width: 47%;
   height: 120px;
   border: 1px solid black;
   text-align: justify;
   overflow: auto;
   padding: 10px;
   float: right;
   margin-top: 20px;
   margin-bottom: 20px;
}*/
.etoile
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color:#CC0000;
}
textearea , .texte12 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.texte9
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}