
.titre01 {
font-family: Verdana, Arial, sans-serif;
font-size: 20pt;
}
.titre02 {
font-family: Verdana, Arial, sans-serif;
font-size: 16pt;
font-weight: bold;
}
.titre03 {
font-family: Verdana, Arial, sans-serif;
font-size: 12pt;
font-weight: bold;
}
.sign {
font-family: Verdana, Arial, sans-serif;
font-size: 8pt;
color: grey;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
/*background-image:url(images/fond2.jpg);  */
background-repeat: no-repeat;
background-position: top left;
background-attachment: fixed;
background-color: #edf0ff;
}
#header {
height: 120px;
}
#fixedBar {
height: 100px;
position: fixed;
top: 0px;
width: 100%;
z-index: 300;
background-color: #e7ebff;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #000000;
padding: 10px;
}
#conteneur {
position: absolute;
width: 100%;
margin-top: 120px;
}
#centre {
margin-left: 150px;
margin-right: 150px;
padding: 20px;
border-style: solid;
border-width: 1px;
position: relative;
}
#gauche {
position: fixed;
left:0;
width: 150px;
}
#droite {
position: fixed;
right:0;
width: 150px;
}
#pied {
height: 60px;
background-color: #3399FF;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #000000;
color: #FFFFFF;
padding: 5px;
font-size: 0.8em;
position: relative;
}

a.pied:link {
color: #FFFFFF;
text-decoration: underline;
}
a.pied:hover {
color: #FFFFFF;
text-decoration: none;
}
.menugauche {
list-style-type: none;
padding: 5px;
margin-left: 0;
font-size: 0.9em;
}
.menugauche li {
margin-top: 5px;
}
.menugauche a {
     width: 140px; 
     height: 20px;
     display: block;
     text-align: center;
	 padding-top: 5px;
     text-decoration: none;
     color: #FFFFFF;
	 background-image:url(images/btmenu.gif);
	 background-repeat: no-repeat;
	 background-position: 0 0; 
}
.menugauche a:hover {
	 text-decoration: none;
     color: #FFFFFF;
	 background-image:url(images/btmenu_red.gif);
	 background-repeat: no-repeat;
	 background-position: 0 0; 
}
.menudroit {
list-style-type: none;
margin: 0;
padding:0;
}
.menudroit li {
margin-bottom: 5px;
}
.menudroit a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menudroit a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}

div#langues {
  font-family: verdana, arial, sans-serif;
  margin-left: 150px;
  padding: 0.5em;
  -moz-border-radius:10px;
  border-radius:10px;
  line-height: 1.1;
  font-size: 0.9em;
}
div#langues a {
  text-decoration: none;
  color: black;
}
div#langues a:hover {
  text-decoration: underline overline;
  color: black;
}
