/* CSS Document */
#droite{
	display:none;!important 
	}
#centre {
	width:609px;
	}
#centre h1.titrePage{
	width:100%;
	}
#contenuInstit{
	background: url(../images/ombre-interne.jpg) top left repeat-x #FFFFFF;
	border:1px solid #c8c8c8;
	border-bottom:1px solid #e9e9e9;
	margin:0;
	padding:5px 0 0 10px;
	width:100%;

	}
#centre #contenuInstit h2{
	color:#fd30e5;
	font-size:100%;
	padding:2px 0 0 10px;
	margin:0;
	}
#centre #contenuInstit h3{
	color:#94c909;
	font-size:100%;
	padding:2px 0 0 10px;
	margin:0;
	}

#fNewsletter .ligne {
	clear: both;
	width: 100%;
	padding-top: 4px;
	overflow: hidden;
}
#fNewsletter .ligne div {
	float: left;
	padding-right: 4px;
}
#fNewsletter .ligne .label {
	text-align: right;
	width: 120px;
}
#fNewsletter .messageErreur {
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
	padding-left: 10px;
	font-weight: normal;
}
#fNewsletter .boutons {
	text-align: right;
	clear: both;
	width: 100%;
	padding-top: 8px;
	overflow: hidden;
}

.btn {
	border: 1px solid #ff30e5;
	background-color: #ff30e5;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.btn:hover {
	border: 1px solid #ff30e5;
	background-color: white;
	color: #ff30e5;
}
.legende {
	font-size: 10px;
}
.messageErreur {
	width: auto;
	clear: both; 
	font-weight: bold; 
	color: red; 
	font-size: 14px;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid red;
}