@charset "UTF-8";
/* CSS Document */
.groupe {
	position: relative;
	font: arial;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-left: 1px;
	top: 7px;
	background-image: url(images_bonhommes/groupe.jpg);
	height: 80px;
	background-repeat: no-repeat;
	padding         : 20px 2px 2px 60px;
} 

.seul {
	position: relative;
	font: arial;
	font-size: 15px;
	font-weight: bold;
	color: #6A6A6A;
	margin-left: 1px;
	top: 7px;
	background-image: url(images_bonhommes/b-seul.jpg);
	height: 100px;
	background-repeat: no-repeat;
	padding         : 20px 2px 2px 60px;
} 

.exclamation {
	position: relative;
	font: arial;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-left: 1px;
	top: 7px;
	background-image: url(images_bonhommes/exclamation.jpg);
	height: 80px;
	background-repeat: no-repeat;
	padding         : 20px 2px 2px 60px;
} 

.information {
	position: relative;
	font: arial;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-left: 1px;
	top: 7px;
	background-image: url(images_bonhommes/information.jpg);
	height: 80px;
	background-repeat: no-repeat;
	padding         : 20px 2px 2px 60px;
} 

.main {
	position: relative;
	font: arial;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-left: 1px;
	top: 7px;
	background-image: url(images_bonhommes/main.jpg);
	height: 80px;
	background-repeat: no-repeat;
	padding         : 20px 2px 2px 60px;
} 

.interrogation {
	position: relative;
	font: arial;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-left: 1px;
	top: 7px;
	background-image: url(images_bonhommes/interrogation.jpg);
	height: 80px;
	background-repeat: no-repeat;
	padding         : 20px 2px 2px 60px;
} 


.vrai {
	position: relative;
	font: arial;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	margin-left: 1px;
	top: 7px;
	background-image: url(images_bonhommes/vrai.jpg);
	height: 80px;
	background-repeat: no-repeat;
	padding         : 20px 2px 2px 60px;
} 






