/*----------------------------- GENERAL -----------------------------*/
*{
padding:0;
margin:0;
outline:none;
}




a {
color:#000;
text-decoration:none;
outline:none;
}

a:hover {
color:#000;
text-decoration:underline;
outline:none;
}

a img {
border:none;
}



hr {
display:none;
}
.haut {
	background-repeat:no-repeat;
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #b1332c;
	font-weight: bold;
	position: static;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-position: left;
	text-indent: 0px;
	line-height: 28px;
	padding: o;
}

/*----------------------------- LEFTCOL -----------------------------*/
#leftCol {
margin-top:0px;
width:120px;
float:left;
margin-right:18px;
font:10px Verdana, Arial, Helvetica, sans-serif;
}

#leftCol dl {
border:1px solid #f66401;
border-left:none;
margin-bottom:15px;
}

#leftCol dt {
height:16px;
}

#leftCol dd {
padding:5px;
color:#000;
}

.special {
margin-bottom:15px;
}

