/* CSS 
background-image: url(../bg/background.gif);

*/

body {
margin: 0;
padding: 0;
font-family: Gill, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333; 
scrollbar-base-color: #172286; scrollbar-track-color: #fff; scrollbar-arrow-color: #fff; 
background: #fff;
background-repeat: repeat-x;
background-position: top left;
}

#home {
background-color:#F9F8F6;
color: #184897;
padding-left: 0px;
padding-top: 0px;
border: solid 1px;
border-color: #184897;
}

#conteneur { /*le conteneur global du site centré */
width: 960px;
position: absolute;
left: 50%;
margin-left: -480px;
top: 50%;
margin-top: -295px;
border-right: 1px solid #000;
border-left: 1px solid #000;
}

#header {
height: 138px;
background-color: #fff;
z-index:20;
}


#gframe {
left:0;
width: 960px;
height: 400px;
background-color: #F9F8F6;
overflow: auto;
scrollbar-base-color: #F9F8F6; scrollbar-track-color: #fff; scrollbar-arrow-color: #fff; 
z-index:11;
border-top: 1px solid  #333333;
border-bottom: 1px solid #333333;
}

#frame {
margin-left: 240px;
width: 700px;
height: 400px;
padding-left: 20px;
background-color: #F9F8F6;
overflow: auto;
scrollbar-base-color: #F9F8F6; scrollbar-track-color: #fff; scrollbar-arrow-color: #fff; 
z-index:11;
}

#footer {
height: 28px;
/*background-image: url(../css/bgb.gif);*/
background:#5081BD;
z-index:21;
}
#nav0 {	
/*background: url(../css/bgb_.gif);*/
}


#copy {
font-size: 9px;
text-decoration: none;
font-weight: normal;
color: #8F8F8F;
width: 960px;
position: relative;
text-align:center;
}

.menu {
position: absolute;
left:0;
width: 240px;
height: 400px;
background-color: #F9F8F6;
z-index:-100;
}
.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
.menuhaut {
list-style-type: none;
margin: 0;
padding:0;
}
.menuhaut li {
display: inline;
}
.menuhaut a {
margin: 0 0px;
color: #000000;
text-decoration: underline;
}
.menuhaut a:hover {
text-decoration: none;
}
.content {
list-style-type: none;
margin: 0;
padding:10;
}
.menulang {
list-style-type: none;
margin: 3px 0 0 3px;
padding:0;
}
.menulang li {
float: left;
display: inline;
}
.menulang a {
display:inline;
margin: 0 0px;
color: #000000;
text-decoration: underline;
}
.menulang a:hover {
text-decoration: none;
}