/* Feuille de style pour la section C */
@import "/css/style.css";

.contenu {
color:#E5CE92;
   }

.contenu div {
	line-height:1.5em;
}
td {
   font-size:12px;
   color:#E5CE92;
   font-family:verdana,arial,helvetica,sans-serif;
   }
a {
   text-decoration:underline;
   font-size:12px;
   color:#E5CE92;
   }
a:hover {
   text-decoration:none;
   font-size:12px;
   color:#C57E40;
   }
a:visited {
   text-decoration:underline;
   font-size: 12px;
   color:#E5CE92;
   }

body {
background-color: #000000;
background-image: url(/web/img/background_page.jpg);
background-repeat: repeat-x;
background-position: top right;
}

.boiteShowHide {
	display: none;
}

.boiteShow {
	display: none;
}

input { font-family:verdana; font-size:12px;background-color:#B1A187; }
select { font-family:arial; font-size:11px;background-color:#B1A187; }
textarea { font-family:verdana; font-size:12px;background-color:#B1A187; }

li {
  color:#E5CE92;
}
