@charset "utf-8";
/* CSS Document */

#droite p {
	margin-bottom: 10px;
	background-color: #fff;
	padding: 10px;
}

#droite h1#merci {
	height: 48px;
	line-height: 48px;
	background-image: url(../../img/icones/merci.png);
}

#droite h2 {
	margin: 0px 10px;
	font-size: 1.250em;
	text-transform: uppercase;
}

.suppDemande {
	background: url(../../img/layout/remove.png) left top no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	margin-left: 20px;
}

#addDemande a {
	background: url(../../img/layout/add.png) left center no-repeat;
	padding-left: 20px;
	line-height: 20px;
	display: block;
}