/*style body*/
body {
margin:0 0 0 0 ;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
}

table.tableauGeneral{
width:1000px;
border-spacing:0;
border-width:0;
}

/*style menu du haut*/
table.menu_haut
{
border:1px solid #6a9ed8;
width:100%;
text-align:center;
border-spacing:2px;
}
td.menu_haut{
background-color:#6a9ed8;
width:20%;
height:25px;
}

a.menu_haut{
color:#ffffff;
font-weight:bold;
}

a.menu_haut:hover{
text-decoration:none;
}
/* liens images*/
a img
{
border: 0;
}

/*style tableaux*/
table{
border:1px solid #6a9ed8;
width:100%;
border-spacing:2px;
}

td.titre{
background-color:#6a9ed8;
width:100%;
height:20px;
color:#ffffff;
font-weight:bold;
background-image: url(images/p2.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
padding-left: 20px;
}

/*style paragraphe puce*/
p,li{
font-size:0.8em;
line-height:1.5em;
text-align:justify;
}

li{
display:list-item;
list-style-image:url("images/p2.gif");
list-style-position:outside;
}

/*style titre*/
h1{
font-size:1em;
margin-left:15px;
margin-top:10px;
}
/*style liens*/
a
{
color:#000000;
}

a:hover
{
text-decoration:none;
}

/*style copyright*/
td.copyright{
text-align:center;
background-color:#6a9ed8;
height:20px;
width:100%;
color:#ffffff;
}


/*style formulaire*/
input.champ_obligatoire{
background-color:#FFCC99;
}