/* CSS issu des tutoriels www.alsacreations.com/articles */
body
{
margin:0;
padding:0;
font-family: verdana, arial;
font-size: 12px;
}

.head1
{
background-image: url('head.jpg');
height: 91px;
background-repeat: repeat-x;
}
.head2
{
background-image: url('toplower.png'); /* Was head2.gif */
background-repeat: repeat-x; 
/* width: 770px; */
height: 36px;
}
.headdb
{
background-image: url('head2.jpg');
height: 91px;
background-repeat: repeat-x;
}
.logo
{
margin-right: 10px;
margin-top: 3px;
border: 0;
}
.left
{
position: absolute;
left:0;
background-image: url('left.png');
background-repeat: repeat-y; 
width: 181px; /* Was 181px */
/* height: 337px; */
}
.centre
{
margin-left: 181px;
/* width: 586px; */
padding-top: 10px;
}
.menu {
margin-top: 30px; 
width: 160px;
border: 1px solid #066F0C;
padding-left: 1em;
background-color: #c7d5e0;
font-family: verdana, arial;
font: italic small-caps 900 16px arial;
/* font-size: 110%; */
/* text-align: center; */
}
/* Main Menu items */
.menu a		{
		padding-left: .05em;
		margin-left: .05em;
		padding-right: .05em;
		margin-right: .05em;
		color:  #339933; /* #400099; */
	  text-decoration: none;
		/* border-bottom: dotted .1em #8989d9 */
		}

.menu a.img		{border: none}		

.menu a:hover, 
p.button:hover	{
		border: inset 1px #ccccff;
		background:#e0e9f1
		}
/* SUB-MENU ITEMS */		
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu10, #smenu42, #smenu43, #smenu70, #smenu80, #smenu90 a {
  padding-left: 10px;
	background-color: #c7d5e0;
	font: italic small-caps 900 12px arial;
}
h1
{
font-size: 140%;
text-align: right;
}
h2
{
font-size: 100%;
text-align: right;
}
.menutop
{
float: right;
margin-right: 10px;
margin-top: 10px;
}
.menutop a {
font-size: 16px;
font-weight: bold;
color: #060C6F;
text-decoration: none;
margin-left: 20px; /* Space between each sub-menu */
}

ul,li 
{
list-style-type: none;
margin: 0;
padding:0;
line-height: 20px; 
}

/* Special Divs */
.note
{
   background-color: #d0ffd0;
	 border-style: outset;
	 border-color: #a0ffa0;
	 padding: 1em; /* Inside */
	 margin: 2em; /* Outside */
}
.noter
{
   /* background-color: #d0ffd0;  // Green */
	 background-color: #ffc0c0;  
	 border-style: outset;
	 border-color: #ff9090;
	 padding: 1em; /* Inside */
	 margin: 2em; /* Outside */
}
