/* CSS Document */
/* propriétés pour la balise a */
a {
  color : #5e5c5c;
  text-decoration : none;
}

/* :active permet de définir les propriétés d'un lien actif - qui vient d'être cliqué */
a:active {
/*   color : #0000FF; */
  text-decoration : none;
}

/* :focus permet de définir les propriétés des liens lorque l'on passe d'un lien à un autre
avec la touche [TAB] */
a:focus {
  color : #80cc28;
  text-decoration : none;
/*  background-color : #CCCCCC;*/
}

/* :hover permet de définir les propriétés du lien au survol de celui-ci */
a:hover {
  color : #80cc28;
/*  font-weight:bold;*/
  text-decoration : none;
}

/* :link permet de définir les propriétés des liens */
a:link {
/*   color : #0000FF; */
  text-decoration : none;
}

/* :visited permet de définir les propriétés des liens déjà visités */
a:visited {
/*  color : #0000FF; */
  text-decoration : none;
}


img {border:0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em; /* 12-12 */
	color:#5e5c5c; /* 12-12 */
	background-color:#CCCCCC;
    margin: 0px auto; padding: 0px; background: url(../images/background_body_grey.gif) top center repeat-y;
}

#MultiLangue {
	height:66px;
	width:70px;
	float: left;
	margin-left: 0px;
	margin-top: 1px;
}

#LogoU3 {
	height:130px;
	width:200px;
	float: left;
	border: 0;
}
#LogoUPCAM {
	height:65px;
	width:200px;
	float: left;
	border: 0;
}
#Logo600ans {
	height:66px;
	width:105px;
	float: left;
	margin-left: 3px;
	margin-top: 1px;
	left: 10px;
	top: 15px;
	margin-right: 10px;
}
#LogoSite {
	height:60px;
	width:715px;
	float: right;
	margin-right: 32px;
}
#Bandeau {
	height: 170px;
	width: 1000px;
	background-image: url(../images/002_bando_haut.jpg);
	background-repeat:no-repeat;
}
#Bandeau_DSI {
	height: 133px;
	width: 1000px;
	background-image: url(../images/services/bando_haut_DSI.jpg);
	background-repeat:no-repeat;
}
#Bandeau_UTD {
	height: 133px;
	width: 1000px;
	background-image: url(../images/bando_haut.jpg);	
/*	background-image: url(../images/services/bando_haut_UTD.jpg); */
	background-repeat:no-repeat;
}
#BandeauDroite {
	height:133px;
/*	width:800px; */
	width:790px;
	float: left;
	height:50px;
}


#BandeauListePhoto {
	float: right;
	vertical-align: top;
	height: 75px;
/*	width:800px; */
	width:790px;
}
#BandeauListePhotoBas {
	float: right;
	magin-top: 66px;
	height: 40px;
	/*	width:800px; */
	width:718px;
	margin-top: 0px;
	background-color: #CCC;
}
#MenuHorizontal {
/*	width:800px; */
	width:790px;
	height:27px;
	margin:0px 0px 0px 0px; /* Pa */
	padding-top:1px;	
}

#LigneFin {
	position:absolute;
	vertical-align: middle;
	top:103px;
	height: 30px;
	width: 800px;
	float: left;
}


#MargeGauche {
	width:40px;
}
#MargeDroite {
	width:40px;
}

#FilsAriane {
	height:20px;
	font-size: 10px;
	text-align:left;
}

/*=============
 CLOLONNE GAUCHE  
=============*/
#ColonneGauche {
/*	width:194px; Modif PA 12-05-09 */
	width:205px;	
	height:600px;
	text-align: left;
	vertical-align: top;
}
#TitreProfils {

}
#TexteProfils {
	color: #00CC00;
	font-weight: bold;	
	font-size:12px;	
}
#TexteUPCAM {
	color: #00CC00;
	font-weight: bold;	
	font-size:12px;	
}
#TexteFacultes {
	color: #00CC00;
	font-weight: bold;	
	font-size:12px;	
}

