html {
    font-family :  Verdana, Arial, Helvetica, sans-serif;
    background-repeat : repeat-y;
    font-size:100%;
    text-align:left;
} 

/* Styles du menu */

h1.menu {
   font-size : 100%;
   font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif;
   color : #000000;
   font-style:italic;
   border-style:solid;
   border-width:0px 0px 0px 0px;
   text-align:center;
   background:#aabbcc;
   padding-right:2px;
   margin: 0px;
} 
p.menu {
   font-size : 80%;
   color : #000000;
   background : #ddeeff;
   padding-left:2px;
   margin-top: 1px;
   margin-bottom: 1px;
}

h2.menu {
  font-size : 50%;
   color : #000000;
   border-width:0px 0px 0px 0px;
   text-align:center;
   background:#ccddee;
}

a.menu:link {
    color:#000000; 
    text-decoration:none;
} 
a.menu:visited {
    color:#000000; text-decoration:none;
} 
a.menu:hover {
    color:#000000;
    text-decoration:none;
/*    font-weight:bold; Suprimme par Simon*/
    text-decoration:none;
    background:#aabbcc;
}

/* Style des tables */

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 0px;
}

h1.edit {
    font-size:125%;
    background:#aabbcc;
    border-width:0px 0px 0px 0px;
    margin: 0px;
}

h2.big {
    font-size:125%;
    font-weight:normal;
   background:#aabbcc;
}


h2 {
    font-size:100%;
    font-weight:normal;
}



h3,p, ul {
    font-size:80%;
}

.center {
    text-align:center;
}

p.edit {
    font-size:80%;
    font-weight:normal;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-left:0px;
    margin-right:0px;
    background : #ddeeff;
    text-align :left;
}

p.editbig {
    font-size:100%;
    font-weight:normal;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-left:0px;
    margin-right:0px;
    background:#ddeeff;
    text-align :left;
}

img.edit {
    border:0px;
    padding:0px;
    margin-left:2px;
    margin-right:2px;
    text-align :center;
}

img.sty1 {
    padding:5px;
    text-align:center;
}

td.txt {
    width: 600px;
}

/* Style des tables */

table, th, td {
    border: 0px;
}
th, td {
    padding: 0px;
    vertical-align:top;
}

h1.table {
    font-size:125%;
    background:#aabbcc;
    border-width:0px 0px 0px 0px;
    margin-top: 0.0em;
    margin-bottom: 0.0em;
    margin: 0px;
}

h2.table {
    font-size:125%;
    font-weight:normal;
    background:#aabbcc;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}



/* 

Les div définissent les trois régions du site (bandeau supérieur, menu à gauche
et contenu principal à droite).

Pour le positionnement du menu et du contenu penser à ajouter 2 x padding.

*/

div {
    position:absolute;
    padding: 1px;
    border: 0px;
    margin: 0px;
}

#bandeau{
	top: 0px;
	left: 0px;
	height: 25px;
}

#menu {
	left: 0px;
	top: 27px;
	width: 200px;
}

#main {
	left: 202px;
	top: 27px;
}




