.meconnecterLink
{
	color: rgb(255, 255, 255) !important;
	text-align: right;
	text-decoration: none !important;
	font-weight: bold;
	text-shadow: none;
	height: 30px;
	font-size: 14px !important;
	background-repeat: no-repeat;
	background-image: url('../images/mss/fleche_verte.png');
	background-position: 23px 36%;
	padding-right: 22px;
	width: 150px;
	padding-left: 28px;
	padding-top: 3px;
}
.textError {
	font-weight: bold !important;
	color: #FF0000 !important;
	padding-top: 15px;
	width: 620px;
}
.moncompteLink
{
	background-color: transparent;
	background-image: none;
	border: medium none;
	color: rgb(255, 255, 255) !important;
	font-size: 12px !important;
	height: 30px;
	margin-left: 16px;
	text-align: left;
	text-decoration: none !important;
	text-shadow: none;
}

.redContainer {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 12px;
	font-size: 1em;
	font-weight: bold;
	overflow: auto;
	margin-top: 10px;
	border: 2px red solid;
}

.centeredText {
	text-align: center;
}

.redButton {
	background-color: #93ad70; /* Modification Mailiz */
	background-position: 15% 50%;
	background-repeat: no-repeat;
	border: medium none;
	color: #FFF !important;
	float: right;
	font-size: 13px !important;
	font-weight: bold;
	margin-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none !important;
	width: 118px;
	text-shadow: none;
	padding: 5px 10px;
	font-family: Arial, sans-serif;
	color: #ffffff;
	display: block;
	cursor: pointer;
	/* Modification Mailiz border-color: #b50d29; */
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.outerGeneric {
	width: 100%;
	margin: 0;
	background-color: #ffffff;
}

.innerGeneric {
	width: 91%;
	margin-left: 30px;
	margin-right: auto;
	min-height: 400px;
	padding-top:30px;
}