#Espace {
	height:10px;
}
#MenuPratique {
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#NewsGlobal {

}
#LogoCube {
	height:50px;
}

#TitreLong {
	color: Red;
	font-weight: bold;
}

#TexteLong {
	font-size:10px;
}

#Titre {
	color: Red;
	font-weight: bold;
}

#Texte {
	font-size:10px;
}

#Pages {
	width:715px;
	height:600px;
	text-align: left;
	vertical-align: top;

}
#ListePhotos {
	width:715px;
	height:150px;
	text-align: left;
	vertical-align: top;
#	background-image:url(../images/listes/01_03.gif);
}

/*-- Modif pour actualité à la UNE (14/10/09 - 15/10/09) */
#TitreActualites {
	height:20px;
	text-align: left;
	vertical-align: top;
	
}
#TitreActualitesGénérale {
	height:20px;
	text-align: left;
	vertical-align: top;
	background-image:url(../images/actualites.jpg);
	background-repeat:no-repeat;
	background-position:center;	

	
}
#ActualitesGénérale {
	height:250px;
	text-align: left;
	vertical-align: top;
	border-left-color: #FFCC66;
	border-left-style: dotted;
	border-left-width: 2px;
	border-right-color: #FFCC66;
	border-right-style: dotted;
	border-right-width: 2px;
}
#A_la_Une_Gauche {
	width:357px;
	text-align: left;
	vertical-align: top;
}
#A_la_Une_Droite {
	width:335px;
	text-align: left;
	vertical-align: top;
}
/*-- Modif pour actualité à la UNE (14/10/09 - 15/10/09) */

#TitreAgenda {
	height:20px;
	text-align: left;
	vertical-align: top;
	background-image:url(../images/agenda.jpg);
	background-repeat:no-repeat;
	background-position:left;	
	
}
#Actualites {
	width:357px;
	height:430px;
	text-align: left;
	vertical-align: top;
	border-left-color: #FFCC66;
	border-left-style: dotted;
	border-left-width: 2px;
}
#Agenda {
	width:335px;
	height:430px;
	text-align: left;
	vertical-align: top;
	border-right-color: #33CCFF;
	border-right-style: dotted;
	border-right-width: 2px;
	
}
#EspacePages {
	width:22px;
}

#Pied {
	width:715px;
	height:20px;
	text-align: center;
	vertical-align: top;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color:#999999;

}

#Pied_ {
	background-color:#999999;
}

/*----------------------------*/
/*-- PROFILS DEBUT --*/
/*----------------------------*/
#TitrePage_Profils {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#00CC00;
text-align:center;
vertical-align:center;
height:30px;
border-bottom:#00CC00;
border-bottom-width:2px;
border-bottom-style:dotted;
}

#PageCorps_Profils {
width:564px;
height:565px;
text-align:left;
vertical-align:top;
border-right:dotted;
border-right-color:#FF9933;
border-right-width:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}
#PageASavoir_Profils {
width:150px;
height:568px;
text-align:left;
vertical-align:top;
}

#PageASavoir_Titre_Profils {
	width:150px;
	height:20px;
	text-align:left;
	vertical-align:top;
	background-image:url(../images/actualites.jpg);
	background-repeat:no-repeat;
	background-position:left;	
}
#PageASavoir_Texte_Profils {
width:150px;
height:548px;
text-align:left;
vertical-align:top;

font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}
/*----------------------------*/
/*-- PROFILS FIN      --*/
/*----------------------------*/

/*----------------------------*/
/*-- ACTUALITES DEBUT --*/
/*----------------------------*/
#TitrePage_Actualites {


font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FF9933;
text-align:center;
vertical-align:center;
height:30px;
border-bottom:#FF9933;
border-bottom-width:2px;
border-bottom-style:dotted;
}

