@charset "iso-8859-1";
/* CSS Document */

.erreur { color:#F60 !important;}

.Titrebloc {
	color: #FFF;
	background-color: #456;
	display: block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.w { width:60%;}

a[class='bouton'] {
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	border-radius : 3px;
	background-color:#456;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF !important;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	width:150px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #456;
}

a[class='bouton']:hover { 
background-color:#A0B9FF; 
}

a[class='boutoncrea'] {
	-moz-border-radius : 3px;
	-webkit-border-radius : 3px;
	border-radius : 3px;
	background-color:#9AAF01;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF !important;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	width:150px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #FFF;
}

a[class='boutoncrea']:hover {
	background-color:#A0B9FF;
}

span[class='label'] {
	width:80px;
	display:inline-block;
	margin-bottom:4px;
}

.lightface .lightfaceMessageBox p {
    line-height: 125%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.lightface .lightfaceMessageBox a {
	text-decoration:none;
	color:#06C;
}
.lightface .lightfaceMessageBox a:hover { text-decoration:underline; color:#F60;}