/*
 * Feuille de style commune à tout les sites
 */
.centrer {
	text-align: center;
}

.bas {
	margin-bottom: 5px;
}

.gras {
	font-weight: bold;
}

div.object-left {
	text-align: left;
	margin: 0;
}

div.object-right {
	text-align: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}


.mise_en_forme td ul li {
	list-style-type: disc;
}

/* __________ Gestion centralisée des erreurs __________ */
#part_erreur .div_erreur,#part_good .feedback,#message_formulaire .feedback {
	margin: 20px auto 15px auto;
	width: 530px;
	text-align: left;
}

#part_erreur .message-warning,#part_erreur .message_warning,#part_erreur #message_formulaire .message-warning
	{
	border: solid 1px #FF0000;
	background-color: #FFCCCC;
	color: #000000;
	padding: 5px;
}

#message_formulaire .feedback,#part_good .feedback {
	border: solid 1px #00ff00;
}

#message_formulaire .feedback,#message_formulaire .feedback *,#part_good .feedback,#part_good .feedback *
	{
	background-color: #CCffCC;
	color: #000000 !important;
	font-weight: normal;
	padding: 5px;
}

#part_erreur .valid_message {
	border: solid 1px #08974f;
	background-color: #b2ffd9;
	color: #000000;
	padding: 5px;
}

#part_erreur .attribut_description,#part_erreur .attribut,#part_erreur h2
	{
	color: #ff0000;
}

ul#error_list,.warning {
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	color: #000000;
	padding: 5px;
	margin: 15px 0;
	text-align: left;
}

.warning-search{
	margin-right: 20px;
	font-weight: bold;
}

ul#error_list li,.warning li {
	list-style-position: inside !important;
	list-style-type: disc !important;
}

input.error,textarea.error,checkbox.error {
	background-color: #FFCCCC !important;
	border: 1px solid #FF0000 !important;
}

ul#error_list li {
	list-style-position: inside !important;
	list-style-type: disc !important;
}
/* __________ Fin Gestion centralisée des erreurs __________ */


/* __________ Ou qui qui l'et le mooquee ? __________ */
.marquee {
    position: absolute;
	overflow: hidden;
	white-space: nowrap;
}

.mooquee-text {
	position: absolute;
}
/* __________ Ou qui qui l'et le mooquee ? __________ */