@charset "utf-8";

/*-------------- HTML visible -----------------*/
html { width: 100%; height: 100%; overflow: auto; }
body { width: 100%; height: 100%; margin: 0; padding: 0; background-color: #e0f7ff;
		font-family: Verdana, Helvetica, Arial, sans-serif; color: #626262; font-size:11px; text-decoration: none; }

/*------------- DIV FLASHOBJECT 100% ----------*/
#gabarit { width: 100%; height: 100%; margin: 0 auto; }
#divFlashObject { width: 100%; height: 100%; }

/*------------ DIV HTML HIDDEN ----------------*/
/*#divSiteHTML { width: 960px; height: 770px; margin: 0 auto; text-align: left; }*/


/*------------ SITE HTML CADRE ----------------*/

#header { width:960px; height:157px; background-image: url(../images/html/header.png); }

/*#gauche { float:left; top:198px; width:70px; height:471px; background-image: url(../images/html/gauche.png); }

#droite { float:left; top:198px; width:66px; height:471px; background-image: url(../images/html/droite.png); }*/

#footer { float:left; width:960px; height:65px;  background-image: url(../images/html/footer.png); }

#address { float:left; width:960px; height:36px; margin:0; padding:10px 0 0 0; text-align:center; }

/*------------ SITE HTML CONTENUS ----------------*/

#menu { width:960px; height:41px; background-image: url(../images/html/menu.png); }

#menu ul { width:100%; margin:0; padding:10px 0 0 0; text-align:center; }
#menu li { display:inline; padding: 0 15px; }

#menu a { font-family: Verdana, Helvetica, Arial, sans-serif; color: #626262; font-size:12px; text-decoration: none; }
#menu a:hover { text-decoration: underline; }

/*#contenu { float:left; top:198px; width:824px; height:471px; background-image: url(../images/html/contenu.png); }*/

#contenu a { font-family: Verdana, Helvetica, Arial, sans-serif; color: #626262; font-size:11px; text-decoration: none; }
#contenu a:hover { text-decoration: underline; }

#contenu-sous-cat { float:left; width:824px; height:40px; }
#contenu-sous-cat ul { width:100%; margin:0; padding:0; text-align:left; }
#contenu-sous-cat li { display:inline; padding: 0 8px; }

/*#contenu-content { float:left; width:824px; height:421px; overflow:auto; }*/

#contenu-error { background-color: #ffcccc; padding: 10px; }

#footer ul { width:100%; margin:24px 0 0 0; padding:0; text-align:center; }
#footer li { display:inline; padding: 0 20px; }

#footer a { font-family: Verdana, Helvetica, Arial, sans-serif; color: #626262; font-size:11px; text-decoration: none; }
#footer a:hover { text-decoration: underline; }

/*------------ BALISES ---------------*/

img { border: none; }

h1 { font-size: 16px; font-weight: bold; display:inline; }
h2 { font-size: 13px; font-weight: bold; display:inline; }
h3 { font-size: 12px; line-height: 25px;}

.blanc { color: #191919; }
.vert { color: #bfd982; }
.bleu { color: #e0f7ff; }
.erreur { color: #cc0000; font-weight: bold; }
