html
{
	height: 100%;
}

img {
   behavior: url("../img/pngbehavior.htc");
}

body
{
	margin: 10px 0 ;
	padding: 0 ;
	
	text-align: center ;
	font: 0.8em 'Verdana', helvetica, sans-serif ;
	background: #FFFFFF;
	
	scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
	z-index: 1;
}

div#conteneur
{
	width: 770px ;
	margin: 0 auto ;
	text-align: left ;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
}

div#header
{
	height: 79px;
	background:url(../img/ban.jpg) no-repeat;
	margin: 0;
	position: relative;
	border: 1px solid #000000 ;
}

div#header h1
{
	color: #000000;
	padding-left: 40px;
	padding-top: 30px;
	font-size: 2em;
}

ul#menu li a:hover, ul#menu li a:focus, ul#menu li a:active 
{
	color: #FFFFFF ;
	background-color:#FFFFFF;
}

div#menu
{
	height: 25px ;
	margin: 0;
	padding: 0 ;
	list-style-type: none;
	background: #FFFFFF no-repeat;
	border: 1px solid #000000 ;
	position:relative;
	z-index:10;
}

div#right
{
	background: no-repeat 15px;
	position:absolute;
	right: 0;
	width: 150px;
	margin: 0 auto;
}

div#contenu
{
	overflow:auto;
	height: auto;
	min-height: 637px;
	margin :0;
	padding-left: 20px;
	margin-right: 168px;
	width: 575px;
	background-color:#FFFFFF;
	border: 1px solid #000000 ;
	position:relative;
	z-index:1;
}

div#contenu h2
{
	/* rendre un texte transparent*/
	background:transparent;
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
	font-size: 1.5em ;
	color: #FFFFFF ;
	list-style-type:none;
	margin-top: 0px;
	padding-top: 10px;
}

div#contenu p
{
	text-align: justify ;
	padding-right: 30px;
}

div#contenu a
{
	color: #727272 ;
	text-decoration:none;
}

div#contenu a:hover
{
	color: #FFFFFF;
}

div#menu li
{
	text-align: center ;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#menu li a
{
	font-size: 1.2em ;
	font-weight: bold ;
	padding-left: 12px;
	padding-right: 12px;
	color: #000000 ;
	text-decoration: none ;
}

ul#foot_menu
{
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 25px ;
	margin: 0;
	padding: 0 ;
	padding-right:5px;
	list-style-type: none;
	background: #FFFFFF no-repeat;
	border: 1px solid #000000 ;
}

ul#foot_menu li
{
	float: right ;
	text-align: center ;
	padding-top:2px;
	display: inline ;
}

ul#foot_menu li a
{
	font-size: 1.2em ;
	font-weight: bold ;
	color: #000000 ;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none ;
	border-right: 2px solid #FFFFFF ;
	
}

ul#foot_menu li a:hover, ul#foot_menu li a:focus, ul#foot_menu li a:active 
{
	color: #FFFFFF ;
	background-color:#FFFFFF;
}

<!-- 
/* CSS issu des tutoriels http://css.alsacreations.com */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
left: 0;
z-index:100;
width: 100%;
}
#menu dl {
float: left;
width: 12em;
margin: 0 0px;
}
#menu dt {
cursor: pointer;
text-align: center;
background: #FFFFFF;
padding-left:2px;
font-size: 1.2em ;
font-weight: bold ;
color: #FFFFFF ;
text-decoration: none ;
padding-top:2px;
/*border: 1px solid gray;*/

}
#menu dd {
/*border: 1px solid gray;*/
padding-top:2px;

}

#menu li {
text-align: center;
background: #fff;
padding-left:2px;
padding-right:2px;
}
#menu li a, #menu dt a {
color: #000000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
color: #FFFFFF ;
background-color: #FFFFFF;
}

a {
text-decoration: none;
color: black;
color: #222;
}