#PageCorps_Actualites {
width:564px;
height:565px;
text-align:left;
vertical-align:top;
border-right:dotted;
border-right-color:#FF9933;
border-right-width:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}
#PageASavoir_Actualites{
width:145px;
height:568px;
text-align:left;
vertical-align:top;
}

#PageASavoir_Titre_Actualites {
	width:145px;
	height:20px;
	text-align:left;
	vertical-align:top;
/*	background-image:url(../images/actualites.jpg);*/
	background-repeat:no-repeat;
	background-position:left;	
}
#PageASavoir_Texte_Actualites {
width:145px;
height:548px;
text-align:left;
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
font-size:0.em;

}
/*----------------------------*/
/*-- ACTUALITES FIN      --*/
/*----------------------------*/

/*----------------------------*/
/*-- AGENDA DEBUT --*/
/*----------------------------*/
#TitrePage_Agenda {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#33CCFF;
text-align:center;
vertical-align:center;
height:30px;
border-bottom:#33CCFF;
border-bottom-width:2px;
border-bottom-style:dotted;
}

#PageCorps_Agenda {
width:564px;
height:565px;
text-align:left;
vertical-align:top;
border-right:dotted;
border-right-color:#33CCFF;
border-right-width:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}
#PageASavoir_Agenda{
width:150px;
height:568px;
text-align:left;
vertical-align:top;
}

#PageASavoir_Titre_Agenda {
	width:150px;
	height:20px;
	text-align:left;
	vertical-align:top;
/*	background-image:url(../images/actualites.jpg);*/
	background-repeat:no-repeat;
	background-position:left;	
}
#PageASavoir_Texte_Agenda {
width:150px;
height:548px;
text-align:left;
vertical-align:top;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}

/*----------------------------*/
/*-- AGENDA FIN      --*/
/*----------------------------*/



/*------------------------------------------*/
/*-- CORPS Organigramme Présidence DEB      --*/
/*------------------------------------------*/
#TitrePage_Orga_Presidence {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#0558a4;
text-align:left;
vertical-align:center;
height:30px;
border-bottom:#0558a4;
border-bottom-width:1px;
border-bottom-style: solid;
}

#PageCorps_Orga_Presidence {
width:715px;
height:565px;
text-align:left;
vertical-align:top;
border-right:dotted;
border-right-color:#0558a4;
border-right-width:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}

/*------------------------------------------*/
/*-- CORPS Organigramme Présidence FIN      --*/
/*------------------------------------------*/

/*------------------------------------------*/
/*-- CORPS Organigramme VP DEB      --*/
/*------------------------------------------*/
#TitrePage_Orga_VP {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#0558a4;
text-align:left;
vertical-align:center;
height:30px;
border-bottom:#94bd5e;
border-bottom-width:1px;
border-bottom-style: solid;
}

#PageCorps_Orga_VP {
width:715px;
height:565px;
text-align:left;
vertical-align:top;
border-right:dotted;
border-right-color:#94bd5e;
border-right-width:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}



/*------------------------------------------*/
/*-- CORPS Organigramme VP FIN      --*/
/*------------------------------------------*/

/*------------------------------------------*/
/*-- CORPS Organigramme Composantes DEB      --*/
/*------------------------------------------*/
#TitrePage_Orga_Composantes {
font-family:Arial, Helvetica, sans-serif;

font-size:14px;
font-weight:bold;
color:#0558a4;
text-align:left;
vertical-align:center;
height:30px;
border-bottom:#83cafe;
border-bottom-width:1px;
border-bottom-style: solid;
}

#PageCorps_Orga_Composantes {
width:715px;
height:565px;
text-align:left;
vertical-align:top;
border-right:dotted;
border-right-color:#83cafe;
border-right-width:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}

/*------------------------------------------*/
/*-- CORPS Organigramme Composantes FIN      --*/
/*------------------------------------------*/

/*------------------------------------------*/

/*-- ORGANIGRAMME DEB      --*/
/*------------------------------------------*/

