/* Texte */
p.aucun_resultat {
	font-size: 8pt;
}
p.confirmation {
	padding: 5px 5px 5px 5px;
	background-color: #DDF4FD;
	border: solid 1px #BBBBBB;
	font-size: 8pt;
	font-weight: bold;
}
p.champs_obligatoires {
	font-size: 8pt;
}
p {
	font-size: 8pt;
}

/* Cadres */
div.error {
	margin: 0 0 1em 0;
	padding: 5px 5px 0px 5px;
	background-color: #DDF4FD;
	border: solid 1px #BBBBBB;
	font-size: 8pt;
}
div.error li {
	list-style-type: square;
}

/* Select liste */
select {
	width: 270px;
}
.auto {
	width: auto;
}
option.select_titre {
	font-weight: bold;
	background-color: #BBBBBB;
	border-bottom: solid 1px #000000;
}


/* Liens */
p a.btn_retour {
	padding: 2px 5px 1px 15px;
	background-color: #A5E027;
	background-image: url("../imgs/background_btn_vert.png");
	background-repeat: no-repeat;	
	background-position: 3px 5px;
	color: #FFF;	
	border: solid 1px #B2B2B2;
	text-decoration: none;
	font-size: 8pt;	
	font-weight: bold;
}
p a.btn {
	padding: 2px 5px 1px 15px;
	background-color: #A5E027;
	background-image: url("../imgs/background_btn_vert.png");
	background-repeat: no-repeat;	
	background-position: 3px 5px;
	color: #FFF;	
	border: solid 1px #B2B2B2;
	text-decoration: none;
	font-size: 8pt;	
	font-weight: bold;
}	

/* Formulaire */
form label {
	font-size: 8pt;
}