html, body
{
	height:99%;
	margin:0;
	text-align: center;
	background-color: #EEEEFF;
	font: 90% "Trebuchet MS", sans-serif;
}

a
{
	color:#0000CC;
	font-weight:bold;
}

a:hover
{
	color:#FF0000;
}

h1 
{
	margin: 0;	
}

h2 
{
	padding-left:35px;
	color:#006699;
}

h3
{
	color:#0088BB;
	font-variant:small-caps;
	margin-bottom:0;
}

h4
{
	padding:0;
	margin:0;
}

div#conteneur 
{
	min-height: 100%;
	width: 950px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	background: url(http://www.miticimpro.com/images/fond-center.png) center repeat-y;
	background-color: #FFFFFF;
	border: 2px solid #006699;
}

div#header
{
	height:200px;
	background: url(http://www.miticimpro.com/images/header1.png) no-repeat;
	color: #FFFFFF;
	text-indent:-5000px;
	border-bottom: 2px solid #006699;
}

div#center
{
	padding-bottom: 50px;
	overflow: auto;
}

div#sidebar {
	float: right;
	width: 200px;
}

div#sidebar h3, div#footer p, div#sidebar p
{
	padding:0 10px;
}

ul#menu 
{
	margin: 0;
	padding: 0;
	list-style:none;
}

ul#menu li a
{
	display:block;
	height:25px;
	line-height:25px;
	background:url(http://www.miticimpro.com/images/sifflet.png) left top no-repeat;
	padding-left:35px;
	margin:2px 0;
	border-bottom:1px solid #006699;
	color:#0000CC;
	font: small-caps 1.1em/30px Georgia,serif;
	text-decoration:none;
}
	
ul#menu li a:hover
{
	background-position: left bottom;
	color:#FF0000;
}

div#contenu {
	float: left;
	width: 730px;
	margin-left: 10px;
}

div#footer {
	position: absolute;
	width: 100%;
	height:30px;
	bottom: 0px;
	color:#FFFFFF;
	text-align:center;
	background-color:000000;
	background:url(http://www.miticimpro.com/images/footer-background.png) center repeat-x;
}

div#footer p
{
	font-size:0.9em;
}