#Layer_Page {
	width:715px;
	height:453px;
	z-index:10;
	left: 1px;
	top: 1px;
	background-image: url(../images/organigrammes/organigramme.jpg);
	background-repeat: no-repeat;
}

/*------------------------------------------*/
/*-- ORGANIGRAMME DEB      --*/
/*------------------------------------------*/


/*------------------------------------------*/
/*-- TT_News Actualités      --*/
/*------------------------------------------*/
#Layer_Actu {
	position:relative;
	width:357px;
/*	height:40px;*/
	z-index:1;
	left: 10 px;
}
#LayerPhoto_Actu {
	position:relative;
	width:90px;
/*	height:40px;*/
	z-index:1;
	float:left;
}

#Layer_Actu1 {
	position:relative;
	width:357px;
	z-index:1;
	float:left;
}
#LayerPhoto_Actu1 {
	position:relative;
	width:90px;
	z-index:1;
	float:right;
}

#Layer_ActuDRV {
	position:relative;
	width:550px;
	z-index:1;
	float:left;
}
#LayerPhoto_ActuDRV {
	position:relative;
	width:90px;
	z-index:1;
	float:right;
}

/*------------------------------------------*/
/*-- TT_News Actualités Détail      --*/
/*------------------------------------------*/
#Layer_ActuD {
	position:relative;
	width:564px;
/*	height:40px;*/
	z-index:1;
	left: 10 px;
}
#LayerPhoto_ActuD {
	position:relative;
	width:auto;
	float:left;
}

.news-latest-morelink {

}

.news-latest-morelink A {
	float:left;
	text-decoration:none;
	color:#999999;
	font-size:9px;
}


/*------------------------------------------*/
/*-- CORPS STANDARD Futur Etudiant DEB      --*/
/*------------------------------------------*/
#TitrePage_Standard {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #ff8500;
	text-align:center;
	nargin-bottom:10px;
}

#Titre_VousEtes {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #96bc17;
	text-align:center;
	nargin-bottom:10px;

}

#Titre_FacDetail {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #fdb50b;
	text-align:center;
	nargin-bottom:10px;	
}

#Titre_Pratique {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #0254a0;
	text-align:center;
	nargin-bottom:10px;	
}




#PageCorps_Standard {
	width:552px;
	height:665px;
	text-align:justify;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}
#PageASavoir_Standard{
	width:160px;
	/*height:520px;*/
	text-align:center;
	vertical-align:top;
}

#PageASavoir_Titre_Standard {
	width:160px;
	background-image: url(../images/frame_entete.jpg);
	background-repeat:no-repeat;
	height: 34px;
}
/*
#PageASavoir_Pied_Standard {
	width:160px;
	height:34px;	
	background-image: url(../images/frame_pied.jpg);
	background-repeat:no-repeat;
}
*/
#PageASavoir_Texte_Standard {
	width:160px;
	height:inherit;	
	background-image: url(../images/frame_ligne.jpg);
	background-repeat: repeat-y;
}
#PageASavoir_TexteE_Standard {
	width:129px;
	text-align:left;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-left: 15px;
	margin-right: 16px;	
}
#PageASavoir_TexteE_Standard_1 {
	width:129px;
	text-align:left;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-left: 15px;
	margin-right: 16px;	
}
#PageASavoir_TexteE_Standard_2 {
	width:129px;
	text-align:left;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-left: 15px;
	margin-right: 16px;	
}
#PageASavoir_TexteE_Standard_3 {
	width:129px;
	text-align:left;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-left: 15px;
	margin-right: 16px;	
}

/*------------------------------------------*/
/*-- CORPS STANDARD FIN      --*/
/*------------------------------------------*/

/*-------------------------------------------------------------------------*/
/*-- DEB // CORPS STANDARD Futur Etudiant DEB      --*/
/*-------------------------------------------------------------------------*/
#FE_TexteIntroduction {
	width:554px;
	height:100px;
	text-align: justify;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#FE_TableauSelection {
	width:554px;
	height:363px; 
	vertical-align:top;	

}

