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

#anniv{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.paiement-securisee{
position:absolute;
padding-left:555px;
margin-top:-100px;
border:none;
}

.paiement-securisee a{
border:none;
}
.paiement-securisee a:hover{
border:none;
}

.icon-alert{
	border:solid 1px #DEDEDE; 
	background:#FFFFCC none 8px 6px no-repeat;
	background-position: 10px 50%;
	color:#222222;
	padding:14px;
	text-align:center;
}
.icon-ok{
	border:solid 1px #90ac13; 
	background:#eef4d3 url(images/button_ok.png) 8px 6px no-repeat;
	background-position: 10px 50%;
	color:#6b800d;
	font-weight:bold;
	padding:14px;
	text-align:center;
}
.icon-accept{
	border:solid 1px #90ac13; 
	background:#eef4d3 none 8px 6px no-repeat;
	background-position: 10px 50%;
	color:#6b800d;
	font-weight:bold;
	padding:14px;
	text-align:center;
}
.message_erreur{
	border:solid 1px #CC0000; 
	background:#F7CBCA url(images/important.png) 8px 6px no-repeat;
	background-position: 10px 50%;
	color:#CC0000;
	font-weight:bold;
	padding:14px;
	text-align:center;
}