
body {
margin: 0;
padding:0;
position: absolute;
width: 100%;
height: 100%;
font-family: verdana, arial, sans-serif;
background: #eee;
}

.page {
margin-left: 110px; 
overflow: auto;
}

.main {
margin-left: 110px;
background: #eee url(images/page.png) repeat-y left top;
overflow: auto;
padding:0;
}

.contenu {
margin-left: 15px;
width: 870px;
}



.top {
margin-left: 110px;
height:133px;
background: #eee url(images/page.png) repeat-y left top;

}

.menu {
position: absolute;
left: 0px;
width: 110px;
}

#footer{
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
}



a:link {
	font-family: Verdana;
	font-size: 12px;
	color: rgb(59, 78, 144);
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
	font-size: 12px;
	color: rgb(59, 78, 144);
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #5CBD62;
	font-weight: bold;
	text-decoration: overline;
}
a:active {
	font-family: Verdana;
	font-size: 12px;
	color: rgb(59, 78, 144);
	font-weight: bold;
	text-decoration: none;
}
.Intertitres { font-family: Verdana;
    font-size: 20px;

    color: rgb(59, 78, 144);
    }
.Intertitres2 { font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color: rgb(59, 78, 144);
    }

.Intertitres3 { font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: rgb(59, 78, 144);
    }

.Intertitres4 { font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #33CC00;
    }

.Intertitres5 { font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #663333;
    }


  .Titre { font-family: Verdana;
    font-weight: bold;
    color: rgb(59, 78, 144);
    font-size: 28px;
    }

.Intro { font-family: Verdana;
    font-size: 12px;
    color: rgb(48, 63, 117);
    font-weight: bold;
    display: block;
    width: 70%;
    text-align: justify;
    float: right;
    }

.Legende { font-family: Verdana;
    font-size: 12px;
    color: rgb(48, 63, 117);
    font-weight: bold;
    width: 50%;
    text-align: justify;
    }

  .Texte { font-family: Comic sans MS;
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-align: justify;
    }

  .table { font-family: Verdana;
    font-size: 12px;
    color: rgb(0, 0, 0);
    text-align: justify;
    border: 1px solid rgb(48, 63, 117);
    rules:all;
    }

.Tableau { border: 1px solid rgb(0, 0, 0);
    }

hr {
color: rgb(48, 63, 117);
background-color: rgb(48, 63, 117);
border : 1px solid rgb(48, 63, 117);
}

body {
margin: 0;
padding: 0;
background: #eee;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 131;
left: 3px;
}
dl#menu {
width: 15em;
}
dl#menu dt {
border: 1px solid gray;
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
background-image: url(./image.jpg);
font-family: Verdana;
font-size: 12px;
color: rgb(71, 77, 99);
font-weight: bold;
text-decoration: none;
}
dl#menu dd {
border: 1px solid gray;
}
dl#menu li {
text-align: center;
background: #eee;
}
dl#menu li a, dl#menu dt a {
font-family: Verdana; font-size: 12px;
color: rgb(71, 77, 99);
font-weight: bold;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
dl#menu li a:hover {
background: #ccc;
}

#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}

.form { 
	border: 1px solid rgb(153, 153, 153);
	padding:10px;
}

.form_texte { 
	font-family: Comic sans MS;
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-align: right;
}

.form_titre { 
	font-family: Verdana;
    font-size: 16px;
    font-weight: bold;
    color: rgb(59, 78, 144);
}

.form_input { 
	font-family: Comic sans MS;
    font-size: 14px;
    color: rgb(0, 0, 0);
    text-align: left;
}

.input { 
	font-family: Comic sans MS;
    font-size: 14px;
    font-weight: normal;
    color: rgb(0, 0, 0);
	background: rgb(255, 255, 255);
}