#FE_BoutonsSelection {
	vertical-align:top;
	
}
#FE_Lyc {
	width:183px;
	height:29px
}
#FE_Int {
	width:183px;
	height:29px
}
#FE_Sal {
	width:185px;
	height:29px
}

#FE_Texte {
	width:400px;
	height:155px;
	vertical-align:text-top;
}
#FE_Photo {
	width:154px;
	height:95px
}

#FE_BoutonAction1 {
	width:554px;
	height:40px;
	text-align:center;
	vertical-align:middle;
}
#FE_BoutonAction2 {
	width:554px;
	height:40px;
	text-align:center;
	vertical-align:middle;
}
#FE_BoutonAction3 {
	width:554px;
	height:40px;
	text-align:center;
	vertical-align:middle;
}
#FE_BoutonAction4 {
	width:554px;
	height:40px;
	text-align:center;
	vertical-align:middle;
}

#FE_Pied_OF {
	width:190px;
	height:53px;
}

#FE_Pied_Ser {
	width:170px;
	height:53px;
}

#FE_Pied_VE {
	width:194px;
	height:53px;

}

/*-------------------------------------------------------------------------*/
/*-- FIN // CORPS STANDARD Futur Etudiant DEB      --*/
/*-------------------------------------------------------------------------*/



#td_SurTitre {
	width:571px;
	height:53px;
}
#td_Titre {
	width:571px;
	height:25;
	text-align:center;
}
#td_Col1 {
	width:22px;
	height:89px;
}
#td_Col2Lyceens {
	width:161px;
}
#td_Col3 {
	width:17px;
}
#td_Col4Etrangers {
	width:162px;
}
#td_Col5 {
	width:16px;
}
#td_Col6Salaries {
	width:162px;
}
#td_Col6 {
	width:31px;
}
#td_Interv {

	height:10px;
}

/*------------------------------------------*/
/*-- CORPS STANDARD Futur Etudiant FIN      --*/
/*------------------------------------------*/
#InfoPlus {
	float:left;
	width:425px;
	height:24px;
	text-align:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 48px;	
}
#texte_def {
	color = red;
	/*
	font-size:12px;
	font-weight: bold;
	text-transform : uppercase;
	*/
	color: #FF0000;
	margin-top: 1px;
}

#Recherchee {
	float:left;
	width:278px;
	height:24px;
	text-align:right;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 1px;
	
}
#RechColDroite {
	float:right;
	width:43px;
	height:30px;

}
#GlobalNews_Table {
	background-image:url(../images/log_g.jpg);
	background-repeat:no-repeat;
}

#GlobalNews_Layer_Actu {
	/*	width:188px;*/
	z-index:1;
	left: 10 px;
	height: 160px;
	padding: 0px 5px 0 5px;
}
#GlobalNews_LayerPhoto_Actu {
	z-index:1;
	text-align:center
}

/* 12-12 ----------------------------------------*/
/* Modification du style de Typo3 */
h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight:bold;
  text-align: center;
  text-transform:uppercase;  
  color:#666666;
  font-size:12px;
  font-style: Arial, Helvetica, Geneva, sans-serif;
  background-color: transparent;
}

/* Modification du style de Typo3 */
h2 {
  width: 97%;
  clear: both;
  margin-top: 0;
  font: 12px Arial, Helvetica, Geneva, sans-serif;
  color:#80cc28;
  background-color: transparent;
  font-weight:bold;
/*   border-bottom: 1px dashed #999999; */
  border-bottom: 1px dotted #999999;  
}



/*  AFFICHAGE RESULTAT LISTE DIPLOMES */
#FormTitre {
	color:color:#5e5c5c;
	font: 1.2em 
	font-weight:bold
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}	
#FormSousTitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#FFFFFF;
	background-color:#000000;
}	
#FormTDSousTitre {
	width:560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color:#000000;
}	
#FormTDLibelle {
	width:560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}	

