/* CSS Document */
	
html,body {
	
	font-family: tahoma,"trebuchet ms", verdana, arial; 
	font-size: small;
	
}

.clear {
	height: 1px;
	overflow : hidden;
	clear : both;
}

#contenu {
	line-height: 1.4em;
}

#contenu h1 {
	color: #283ebf;
	padding: 0;
	margin: 0;
	font-size: 20px;
}

#contenu h2 {
	color: #283ebf;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	margin-bottom: 8px;
	font-size: 16px;
	border-bottom: 1px solid #283ebf;
}

#contenu h3 {
	color: #283ebf;
	padding: 0;
	margin: 0;
	font-size: 14px;
	
}

