/*********************************************************************
**************************** FORMULAIRE ******************************
*********************************************************************/

.erreur
{
	color				: #A20005;
	font-size       	: 12px;
	font-weight			: bold;
}

.formulaire
{
	font-family			: arial, helvetica, sans-serif;
	color				: #000000;
	text-align			: left;
	font-size			: 12px;
	margin				: 0px;
	border-style	 	: solid;
	border-color	 	: #cccccc;
	border-width 		: 0px;
	border-collapse		: collapse;
}

.formulaire form {
	margin						: 0px;
	padding  					: 0px;	
}

.formulaire button, input, textarea, label, fieldset, legend, optgroup{
	font-family			: arial, helvetica, sans-serif;
	font-size			: 12px;
	margin				: 0px;
	padding  			: 0px 2px 0px 3px;
	border-style	 	: solid;
	border-color	 	: #cccccc;
	border-width 		: 1px;
	background-color	: #ffffff;}

.formulaire select
{
	font-size			: 12px;
}

.vide{
	font-family			: arial, helvetica, sans-serif;
	font-size			: 12px;
	margin				: 0px;
	padding  			: 0px 2px 0px 3px;
	border-style		: none;
	border-color	 	: #FFFFFF;
	border-width 		: 0px;
	background-color	: transparent;
}

.bouton{
	color				: #FFFFFF;
	text-align			: center;
	font-weight			: bold;
	background-color	: #94052b;
	padding  			: 0px;
	margin				: 0px 0px 4px 0px;
	border-style	 	: solid;
	border-color	 	: #bc0838 #6c0420 #6c0420 #bc0838;
	border-width 		: 1px;}

.check {
	background-color	: transparent;
	border-width 		: 0px ;}


/*********************************************************************
***************************** DIVERS *********************************
*********************************************************************/

.pagedebut
{
	background-image	:url(file:///F|/images/modulo/ico_page_debut.gif);
	background-repeat	:no-repeat;
}

.pageprecedent
{
	background-image	:url(file:///F|/images/modulo/ico_page_precedent.gif);
	background-repeat	:no-repeat;
}

.pagesuivant
{
	background-image	:url(file:///F|/images/modulo/ico_page_suivant.gif);
	background-repeat	:no-repeat;
}

.pagefin
{
	background-image	:url(file:///F|/images/modulo/ico_page_fin.gif);
	background-repeat	:no-repeat;
}
	