/*---------------------------------------------------------------
					
COULEURS :
Bleu foncé : #00254f;
Jaune : #ecec00;

Jaune Fonce: #d4c8ba (couleur header)
Jaune Clair: #e8e4e2 (couleur fond d'ecran)
Jaune Orange: #fc6 (couleur hover)
Maron: #9a9086 (couleur fond valeur)

Couleurs Police:
#3f3f3f

--------------------------------------------------------------- */
/* ========== */
/* = Resets = */
/* ========== */
*												
{ margin: 0; padding: 0; }




html, body, #leFlash							{ width:100%; height: 100%; margin:0; padding:0;}
#lePhp											{ height: 100%;width:750px; margin-left:auto; margin-right: auto; padding-right: 20px;}






/*html, body, #leFlash							
{ width:100%; height: 100%; margin:0; padding:0; overflow:hidden;}
#lePhp											
{ height: 100%;overflow-y:scroll; width:750px; margin-left:auto; margin-right: auto; padding-right: 20px;}*/
body											
{ font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #000; background-color: #ffffff; }
a												
{ }
img												
{ border: none; clear:both; }
ul												
{ list-style: none; }
br												
{ clear: both; }

h1, h2 {
	font-family: Georgia;
}
