#dune{
	position:absolute;
	z-index:1;
}

/* les liens */
/*
a:link {
	color: #0000FF ;
	text-decoration: none ;
	}
	
a:active {
	color: #6633CC ;
	text-decoration: none ;
	}

a:visited {
	color: #0000FF ;
	text-decoration: none ;
	}

a:hover {
	text-decoration: underline ;
	}
*/

/* Styles pour les liens vers les formations des autres sites Mayor */
a.lien_externe_entreprise,
a.lien_externe_sante,
a.lien_externe_adequation,
a.lien_externe
{
	display: block;
	width: 360px;
	height: 50px;
	!width: 470px; /* IE6 et IE7 */
	text-align: left;
	margin: 10px 0 10px 0;
	padding: 3px 75px 0px 35px;
}

a.lien_externe_entreprise {
	background: url(img/lien-formation-entreprise.png) no-repeat;
}

a.lien_externe_sante {
	background: url(img/lien-formation-sante.png) no-repeat;
}

a.lien_externe_adequation {
	background: url(img/lien-formation-adequation.png) no-repeat;
}

a.lien_externe {
	background: url(img/lien-formation.png) no-repeat;
}

/* MODIF IM */
a:link {
	color: #FD1312 ;
	text-decoration: none ;
}
	
a:active {
	color: #FD1312 ;
	text-decoration: none ;
}

a:visited {
	color: #FD1312 ;
	text-decoration: none ;
}

a:hover {
	color: #FD1312 ;
	text-decoration: underline ;
}


/* lien centre texte + barre outils */
a.lien_texte_outils:link {
	color: #FD1312 ;
	text-decoration: none ;
}

a.lien_texte_outils:active {
	color: #FD1312 ;
	text-decoration: none ;
}

a.lien_texte_outils:visited {
	color: #FD1312 ;
	text-decoration: none ;
}

a.lien_texte_outils:hover {
	color: #FD1312 ;
	text-decoration: underline ;
	font-family: Arial, Helvetica, sans-serif;
}

/* lien footer */
a.lien_footer:link {
	color: #CCCCCC ;
	text-decoration: underline ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.lien_footer:active {
	color: #CCCCCC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.lien_footer:visited {
	color: #CCCCCC ;
	text-decoration: underline ;
}

a.lien_footer:hover {
	color: #CCCCCC ;
	text-decoration: underline ;
}

/* les textes - polices */
.texte_courant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.texte_courant_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-weight: bold;
}

.texte_courant_ital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-style: italic;
}

.texte_rouge_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-align: left;
	font-weight: bold;
}

.pt_texte_rouge_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-align: left;
	font-weight: bold;
}

.texte_chapeau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	font-style: italic;
	font-weight: normal;
}

.titre_formation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: left;
	font-style: normal;
	font-weight: bold;
}

.texte_outils {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

.texte_blanc_tableau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FD1312;
}

.texte_noir_tableau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color: #CCCCCC;
}

.texte_date_infos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #OOOOOO;
}

.texte_titre_infos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002070;
}

.texte_titre_infos:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002070;
}

.texte_titre_infos:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002070;
}

.texte_titre_infos:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #002070;
}

.texte_titre_infos_gros {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002070;
	font-weight: bold;
	text-align: left;
}

.texte_sources_infos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #787878;
}

