/*Style vérifier--------------------------------------------------------------*/
/*Couleur des liens par défaut*/
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF8000;
}

/*Lien sur la page documents - liens plan d'acces filieres*/
#lien_page_documents {
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#lien_page_documents:hover {
	text-decoration: none;
	color: #FF8000;
}


/*Style de la boite Télécharger Acrobat Reader*/
.boiteAcrobat {
	background-image: url(../img/boite_acrobat.jpg);
	background-repeat: no-repeat;
	height:245px;
}
.boiteAcrobat a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	top: 85px;
	position:relative;
}
.boiteAcrobat a:hover{
	color: #FFFFFF;
}
.boiteAcrobat a:active{
	color: #FFFFFF;
}

/*Style des messages d'erreur dans les formulaires*/
.message {
		background:url("../img/error.png") no-repeat;
		padding-left:20px;
		visibility:hidden;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		color: #000000;
}

/*Style des inputs dans les formulaires*/
#nom {
	text-transform:uppercase;
}
#prenom {
	text-transform:capitalize;
}
#ville {
	text-transform:uppercase;
}

/*Style de l'image de fond des formulaires*/
#form1 table{
	border:0;
	background-image:url(../img/fond_600x600.png);
	background-position:top;
	background-repeat:no-repeat;
	width:600px;
	height:650px;
}
/*Style des cases à cocher des formulaires*/
.narration {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;	
}
/*Style du texte dans le formulaires*/
#form1 .narration .narration {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-left:10px;
}
/*Style de la bulle par courrier des formulaires*/
#par_courrier_violet{
	background:url(../img/boite_adresse_violet.png); 
	vertical-align:top;
	text-align:left;
}
#par_courrier_orange{
	background:url(../img/boite_adresse_orange.png); 
	vertical-align:top;
	text-align:left;
}
/*Style de la bulle agences*/
#boite_agences{
	background:url(../img/boite_agence2.png); 
	vertical-align:top;
	text-align:left;
}
/*Style texte de loi des formulaires*/
#texte_loi{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style:italic;
	font-weight: normal;
	color: #888;
	padding-right:20px;
	padding-left:20px;	
}

.position {
	position:relative;
	display:none;
}
/*Mise en forme du texte dans les différentes rubriques*/
.actuRegion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #734995;
}
.actu_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	text-align:justify;
}