/* ------------------------------------------------------------------------- */
/* Feuille de style additionnelle du squelette Cosynov pour la page sommaire */
/* ------------------------------------------------------------------------- */

/* ------------------------------------------ */
/* Disposition a l'ecran des blocs principaux */
/* ------------------------------------------ */
body { background-image: none; }

#page { width: 1003px; margin: 0 auto; background-color: transparent; background-image: none; text-align: center; }

#conteneur { width: 100%; background-image: url("img/intro_fond.gif"); background-repeat: repeat-y; background-position: center; }
#contenu { margin: 10px 0px 0px 0px; color: white; text-align: center; }

/* ------------------------------------------- */
/* Menu principal horizontal (en haut de page) */
/* ------------------------------------------- */
#navigation { float: none; width: auto; margin: 0 auto ; text-align: center; }

#barre { background-color: transparent; margin: 5px 0px 5px 0px; padding: 0; }
#barre a { margin: 0px 15px 0px 0px; font-size: 110%; font-weight: bold; background-color: transparent; color: white; }
#barre a:hover { background-color: transparent; color: #333333; text-decoration: none; }

