#simplemodal-overlay {
	background-color: black;
}
#alert.alert {
	color: #ED1D24;
	margin-bottom: 20px;
}

.formInputs input.alert,
.formInputs textarea.alert {
	border: 1px solid #ED1D24;
}

.homeBlock .agenda select.no-js {
	width: 200px;
}

ul.events li.filtered {
	display: none;
}

#messageErreurLogin {
	float:left;
	color: red;
	font-weight: bold;
	height: 18px;
	margin-bottom: -18px;
	width: 330px;
	text-align: center;
}

#messagesFrame, #messagesFrameLightbox {
	width: 643px;
	border: 1px solid #555555;
	background: #e9e9e9;
	text-align: center;
	padding: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}

#errorsFrame, #errorsFrameLightbox {
	width: 643px;
	border: 1px solid #ea0000;
	color: #ea0000;
	background: #ffacac;
	text-align: center;
	padding: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}

form input.error, form textarea.error {
	border: 1px solid red !important;
	color: #555555 !important;
}

li .radios {
	margin-left:4px;
	float: left;
}
	li .radios input,
	li .radios label {
		float: left;
	}
	li .radios label {
		width: auto;
	}
	
li.checkbox {
	text-align: center;
}
label.checkbox {
	float: none;
}

#googleMaps {
	width: 645px;
	height: 400px;
	margin-bottom: 20px;
}

.logoutForm {
	background: transparent;
	color: #AEAEAE;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
}

/* Largeur footer si 4 colonnes */
.footer1-4 dl {
	width: 180px;
}

/* Le lien pour creation de compte dans le header (et corrections de positions) */
.myAccount .myAccountTitle {
	padding: 4px 0 4px 43px;
	margin-bottom: 5px;
	background: transparent url(../img/bg_myAccountNotConnected.gif) no-repeat scroll 0 0;
	height: 14px;
}
.myAccount .myAccountTitle h2 {
	padding: 0px;
	margin: 0px;
	background: none;
	float: left;
	width: 137px;
}
.myAccount .myAccountTitle a {
	color: #999999;
	font-size: 0.9em;
	font-weight: bold;
}
.myAccount .myAccountTitle a:hover {
	text-decoration: underline;
}
.myAccount .btValider {
	margin-left: 3px;
}

/* Puces dans l'intro */
.sectionIntroContent ul {
	margin:10px
}
.sectionIntroContent li {
	list-style-type:disc;
	margin-left: 10px;
}

/* Les blocs de la home lorsqu'ils sont vides */
.homeBlocVide {
	text-align: center;
	margin: 30px 0;
}

/* Messages d'erreur dans le formulaire de commentaires */
.commentFormError {
	color: #ff0000;
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
}