/*WAMPI */
html /* pour IE et les em, indique la taille de police par défaut des navigateurs */
{
font-size: 100%;

padding : 0;
margin : 0;/*calibrage pour les différents navigateurs, remets les pendules à l'heure */
}
body
{
background-color:#ffffff;
font-size: .85em;
}
#conteneur
{
position:absolute;
width:900px;
left : 50%;
margin-left:-450px;
height:2000px;
top:0px;
background-image:url(graphismes/bg_conteneur.jpg);
background-repeat:repeat-y;
}
#entete
{
width:900px;
height:224px;
background-image:url(graphismes/img_bandeau02.jpg);
background-repeat:no-repeat;
}
#menu-gauche
{
position:relative;
top:40px;
left:25px;
width:190px;
height:295px;
background-image: url(graphismes/bg_menu.png);
background-repeat:no-repeat;

}
ul
{
position:relative;/* obligé à cause de IE */
left:-15px;
list-style:none;
padding-top:35px;
font-size:1.2em;
}
li
{
padding-bottom:5px;
font-family:arial;
font-weight:bold;
text-decoration:underline;

}
li a
{
color:#339933;
}
li a:hover
{
color:#cccc33;
}
#contenu
{
position:absolute;
top:224px;
font-size: 1em;
margin-left:220px;
padding-left:15px;
font-family:Verdana;
width:640px;
color:#666666;
text-align:justify;
}
h1
{
font-family:Arial;
font-size: 1.1em;
color:#339933;
font-style:italic;
margin-left:70px;
}
#fenetre
{
position:relative;
padding-left:23px;
padding-top:20px;
top:10px;
margin:auto;
width:674px;
height:555px;
background-image:url(graphismes/img_fen.jpg);
background-repeat:no-repeat;
}
.centre
{
text-align:center;
}
.droite
{
text-align:right;
}
.boutons
{
margin-left:547px;
margin-bottom: 10px;
}
.bord
{
border: 1px solid #33cc33;
}
.prenom
{
position:absolute;
top:5000px;
left:5000px;
}

