@charset "utf-8";
/* CSS Document */

html,html body {height:100%;}

body{
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
color:#555555;
width:984px;
margin:0;
background-color:#b0d932;
background-image:url(img/right_side_body.jpg);
background-position:top left;
background-repeat:no-repeat;
}

h2{
font-family: Tahoma, Arial, sans-serif;
font-size: 14px;
font-weight:bold;
}

h3{
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
font-weight:bold;
}

a img{
border:0;
}

div.contener{
width:auto;
height:auto;
margin:0;
}

div.top{
width:970px;
height:282px;
background-image:url(fr/img/top_title.jpg);
background-repeat:no-repeat;
background-position:top;
float:left;
}

div#navigation{
width:970px;
float:left;
}

div.conteneur_contenu{
float:left;
}

div.left_side{
width:113px;
float:left;
}

div.contenu{
width:760px;
min-height:300px;
padding:0 55px 25px 55px;
background-image:url(img/fond_contenu.png);
background-repeat:repeat-y;
float:left;
}

a:visited { color: #6EC0CC; text-decoration: none }
a:hover { color: #000000; text-decoration: underline }
a:link {color: #0099FF; text-decoration: none; }


