A:link {
	color: #F27931;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: #F27931;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #E72301;
	text-decoration: underline;
	font-weight: bold;
}

A.menu_gauche:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

A.menu_gauche:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

A.menu_gauche:hover {
	color: #E62167;
	font-weight: regular;
	text-decoration: underline;
}

A.menu_haut:link {
	color: #F27931;
	text-decoration: none;
	font-weight: bold;
}

A.menu_haut:visited {
	color: #F27931;
	text-decoration: none;
	font-weight: bold;
}

A.menu_haut:hover {
	color: #E72301;
	font-weight: regular;
	text-decoration: underline;
}

td {
	color: #000000;
	font-variant: normal;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica
}

.titre_b {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold
}

.titre {
	color: #816C18;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold
}

input {
	COLOR: # #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
}

input.search {
	border: none;
}

.Style1 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.Style2 {
	font-size: 18px;
}

.Style5 {
	font-size: 12px;
}

.Style6 {
	font-weight: bold;
	font-size: 12px;
}

#contenu {
	font-size: 11px;
}

#contenu .titre {
	font-size: 11px;
}

form p {
	padding: 3px 0;
	margin: 0 0 1px 0;
}

form label, .label {
	text-align: left;
	width: 120px;
	float: left;
	display: inline;
	color: #816C18;
	font-weight: bold;
	line-height: 19px;
	margin: 0;
	cursor: pointer;
}

form label.big_label {
	width: 200px;
}

form label.checkbox {
	width: 0px;
	float: none;
	display: inline;
	font-weight: bold;
	line-height: 21px;
	text-align: left;
	margin: -1px;
	padding-left: 3px;
	cursor: pointer;
}

form .submit {
	text-align: center;
}

form div {
	margin-bottom: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #C8B75C;
}

div.erreur {
	margin: 5px 0 15px 0;
	padding: 10px 0 10px 0;
	text-align: center;
	font-weight: bold;
	border: 1px solid #990602;
	background-color: #FFB3B3;
	color: #990602;
}

div.valide {
	margin: 5px 0 15px 0;
	padding: 10px 0 10px 0;
	text-align: center;
	font-weight: bold;
	border: 1px solid #54752F;
	background-color: #CCE1B5;
	color: #54752F;
}

/*** Mise en forme des messages d'erreur ***/
p.erreur { /*** Mis en évidence des champs mal renseignés ***/
	margin-bottom: 15px;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #2F639D;
	background-color: #E6EAEC;
}

p.erreur input.text {
	border: 2px solid #7F9DB9;
	background-color: #FFB3B3;
}

span.erreur { /*** Mise en forme du message d'erreur ***/
	display: block;
	padding: 5px;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #D28000;
	font-weight: bold;
	background: url('../images/icon_alert.gif') no-repeat left;
}

div.masseur {
	border-bottom: 1px solid #C8B75C;
}

.masseur img {
	float: left;
	margin-right: 5px;
}

.masseur p {
	padding: 0;
}

.masseur p.right {
	margin-left: 90px;
}

p.spacer {
	padding: 0;
	margin: 0;
	height: 0;
	line-height: 0;
	padding-top: 5px;
	clear: both;
}

ul {
	list-style: none;
}

#allopass {
	width: 300px;
	margin: auto;
	margin-top: 20px;
	border: 1px solid #C8B75C;
}

#pagination {
	padding-top: 15px;
	text-align: center;
}