/* Style pour la Section ACCUEIL */

/* Présentation de l'ARTICLE */
article #tableParchemin { border-collapse: collapse; width: 100%; }
article .trHaut, article .trBas { height: 35px; }
article .tdHautGauche, article .tdBasDroite { width: 30px; }
article .tdHautGauche { background: url(../images/menus/Accueil/hautGauche.png) no-repeat right bottom; }
article .tdHautMilieu { background: url(../images/menus/Accueil/hautMilieu.png) repeat-x bottom; }
article .tdHautDroite { background: url(../images/menus/Accueil/hautDroite.png) no-repeat left bottom; }
article .tdBasGauche { background: url(../images/menus/Accueil/basGauche.png) no-repeat right top; }
article .tdBasMilieu { background: url(../images/menus/Accueil/basMilieu.png) repeat-x top; }
article .tdBasDroite { background: url(../images/menus/Accueil/basDroite.png) no-repeat left top; }
article .tdMilieuMilieu { background-color: #FED3A5; min-height: 400px; padding: 0 5px; }

article .cadreBlancOmbre, article .formInscription { border-radius: 15px; box-shadow: 6px 6px 10px #555; background: url(../images/zone.png); }

/* PAGE ACCUEIL */
article .tableNews { width: 85%; margin: auto; border-collapse: collapse; }
article .tableNews td { padding: 10px; width: 50%; }
article .tableNews .divNews { min-height: 200px; padding: 5px; }

/* PAGE DOWNLOAD & LIENS */
article .ulDownload, article .ulLiens { padding: 0; text-align: center; }
article .ulDownload li, article .ulLiens li
{
	display: inline-block; width: 330px; min-height: 220px; margin: 10px; padding: 5px; vertical-align: text-top;
}
article .ulLiens li { width: 500px; min-height: 250px; text-align: center; }
article .ulLiens li a { display: inline-block; width: 468px; height: 60px; text-align: center; }

article .ulDownload li p { text-align: justify; }
article .ulDownload li * { margin: 0; padding: 0; }
article .separateur { border-bottom: #CCC solid 1px; }

/* PAGE FAQ */
article .divQR { width: 95%; margin: 20px auto; padding: 5px; }

/* PAGE MAILING & CONTACT */
article .formMailing, article .formContact, article .formInscription { width: 45%; margin: 10px auto; padding: 10px; }

/* PAGE STATISTIQUES */
article .divStatJours, article .divStatMois, article .divMoisActuel, article .divMoisPrecedent, article .divReferer
{
	display: inline-block; vertical-align: text-top; width: 45%; margin: 10px;
	border-radius: 15px; box-shadow: 6px 6px 10px #555; background: url(../images/zone.png);
}
article .ulStat .liTitre { text-align: center; font-weight: bold; list-style: none; }
article .ulStat .liJourActuel { font-weight: bold; }
article .divReferer { width: 90%; }

.divChap { border: 1px solid #CCC; border-radius: 15px; box-shadow: 6px 6px 10px #555; background-color: rgba(255, 255, 255, 0.40); padding: 0 5px 0 5px; margin: 5px auto 15px auto; width: 80%; }
