.floatL {float: left;}
.floatR {float: right;}
.clear  {clear: both;}

.alignL {text-align: left !important;}
.alignR {text-align: right !important;}

.infoGood {}
.infoBad,.infoBad a{
		color: #f00 !important;
		font-weight:bold !important;
		text-align: left !important;
		padding: 2px;
}
p.infoBad {background: #f99;}

/*entete*/
#o-entete #liens {
	margin:1px;
	float:right;
}

/*centre*/
#o-colonne-centre div.bloc {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: center;
	width: 560px;
	padding: 0px 0px 0px 0px;
}

/*footer*/

div#o-pied_mini {
  width:995px;
	clear:both;
	text-align:center;
  margin-left: auto; margin-right: auto; /* Pour centrer le pied dans la page */
}

/* buttons */
a.button {
	background-color: #7aaede;
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	border: 1px outset;
	margin: 1px;
	padding: 1px;
	line-height: 20px;
	text-decoration: none;
}

a, .cursor, .button {
	cursor: pointer;
}
