/* CSS qui s'applique a l'ensemble de la page */
body {
scrollbar-arrow-color: #000000;
SCROLLBAR-FACE-COLOR: #8FBC8F;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #8FBC8F;
SCROLLBAR-HIGHLIGHT-COLOR: #F0FFFF;
SCROLLBAR-SHADOW-COLOR: #8FBC8F;
background-color: #000000;
overflow: auto; }

.fond {background-image:url(images/CGNM-Design-bgd.jpg); background-repeat:no-repeat; height:600px; weight:800px; }

.cadre { margin: 0; padding-left: 250px; padding-top:120px;}

/* CSS spécifique à un objet, une classe*/

/* Menu en haut */
.nav { padding-top: 10px; padding-bottom: 10px; text-align: center; color:#F0FFFF; font:14px times; font-weight: bold;}
.nav a { color:#8FBC8F; font:14px times; text-align: center; text-decoration: none; font-weight: bold;}
.nav a:hover { color:#98FB98; font-weight: bold; text-align: center; }

/* La citation */
.quote { padding-top: 20px; padding-bottom:20px; color:#cccccc; font: 10px times; font-style: italic; text-align:center; }

/* Langue */
.lang { padding-top: 150px; padding-bottom: 150px; color:#000000; font:25px times; font-weight: bold; text-align:center;  }
.lang a { color:#eeeeee; font:25px times; font-weight: bold; text-align:center; }
.lang a:hover { color:#dddddd; font:25px times; font-weight: bold; text-align:center; }

/* Contenu */
.contenu { }

/* Les paragraphes */
p { color:#dddddd; text-align:justify; font:13px times; }
.text { color:#dddddd; text-align:justify; font:13px times; }

/* Avertissements pour les copyright */
.warnings { color:#228B22; font: 13px times; font-weight: bolder; font-variant: small-caps;}
.warnings a { color:#32CD32;}
.warnings a:hover { color:#228B22;}

/* Les dates */
.dates { color:#32CD32; font:13px times; font-weight: bold; }

/* Les en-têtes */
.heading1 { color:#228B22; font:13px times; font-weight: bolder; font-variant: small-caps;}
.heading2 { color:#32CD32; font: 13px times; font-weight: bolder; font-variant: small-caps;}

/* Les liens */
a { color:#8FBC8F }
a:hover { color:#98FB98}

/* Les copyrights du site web */
.copy { padding-top: 10px; padding-bottom: 30px; color:#cccccc; font:10px times; text-align:left;}
