@charset "iso-8859-1";
/*---General---*/
body, div, #logos, #menu-top, ul#menu-top, #header, #menu-side, #footer{margin: 0; padding: 0; border: 0;}

img{ border: 0; }

body{
background-color:#FFFFFF;
background-image:url(../images/back.jpg);
background-repeat:repeat-x;
}

#container {
width: 800px;
margin: 50px 0;
background-color: #FFFFFF;
color: #004664;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-align:left;
}

#header{ height:130px; }

#logos{ height:76px; }


#footer {
clear: both;
height:6px;
}

.title{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#77BA00;
margin-bottom:2px;
}

/* Style utilis&eacute; si besoin d'un espace apr&egrave;s titre et image en ent&ecirc;te de page*/
.espaceBeginText{
padding-top:20px;
}

.themaxis-bar{
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:normal;
width:475px;
height:99px;
padding-top:11px;
}

/*--- Menu Top ---*/
#menu-top li{
display: inline;
list-style-type: none;
}

#menu-top li a, .menu-top-inactive{
float:right;
}

/*--- Menu Side ---*/
#menu-side{
float: left;
width: 198px;
}

/*--- Content ---*/
#content-back{
margin-left: 200px;
background-repeat:repeat-y;

background-color:#FFFFFF;
}

.sommet{
position:relative;
left:2px;
}

#content{
padding: 20px;
line-height: 16px;
}

/*---Link---*/
a {color:#77BA00;}
a:hover {color:#004664;}
