* {padding:0; margin:0;}

html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #8b8bbc;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#ffffff;
	/*background-image: url(../im/fond.gif);*/
	background-repeat: repeat-x;
}

a:link {
	color: #8b8bbc;
	text-decoration: none;
}
a:hover {
	color: #8b8bbc;
	text-decoration: underline;
}
a.lien {
	color: #8b8bbc;
	text-decoration: none ;
	}
a.lien:hover {
	color: #8b8bbc;
	text-decoration: underline;
	}
a:visited {
	color: #8b8bbc;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


#footer {
	position:absolute;
	z-index:100;
	bottom:0;
	height: 25px;
	width: 100%;
	left:0;
	visibility: visible;
	overflow: auto;
	background-image: url(../fondfooter25.gif);
	background-repeat: repeat-x;
}
#footer2 {
	position:absolute;
	z-index:100;
	bottom:0;
	width: 100%;
	visibility: visible;
	background-image: url(../fondfooter25.gif);
	left: 0;
	height: 27px;
}
#footer p{
	color: #8b8bbc;
	text-decoration: none;
	text-align:center;
	margin:7px 0 0 0;
}
#footer2 p{
	color: #8b8bbc;
	text-decoration: none;
	text-align:center;
	margin:7px 0 0 0;
}
#raccord{
	margin: 0 auto;
	height:100%;
	width:960px;
	overflow: auto;
	visibility: visible;
}
.titre {
	font-size: 16px;
}
.norm {
	font:normal;
}
.norm2 {
	font:normal;
	font-size: 14px;
	font-weight: bold;
	text-decoration: blink;
	color: #666699;
}

