/* derived from CSS tutorials found at www.alsacreations.com/articles */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
}
#header {
height: 122px;
background-color: #99CCCC;
text-decoration: none;
}
#conteneur {
position: absolute;
width: 100%;
background-color:#CCCCFF;
}
#centre {
background-color:#9999CC;
margin-left: 150px;
margin-bottom: 28px;
margin-right: 25px;
padding: 0 10px 10px 10px;
}
#gauche {
position: absolute;
left: 10px;
width: 150px;
}
#pied {
height: 40px;
padding-left: 10px;
background-color: #99CC99;
text-align: center;
font-size: 75%;
}

.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;
}
p {margin: 0 0 10px 0;}

#menuadvert {
  background:#ddd; 
  padding:0px; 
  border:1px solid #000; 
  color:#000; 
  }
table.tablesample {
	border-width: 0 0 0 0;
	font-size: 150%;
	font-weight: bold;
}
img.borderless {
	border: 0 none;
}

