/* CSS Document */

#principal{
	width: auto;
}
header{
	width: auto;
}
#gauche,#droite{
	width: auto;
	float:none;
}
footer{
	width: auto;
}
img{
	max-width: 100%;
	height: auto;
}
#droite h2{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #0075A8;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #0075A8;
	padding-bottom: 5px;
	background: url(images/puce.gif) no-repeat left 8px;
	padding-left: 15px;
}
#menu a{
	padding: 0 30px;
	
}