@charset "utf-8";
/* CSS Document */


/* Demande d'attestation */

.warning {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.aide {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background:#C2A67E;
}

.recap {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background:#BF3713;
}

.lien_mod{
	color: #BF3713;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Fin Demande d'attestation */

input, textarea {
	background-color:#FFFFFF;
	border-style:solid;
	font-size:11px;
	color:#000;
	/*color:#a7a09a;*/
	border-width: 1px;
	border-color: #666666;
}

/*#input_jc {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	width: 200px;

	border: solid 1px #FF6600;

	background-color: #FFFFCC;

}

input[type="file"] {
	background-color:#33FF66;
	border-style:solid;
	border-top-width:50px;
	font-size:11px;
	color:#BF3713;
	border-width: 1px;
	border-color: #BF3713;
}*/


.radio {
	border:none;
}

input.button  {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	border-style: solid;
	border-width:1px;
	border-color:#c2a67e;
	background-color:#c2a67e;
	/*background:#d03914;*/
	padding:3px;
	cursor:pointer;
	width : auto;			
}

input.button:hover{
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	border-style: solid;
	border-width:1px;
	border-color:#bf3713;
	background-color:#bf3713;
	padding:3px;
	cursor:pointer;
	width : auto;
}

input.button13  {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	border-style: solid;
	border-width:1px;
	border-color:#bf3713;
	background-color:#bf3713;
	/*background:#d03914;*/
	padding:3px;
	cursor:pointer;
	width : auto;			
}

input.button13:hover  {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	border-style: solid;
	border-width:1px;
	border-color:#bf3713;
	background-color:#bf3713;
	/*background:#d03914;*/
	padding:3px;
	cursor:pointer;
	width : auto;
}

input.button2  {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	border-style: solid;
	border-width:1px;
	border-color:#696F93;	
	background:#696F93;
	padding:3px;
	cursor:pointer;
	width : auto;			
}

input.button2 :hover {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	border-style: solid;
	border-width:1px;
	border-color:#696F93;	
	background:#594c3f;
	padding:3px;
	cursor:pointer;
	width : auto;		
}



select {
	height:16px;
	background-color:#FFF;
	color:#000;
	border-style: solid;
	border-width:1px;
	font-size:11px;
	border-color:#666666;
}

/***************       Mise en forme  ***** recherche rapide ****   **************************/
input.saisie {
	height:16px;
	width:97px;
	text-decoration:none;
	font-size:11px;
	color:#000;
	background-color:#FFF;
	/*background-color:#f9f1e6;*/
	border-style: solid;
	border-color:#ff9900;
	border-right:none;
		
	padding-top:1px;
	padding-bottom:0px;
	padding-left:15px;
} 

button.recherche {
	height:19px;
	width:17px;
	text-decoration:none;
	background-color:transparent;
	border-style:none;
	background-image:url(images/loupe4.gif);
	
	
	
}

button.recherche :active {
	height:19px;
	width:17px;
	text-decoration:none;
	background-color:transparent;
	border-style:none;
	background-image:url(images/loupe4.gif);
	
}

/************************    fin recherche rapide   **************************/





/*fin style formulaire recherche rapide */