#FormTDResume {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}	

/* Ajout du 141208 */
	#menuPrincipalV2 {
		list-style: none;
		margin: 10px 0;
		padding: 10px 0;
		/* border-top: 1px solid #993366; */
		/* border-bottom: 1px solid #993366; */
	}
	
	#menuPrincipalV2 li {
		margin: 0;
		padding: 3px 20px;
	}
	
	#menuPrincipalV2 li a {
		display: block;
		width: 470px;
		padding: 3px 0 3px 12px;
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
	}
	
	#menuPrincipalV2 li a:hover, #menuPrincipalV2 li a.enCours:hover {
		background: url(../images/puce_lien_mp_encours.jpg) 4px 50% no-repeat;
		color: #000;
	}
	
	#menuPrincipalV2 li a.enCours {

		background: url(../images/puce_lien_mp_encours.jpg) 4px 50% no-repeat;
		color: #98a5ae;
	}
	
	#menuPrincipalV2 menu {
		margin: 0 0 0 12px;
		padding: 4px;
/*		background: #fdfbe5;*/
		list-style: none;
	}
	
	#menuPrincipalV2 menu li {
		margin: 0;
		padding: 0;
	}
	
	#menuPrincipalV2 menu li a {
		font-weight: normal;
		width: 450px;
	}
	
	#menuPrincipalV2 menu li a:hover, #menuPrincipalV2 menu li a.enCours:hover {
		background: url(../images/puce_lien_mp_sm_encours.jpg) 4px 50% no-repeat;
		color: #000;
	}
	

	#menuPrincipalV2 menu li a.enCours {
		background: url(../images/puce_lien_mp_sm_encours.jpg) 4px 50% no-repeat;
		color: #98a5ae;
	}
	
/*-------------*/
/* DETAIL NEWS */
/*-------------*/
#FondDetailNews {
background-image:url(../images/Agenda_fond.jpg);
background-repeat:no-repeat;
background-position:center;
}

/* Ajout pour Site Services */
#Fond_SiteService {
background-color:#999999;
	background-image: url(pratique.jpg);
	background-repeat: repeat-y;
}

#DivMessageUrgent {
	position:relative;
	width:467px;
	height:43px;
	z-index:1;
	left: 220px;
	top: -165px;
	background-color:#FF0;
}
#DivZoneRecherche {
	position:relative;
	width:283px;
	height:29px;
	z-index:2;
	left: 670px;
	top: -120px;
	background-color:#F00;
	/*border: 1px dotted #999999;*/
}
#DivMenuHorizontal {
	width:738px;
	height:40px;
	z-index:3;	/*background-color:#099; */
	margin-left: 20px;
	margin-top:8px;

}

/*===========================*/
/* Formation Conttinue - VAE */
/*===========================*/
.MFCVAE_BlocDroitTexte {
	
}

.MFCVAE_BlocDroitTexte hr {
	color: #f3f3f3;
}

.MFCVAE_BlocDroitMenu {
	
}

.MFCVAE_group {
  font-size: 100%;
  padding-left:0px;
  display: list-item;
  
}

.MFCVAE_group a:visited {
  color : #80cc28;
}

h4 {
  width: 100%;
  clear: both;
  margin-top: 0;
  text-algin:left;
  line-height:20px;
  font: 12px Arial, Helvetica, Geneva, sans-serif;
  color:#FF8500;
  background-color: transparent;
  font-weight:bold;
  border-bottom: 1px solid #999999;  
}

#PageCorps_Standard ul li {
margin-left:20px;
list-style-type: square ;
list-style-position: inside;
}

#PageCorps_Standard ul li ul li{
margin-left:20px;
list-style-type: disc ;
list-style-position: inside;
}

#----------------------
# Style pour HTML AREA
#----------------------	
.align-left { text-align:left;}
.align-right { text-align:right;}
.align-center { text-align:center;}
.align-justify { text-align:justify;}
.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

