body {
	/* background-color: #ffffff;
	'background-image: url(images/background.gif);
	background-repeat: repeat-x;*/
	margin: 0;
	padding: 0;
	/* text-align: center; */ 
	/*font-family: verdana, arial, helvetica, sans-serif;*/
	font-family: verdana;
	font-size: 0.8em;
	color: #666666;
}

#DivHeader { 
width: 100%;
}

#DivMilieu { 
width: 100%;
height: 100px;
}

#DivMilieuGauche { 
float: left;
width: 40%;
height: 100px;
}

#DivMilieuDroite { 
margin-left: 40%;
height: 100px;
}

#DivFooter { 
width: 100%;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}
