


/*-------------------------------------------------*/
/*						   */
/*	   FEUILLE DE STYLEs CSS GENERALE	   */
/*						   */
/*-------------------------------------------------*/


/* Styles du corps des pages (marge, couleur de fond, barres de défilement) */

BODY {
scrollbar-face-color: #FFFFFF; 
scrollbar-highlight-color: #F0F0F7;
scrollbar-3dlight-color: #F0F0F7;
scrollbar-darkshadow-color: #F0F0F7 ;
scrollbar-shadow-color: #8C8CC8 ;
scrollbar-arrow-color: #2E1C86 ;
scrollbar-track-color: #F0F0F7 ;
background-color: #F0F0F7;
margin-left: 30px;
margin-right: 30px;
margin-top: 0px;
margin-bottom: 30px;
}


/* Styles des différents formats de texte */

.titre1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: #2E1C86;
}
.titre2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #2E1C86;
}
.sstitre1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
	color: #2E1C86;
}
.sstitre2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #2E1C86;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #2E1C86;
	line-height: 14px;
}
.txtrouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #D8000A;
}
.txtgras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #2E1C86;
}
.txtgrasrouge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #D8000A;
}
.txt12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2E1C86;
}
.txt12gras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2E1C86;
}
.txt9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #2E1C86;
}
.txt9gras {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #2E1C86;
}


/* Style des boutons de formulaire */

.bouton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #2E1C86;
	height: 22px;
}


/* Styles du texte et lien du pied de page */

.txtpdp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #2E1C86;
	text-align: center;
}


/* Styles et couleurs pour les liens hypertexte  */

A:LINK {
	text-decoration: none;
	color: #0000DC;
}
A:ACTIVE {
	text-decoration: none;
	color: #D8000A;
}
A:VISITED {
	text-decoration: none;
	color: #0000DC;
}
A:HOVER {
	text-decoration: none;
	color: #D8000A;
}





/*-------------------------------------------------------------*/
/*   FEUILLE DE STYLEs CSS DU BANDEAU EDUCATION ET FORMATION   */
/*-------------------------------------------------------------*/


/* Styles du corps de la page "Accueil" (marge, couleur de fond) */

.index {
background-color: #F0F0F7;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}





/*------------------------------------------------*/
/*   FEUILLE DE STYLEs CSS DE LA PAGE "ACCUEIL"   */
/*------------------------------------------------*/


/* Styles du corps de la page "Accueil" (marge, couleur de fond, barres de défilement) */

.accueil {
margin-left: 30px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 0px;
}


/* Styles du texte et du fond de la colonne "Informations" */

.titreinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2E1C86;
	text-align: left;
}
.txtinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #2E1C86;
	text-align: left;
}
.txtgrasinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #2E1C86;
	text-align: left;
}
.txtlieninfo {
	align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #0000DC;
}
.txtenbref {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: italic;
	color: #2E1C86;
	text-align: left;
}

TD.nouvelleshaut {
	background: #FFE9A6 url(images_css/coin_info.jpg) fixed no-repeat top left;
}
TD.nouvelles {
	background-color: #FFE9A6;
}	





/*------------------------------------------------------------------*/
/*   FEUILLE DE STYLEs CSS DE LA RUBRIQUE "ADMINISTRATEUR"  */
/*------------------------------------------------------------------*/

TD.table_haut {
	background: url(images_css/picto_table_haut.jpg) fixed no-repeat top left;
}
TD.table_bas {
	background: url(images_css/picto_table_bas.jpg) fixed no-repeat top left;
}
TD.fleche_gauche {
	background: url(images_css/fleche_gauche.jpg) fixed no-repeat center middle;
}
TD.fleche_droite {
	background: url(images_css/fleche_droite.jpg) fixed no-repeat center middle;
}
TD.fleche_haut {
	background: url(images_css/fleche_haut.jpg) fixed no-repeat center middle;
}



/*------------------------------------------------------------------*/
/*   FEUILLE DE STYLEs CSS DE LA RUBRIQUE "RECHERCHE DE FORMATION"  */
/*------------------------------------------------------------------*/


/* Styles spécifique au tableau de recherche de formation  */

.tableau {
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

TR.A0 {
	background-color: #F0F0F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #2E1C86;
}
TR.A1 {
	background-color: #FFF2CB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #2E1C86;
}
TD.B0 {
	background-color: #E4E2F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #2E1C86;
}
TD.B1 {
	background-color: #C9C6E9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #2E1C86;
}
TD.C0 {
	background-color: #F0F0F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #2E1C86;
}
TD.C1 {
	background-color: #E4E2F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #2E1C86;
}

TD.tabhg {
	background: #FFE275 url(images_css/coin_hgauche.jpg) fixed no-repeat top left;
}
TD.tabhd {
	background: #FFE275 url(images_css/coin_hdroit.jpg) fixed no-repeat top right;
}
TD.tabbg {
	background: #FFE275 url(images_css/coin_bgauche.jpg) fixed no-repeat bottom left;
}
TD.tabbd {
	background: #FFE275 url(images_css/coin_bdroit.jpg) fixed no-repeat bottom right;
}
TD.tabctre {
	background-color: #FFE275;
}

TD.piedUrl {
	background-color: #FFE064;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2E1C86;	
}





/*----------------------------------------------------------*/
/*   FEUILLE DE STYLEs CSS DE LA RUBRIQUE "CONTACTEZ-NOUS"  */
/*----------------------------------------------------------*/


.alert1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #D8000A;
}
