@charset "utf-8";
/* CSS Document */

*
{
font-family:Geneva, Verdana, Helvetica, sans-serif;
font-size:15px;

}

body
{

}


.page
{
width:980px;
margin:auto;
}

img
{
border:none;
}

.gauche
{
float:left;
}
.droite
{
width:600px;
margin-right:20px;
float:right;
}
h1
{
font-size:24px;
color:#0064ae;
}

ul
{
margin-left:-20px;
}

li
{
list-style-image:url(images/puce2.jpg);
}