body
{
background:url(../images/fond.jpg);
font-size: 1em;
font-family: "Verdana";
text-align: center;
padding : 0;
margin: 0px;
}

#ligne
{
width : 800px;
height: 43px;
margin: auto;
background:url(../images/deco.png);
}

#header
{
width : 100%;
height : 120px;

background:url(../images/header.png);
}

#boutons
{
background:url(../images/ligne2.png);
width : 800px;
margin: auto;
padding-top: 5px;
height : 25px;
color: #FFFFFF;
word-spacing:1em;
}

#boutons a
{
text-decoration:none;
color: #FFFFFF;
}

#boutons a:hover
{
color: #FFFFFF;
text-decoration:underline;
}


#global
{
margin : auto;
width : 800px;
text-align: left;
font-family: "Verdana";
font-size: small;
}

#gauche
{
background-color:#eaeaea;
height: 600px;
width: 220px;
float:left;
overflow:auto;
}

.bloc
{
background-color:#FFFFFF;
height: 180px;
width: 150px;
margin-left: 35px;
margin-top: 40px;
border-color: #03317c;
border-style: outset;
border-width: 3px;
text-align: center;
}

.img
{
background-color:#eaeaea;
height: 150px;
width: 180px;
margin-left: 25px;
margin-top: 40px;
text-align: center;
}

.img2
{
background-color:#eaeaea;
height: 50px;
width: 180px;
margin-left: 25px;
margin-top: 40px;
text-align: center;
}


#gauche img
{
border-style: none; 
}

#droite
{
background-color:#FFFFFF;
height : 600px;
width: 560px;
padding-left: 230px;
padding-right: 10px;
}

hr
{
height: 3px;
color: #03317c;
background-color: #03317c;
border: 0;
}

.couleur
{
color: #03317c;
}

#lien
{
font-family: "Verdana";
font-size: medium;
color: #03317c;
}

#lien a
{ 
text-decoration:underline;
color: #03317c;
}

#lien a:hover
{
color: #03317c;
}


#footer
{
font-family: "Verdana";
font-size: small;
padding-top: 7px;
margin : auto;
width : 800px;
height : 25px;
background:url(../images/ligne2.png);
color: #FFFFFF;
}


