/* CSS Document */
body {
  margin: 10px 40px 10px 40px;
  background-color: #CCFFBF;
}

#haut {
  background: url('../images/banderole.gif') repeat-x 50% 50%;
  height: 120px;
  text-align: center;
  font-style: italic;
  font-size: 20px;
}

#haut a {
  display: block;
  background: url('../images/logo.gif') no-repeat;
  height: 120px;
  width: 130px
}

#conteneur {
  width: 100%;
  margin-top: 10px;
  background-color: #E5E7E1;
  border: 2px solid white;
}

#menu {
  float: left;
  width: 125px;
  border-left: 2px solid black;
  padding: 2px;
}

#contenu {
  margin-left: 155px;
  padding: 5px;
  text-align: justify;
  font-family: arial, verdana;
  font-size: 0.8em;
  background-color: white;
}

#pied{
  clear: both;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}

h1,h2,h3,h4{
  text-align: center;
  font-family: comic sans ms;
}

a {
  font-family: times;
  color: blue;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: underline;
}

#menu a {
  display: block;
  border-bottom: 1px solid #EEEEEE;
  background: url('');
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  text-indent: 20px;
  letter-spacing: 1px;
}

#menu a:hover {
  border-bottom: 1px dotted black;
}

.lignePaire{
  background-color:#EEEEEE;
}

.ligneImpaire{
  background-color: white;
}

ul {
  list-style-type: square;
}

li {
  margin: 5px;
}

fieldset {
  width: 90%;
  background-color: #EEEEEE;
  font-family: verdana;
  border: 1px outset black;
}

legend {
  font-weight: bold;
  font-style: italic;
}

label {
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 20%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.3;
}

textarea {
  width: 450px;
  height: 150px;
}

input.submit {
  text-align: right;
}

#formulaire span {
  color: red;
}

table, th, caption {
  margin: auto;
  text-align: center;
}

table {
  border-collapse: collapse;
  border: 2px solid black;
  white-space: nowrap;
  width: 90%;
}

caption {
  font-style: italic;
}

th {
  background-color: black;
  color: white;
}

tbody td a {	/* Mise en forme des liens de corps de tableaux */
	font: bold 90% arial, sans-serif;
	padding: 0 .5em;
	margin: 0 0 0 .2em;
	color: white;
	background: gray;
	text-decoration: none;
	border: 1px solid black;
	float: left;	/* Code necessaire à IE 5.x pour respecter les marges des boutons */
	float: none;
}

tbody td a:hover {	/* Mise en forme des liens de corps de tableaux (survol de souris) */
	color: white;
	background: black;
}

td.c1 {
  text-align: left;
}

/* partie admin */
.divGauche, .divDroite, .clear {
  color: black;
}

.divGauche {
  float: left;
  width: 40%;
  font-weight: bold;
}

.divDroite {
  text-align: right;
}

.clear {
  clear: all;
  width: 100%;
  border-bottom: 1px dashed blue;
}

.clear span {
  font-size: 10px;
}
/* fin admin*/