/* BODY - R&ecirc;gles universelles*/
body {
margin: 0px;
margin-bottom: 20px;    /* Idem pour le bas du navigateur */
font-family: Geneva, Arial, Helvetica, sans-serif;
padding-top: 25px;
background-repeat: no-repeat;
background-attachment: fixed;
}

div.center {
 text-align: center;
}

div.left {
 float: left;
}

#conteneur {
width: 1000px;
margin-left: auto;
margin-right: auto;
min-height: 972px;
height: 100%;
overflow: hidden; /*pour Firefox, qui ne prend pas le height en 100%*/
padding-bottom: 25px;
}

p {
width: 90%;
text-align: justify;
font-size: 13px;
margin: auto;
border: none;
margin-top: 5px;
margin-bottom: 5px;
}

h1 {
font-size: 20px;
font-weight: bold;
margin-top: 25px;
margin-bottom: 10px;
text-align: center;
text-decoration: none;
}

h2 {
font-size: 16px;
font-weight: bold;
font-style: normal;
margin-left: 10px;
margin-top: 15px;
margin-bottom: 10px;
text-align: left;
}

h3 {
font-size: 15px; 
text-decoration: none;
background: none;
font-variant: small-caps;
text-align: center;
font-weight: bold;
margin-top: 15px;
margin-bottom: 10px;
}

h4 {
font-size: 14px;
font-weight: bold;
margin-left: 60px;
margin-top: 10px;
margin-bottom: 8px;
text-align: center;
}

h5 {
font-size: 13px;
font-weight: bold;
margin: auto;
margin-top: 10px;
margin-bottom: 8px;
text-align: left;
text-decoration: underline;
width: 80%;
}


/*LIENS : comportement*/
a {
font-weight: bold;
font-size: 12px;
text-decoration: underline;
}

a:link {
text-decoration: underline;
}
a:hover a:focus {
background-color: none;
border:  none;
}
a:visited {
text-decoration: none;
color: #FFFFCC;
font-weight: normal;
}



/*div BANNIERE en-tete*/
#en_tete {
height:	232px;
background-repeat: no-repeat;
margin-bottom: 10px;
width: 1000px;
}


/* div MENU */
#menu {
background-repeat: no-repeat;
float: left;
width: 210px; /* largeur menu */
padding: 5px; 
padding-left: 1px;
}

/* class menu */
.element_menu {
margin-bottom: 10px;
margin-left: 0px; /* Pour eviter que les elements du menu ne soient trop colles */
}

/*Effets menu*/

.element_menu h1 {
text-align: left;
margin-left: 5px;
margin-top: 5px;
}

.element_menu ul {
text-align: left;
font-size: 12px;
font-weight: bold;
margin: auto;
padding: 5px; /* Tous les cotes ont une marge interieure de 0 pixels */
padding-left: 15px; /* ... exception pour la marge de gauche*/
margin-left: 20px; /* evite d'ecrire les 4 (margin-left, margin-right...) */
margin-right: 2px;
margin-bottom: 5px; /* exception pour margin-bottom*/
}

.element_menu p {
text-align: left;
font-size: 12px;
font-weight: bold;
margin: auto;
padding: 0px; /* Tous les cotes ont une marge interieure de 0 pixels */
padding-left: 0px; /* ... exception pour la marge de gauche*/
margin-left: 5px; /* evite d'ecrire les 4 (margin-left, margin-right...) */
margin-bottom: 5px; /* exception pour margin-bottom*/
}


/* Quand on pointe sur un lien du menu */
.element_menu a {
display: block;
height: 22px;
line-height: 22px;
font-weight: bold;
}

.element_menu a:link {
text-decoration: none;
}

.element_menu a:visited
{
font-style: normal;
text-decoration: none;
}


.element_menu a:hover {
text-decoration: none;
border: inset 1px;
}


#menu h1
{
text-align: left;
margin-left: 10px;
font-size: 14px;
 }
 
#menu h2
{
text-align: left
 }


.w3c {
text-align: center;
}

/* DIV CORPS de la page / MISE EN PAGE*/

#corps
{
float: right;
background-repeat: repeat-y;
width : 784px;
min-height: 730px;
}


/*mise en page DIV CORPS*/

#corps .intro {/*Introduction site*/
font-size: 13px;
text-align: center;
vertical-align: top;
font-style: italic;
margin-top: 8px;
margin-bottom: 8px;
font-weight: bold;
}


/*Listes a puce*/
#corps ul {
width: 80%;
text-align: justify;
font-size: 13px;
margin: auto;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 30px;
margin-right: 30px;
}

/*Tableaux*/

.table_liste {
width: 370px;
margin: auto;
}

th {
border-collapse: separate;
border-spacing: 40px;
empty-cells: hide;
table-layout: auto;
vertical-align: middle;
text-align: center;
}

td {
border-collapse: separate;
border-spacing: 40px;
empty-cells: hide;
table-layout: auto;
vertical-align: middle;
text-align: center;
}

.table_liste ul {
width: 80%;
text-align: justify;
font-size: 13px;
}


/* TABLES DISPONIBILITES */

.table_dispos {
min-width: 650px;
margin: auto;
border-spacing: 5px;
border: double;
border-width:3px; 
empty-cells: hide;
table-layout: auto;
vertical-align: middle;
}

.table_dispos th {
width: 25px;
font-size: 12px;
text-align: center;
}

.table_dispos td {
width: 25px;
font-size: 11px;
text-align: center;
}

.table_dispos .cell_titre {
width: 120px;
text-align: left;
}

.table_dispos .full  {
background-color:#990000;
}

.table_dispos .empty  {
background-color: #33CC00;
}

/* PIED DE PAGE */

#pied_de_page {
clear: both;
margin-left: 200px;
height: 80px;
padding: 5px;
width : 770px;
}

#pied_de_page p {
text-align: left;
font-size: 70%;
margin: auto;
margin-bottom: 15px;
}

#pied_de_page a:link {
text-decoration: underline;
font-weight: bold;
}

#credits {
height: auto;
width : 1024px;
margin: 0px auto;
margin-top: 5px;
}

#credits p {
text-align: center;
color: #003300;
}
