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

input {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	background-color: #F2F2F2;
	width: 111px;
	border: 1px dotted #0066CC;
}
textarea {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	background-color: #F2F2F2;
	width: 111px;
	border: 1px dotted #0066CC;
}
.textareaRecrutement {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	background-color: #F2F2F2;
	width: 111px;
	border: 1px dotted #0066CC;
}
.textareaDemandeDossier {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	background-color: #F2F2F2;
	width: 111px;
	border: 1px dotted #0066CC;
}
select {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	background-color: #F2F2F2;
	width: 115px;
	border: 1px dotted #0066CC;
}
.selectRecrutement {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	background-color: #F2F2F2;
	width: 115px;
	border: 1px dotted #0066CC;
}
.selectDemandeDossier {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	background-color: #F2F2F2;
	width: 115px;
	border: 1px dotted #0066CC;
}
.CheckBox {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	width: 22px;
	border: 1px none #0066CC;
}
/* ============================================================================== */
/* Bouton */

/* ============================================================================== */
/* Bouton "Valider" (Attention, pour IE < 7, le hover ne fonctionne pas */
.inputValider {
	cursor:pointer;
	background-image: url(../element-graphique/formulaire/demande-de-dossier.png);
	width: 175.5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	height: 34px;
	background-position: left;
}
.inputValider:hover {
	cursor:pointer;
	background-image: url(../element-graphique/formulaire/demande-de-dossier.png);
	width: 175.5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	height: 34px;
	background-position: right;
}
.inputValiderDemandeInfo {
	cursor:pointer;
	background-image: url(../element-graphique/formulaire/demande-information.png);
	width: 175.5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	height: 34px;
	background-position: left;
}
.inputValiderDemandeInfo:hover {
	cursor:pointer;
	background-image: url(../element-graphique/formulaire/demande-information.png);
	width: 175.5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	height: 34px;
	background-position: right;
}
.inputValiderRecrutement {
	cursor:pointer;
	background-image: url(../element-graphique/formulaire/demande-information.png);
	width: 175.5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	height: 34px;
	background-position: left;
}
.inputValiderRecrutement:hover {
	cursor:pointer;
	background-image: url(../element-graphique/formulaire/demande-information.png);
	width: 175.5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	height: 34px;
	background-position: right;
}
.inputValiderInscription {
	cursor:pointer;
	background-image: url(../element-graphique/formulaire/inscription-newsletter.png);
	width: 175.5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	height: 34px;
	background-position: left;
}
.inputValiderInscription:hover {
	cursor:pointer;
	background-image: url(../element-graphique/formulaire/inscription-newsletter.png);
	width: 175.5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	height: 34px;
	background-position: right;
}
/* ============================================================================== */
.Bouton {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	width: auto;
	border: 1px solid #0066CC;
}
/* ============================================================================== */
.formContact {
	text-decoration: none;
	width: 333px;
	padding: 5px;
}
.formContact th {
	color: #999999;
	font-size: 8pt;
	text-align: left;
	width: 100px;
	font-weight: normal;
}
.formContact input, select, textarea {
	font-size: 8pt;
	text-align: left;
	width: 100%;
}
.FormulaireTdSeparateur {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	padding-bottom: 5px;
}
/* ============================================================================== */
.ChampIntitule {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 8pt;
	border: 1px none #0066CC;
	text-align: right;
}
.ChampTitre {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #6E0B14;
	font-size: 9pt;
	width: 125px;
	border: 1px none #0066CC;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.ChampTitre_GrandeLargeur {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #6E0B14;
	font-size: 9pt;
	width: 190px;
	border: 1px none #0066CC;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.ChampTitre_TresGrandeLargeur {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #6E0B14;
	font-size: 9pt;
	width: 233px;
	border: 1px none #0066CC;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.ChampDateDeNaissance {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	background-color: #F2F2F2;
	width: 95px;
	border: 1px dotted #0066CC;
}
.Champ2Chiffres {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	background-color: #F2F2F2;
	width: 40px;
	border: 1px dotted #0066CC;
}
.Champ4Chiffres {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	background-color: #F2F2F2;
	width: 55px;
	border: 1px dotted #0066CC;
}
.Champ_GrandeLargeur {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	background-color: #F2F2F2;
	width: 210px;
	border: 1px dotted #0066CC;
}
.Champ_TresGrandeLargeur {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	background-color: #F2F2F2;
	width: 444px;
	border: 1px dotted #0066CC;
}
.ChampCaseAcocher {
	text-decoration: none;
	border: 1px dotted #0066CC;
	width: 20px;
	background-color: #F6F6F2;
	height: 20px;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
.InformationFormulaire {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: italic;
	font-weight: normal;
}

