html, body
{
min-height:100%;
}
body
{
width:95%;
border-right:1px solid silver;
border-left:1px solid silver;
margin:0px;
margin:auto;
font-family:"Trebuchet MS", serif;
font-size:0.9em;
background:url("/images/fond.png") fixed;
}

body > div
{
background:#FFFFFF;
}

#menu ul li
{
list-style-type:none;
}
#menu ul li:hover
{
list-style-image:url("/images/puce.png");
}

a
{
text-decoration:none;
color:#ED5F00;
}
a:hover
{
color:red;
}

h1
{
text-align:center;
}

a img
{
border:none;
}

#header
{
text-align:center;
}

#menu
{
float:left;
width:15%;
background:url("/images/sousbanniere.png") repeat-x #F6F6F6;
border-top:1px solid #F6F6F6;
border-bottom:1px solid #F6F6F6;
}

#menu h3
{
text-align:center;
}

#corps
{
padding-left:15%;
border-top:1px solid #F6F6F6;
border-bottom:1px solid #F6F6F6;
min-height:75%;
background:url("/images/sousbanniere.png") repeat-x #F6F6F6;
}
#corps p
{
text-indent:30px;
}

#screen
{
float:right;

width:100px;
height:178px;

padding-right:5px;
padding-top:5px;
}

#footer
{
clear:left;
text-align:center;
background:#F6F6F6;
}

#ombreGauche
{
	background: url("/images/ombreGauche.png") repeat-y;
	width:31px;
	height:100%;
	margin-left:-31px;
	float:left;
	position:fixed;
}
#ombreDroite
{
	height:100%;
	background: url("/images/ombreDroite.png") repeat-y;
	width:31px;
	position:fixed;
	margin-left:95%;
}