*{
	margin:0px;
	padding:0px;
}

body{
	background:#d9d9d9;
	font: 76% arial,sans-serif;
	color:#214399;
}

/**** CONTAINER *******/

#mainContainer{
	width:100%;
	background-color:#FFFFFF;
}
 

/**** GLOBAL *******/

#globale{
	text-align:left;
	width:991px;
}

#header{
	width:991px;
	height:160px;
}

#gauche{
	float:left;
	width:198px;
	margin-left:20px;
	margin-top:15px;
	padding:0px;
	display:inline;
}

#contenu{
	float:right;
	width:747px;
	margin:0px;
	padding:50px 0px 10px 25px;
	background-image:url(/images/interface/bck-content.gif);
	background-repeat:no-repeat;
	background-position:0px 15px;
}

#contenuInterieur,#contenuInterieurFrame{
	float:right;
	width:747px;
	margin:0px;
	padding:42px 0px 10px 25px;
	background-image:url(/images/interface/bck-contentInterieur.gif);
	background-repeat:no-repeat;
	background-position:0px 15px;
}
#contenuInterieurFrame
{
	height:570px !important;
}

.menu li a{
	display: block;
	background:url(/images/interface/puce-menu.gif) no-repeat 0px 0px;
	width:150px;
	height:18px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	top: 0;
	left: 0;
	text-decoration:none;
	font-weight: normal;
	color:#58595b;
	margin-bottom:10px;
	list-style-position:outside;
	padding-left:30px;	
	z-index:1;
}

.menu li a:hover {
	background:url(/images/interface/puce-menu.gif) no-repeat 0px -18px;
	color: #d91081;
}

.menu li a .menuAHover{
	background:url(/images/interface/puce-menu.gif) no-repeat 0px -18px;
	color: #fd91081;
}

.menu_niv2{
	margin-left:5px;
	font-size:11px;
	width:205px;	
}

.subMenucontainer{
	position:absolute;
	top:0px;
	left:180px;
	z-index:1000;
}

.subMenucontainer .top{
  margin:0;
  padding:0;
  height:10px;
  width:200px;
  background:top left no-repeat url(/images/interface/fond_sousmenu.gif);  
  z-index:1000;
}
html > body .subMenucontainer .top{
	
}
.subMenucontainer .bottom{
  margin:0;
  padding:0;
  background:bottom left no-repeat url(/images/interface/fond_sousmenu.gif); 
  padding-bottom:6px;
  z-index:1000;
}
.subMenucontainer .topLarge{
  margin:0;
  padding:0;
  height:10px;
  width:400px;
  background:top left no-repeat url(/images/interface/fond_sousmenu_large.gif);  
  z-index:1000;
}
.subMenucontainer .bottomLarge{
  margin:0;
  padding:0;
  background:bottom left no-repeat url(/images/interface/fond_sousmenu_large.gif); 
  padding-bottom:6px;
  z-index:1000;
}


html > body .subMenucontainer .bottom{
	
}

.menu_niv2 li a,.menu_niv2 span a{ 
	display: inline;
	background:url(/images/interface/puce-submenu.gif) no-repeat 0px 0px;
	background-repeat:no-repeat ;
	width:195px;
	height:16px;
	font-size:11px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#58595b;
	margin-left:5px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	list-style-position:outside;
	padding-left:15px;
	padding-top:1px;
	z-index:1000;
}

.menu_niv2 li a:hover,.menu_niv2 span a:hover {
	background:url(/images/interface/puce-submenu.gif) no-repeat 0px -16px;
	color: #d91081;
	text-decoration:none;
	z-index:1000;
}


/* Les vignettes (effet hover sans javascript)*/

.vignette_rhetos{
	display: block;
	background:#fff url(/images/interface/vignette_rhetos.jpg) no-repeat 0px -58px;
	width:192px;
	height:58px;
	position: relative;
	top: 0;
	left: 0;
	 text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
.vignette_rhetos:hover {
	background:#fff url(/images/interface/vignette_rhetos.jpg) no-repeat top left;
	color: #F3EBD7;
	text-decoration:none;
}

.vignette_etudiant{
	display: block;
	background:#fff url(/images/interface/vignette_etudiant.jpg) no-repeat 0px -58px;
	width:192px;
	height:58px;
	position: relative;
	top: 0;
	left: 0;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px
}
.vignette_etudiant:hover {
	background:#fff url(/images/interface/vignette_etudiant.jpg) no-repeat top left;
	color: #F3EBD7;
	text-decoration:none;
}

.vignette_international{
	display: block;
	background:#fff url(/images/interface/vignette_international.jpg) no-repeat 0px -58px;
	width:192px;
	height:58px;
	position: relative;
	top: 0;
	left: 0;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px
}
.vignette_international:hover {
	background:#fff url(/images/interface/vignette_international.jpg) no-repeat top left;
	color: #F3EBD7;
	text-decoration:none;
}

h1.titre{ /*titre image gnral*/
	font-size:16px;
	color:#656668;
	/*width:auto;
	margin:50px 0px 10px 35px;*/
	padding-left:30px;
	margin-bottom:8px;
	margin-left:10px;
	font-weight:normal;
	background-image:url(/images/interface/puce-h1.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

h1.titreInterieur{
	font-size:16px;
	color: #FFFFFF;
	padding-left:35px;
	padding-top:7px;
	margin-bottom:10px;
	margin-left:0px;
	font-weight:bold;
	background-image:url(/images/interface/bck-h1.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:490px;
	height:35px;
}

h1.titreAgenda{
	font-size:16px;
	color: #FFFFFF;
	padding-left:35px;
	padding-top:7px;
	margin-bottom:10px;
	margin-left:0px;
	font-weight:bold;
	background-image:url(/images/interface/bck-h1-agenda.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:735px;
	height:35px;
}

h1.event_es {
	background-image:url(/images/interface/bck-h1-event_es.gif);
}

h1.event_sc {
	background-image:url(/images/interface/bck-h1-event_sc.gif);
}

h1.event_sm {
	background-image:url(/images/interface/bck-h1-event_sm.gif);
}

h1.event_sl {
	background-image:url(/images/interface/bck-h1-event_sl.gif);
}

h1.event_he {
	background-image:url(/images/interface/bck-h1-event_he.gif);
}

#milieu{
	width:534px;
	text-align: justify;
	float:left;
	margin:0px;
	padding:0px;
}

#texte{
	width:524px;
	text-align: justify;
	float:left;
	margin:0px;
	padding:0px;
}
#texteBig{
	width:724px;
	text-align: justify;
	float:left;
	margin:0px;
	padding:0px;
}
/*#texte img{
padding:5px;
}*/

#sound{
	width:498px;
	height:31px;
	text-align:left;
	padding: 5px 15px;
	margin: 10px 0px;
	background-image:url(/images/interface/bck-sound.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
}

#pleinepage{
	width:750px;
	text-align: justify;
	float:left;
}

#news{
	background-color:#ececec;
	width:528px;
	margin-top:10px;
	
}
#news ul{
 	width:497px;
 	margin-left:15px;
}

#blockDroite {
	/*background:#FFFFFF url(../images/interface/bg_col_droite.gif) repeat-y;*/
	width:209px;
	float:right;
	margin:0px;
	padding:0px;
}

#blockDroite a.liensOutils {
	display: block;
	height: 40px;
	width: 183px;
}

#blockDroite a.liensOutils span {
	display: none;
}

#blockDroite a#webmail {
	background: #ffffff url(/images/interface/vignette_webmail.jpg) no-repeat top left;
}

#blockDroite a#webmail:hover{
	background-position: left -40px;
}

#blockDroite a#phenix {
	background: #ffffff url(/images/interface/vignette_phenix.jpg) no-repeat top left;
}

#blockDroite a#phenix:hover {
	background-position: left -40px;
}

#blockDroite a#pegase {
	background: #ffffff url(/images/interface/vignette_pegase.jpg) no-repeat top left;
}

#blockDroite a#pegase:hover {
	background-position: left -40px;
}

#blockDroite a#repertoire {
	background: #ffffff url(/images/interface/vignette_repertoire.jpg) no-repeat top left;
}
#blockDroite a#repertoire:hover {
	background-position: left -40px;
}

#blockDroite a#e-learning {
	background: #ffffff url(/images/interface/vignette_e-learning.jpg) no-repeat top left;
}
#blockDroite a#e-learning:hover {
	background-position: left -40px;
}

#blockDroite a#guichet {
	background: #ffffff url(/images/interface/vignette_guichet.jpg) no-repeat top left;
}
#blockDroite a#guichet:hover {
	background-position: left -40px;
}

#blockDroite a#logo {
	background: #ffffff url(/images/interface/vignette_logo.jpg) no-repeat top left;
}
#blockDroite a#logo:hover {
	background-position: left -40px;
}

#searchBtn {
	background-color: none;
	border: none;
	width: 32px;
	height: 16px;
	background: url(/images/interface/search_ico.png) no-repeat center center;
}
.outil{
	background-color:#FFFFFF;
	width:165px;
	padding:5px;
	border:1px solid #cbd5eb;
	margin-left:20px;
	margin-bottom:10px;
}

#footer{
	background-image:url(/images/interface/bck-footer.gif);
	background-repeat: repeat-x;
	background-position:top left;
	clear:both;
	width:100%;
	margin:0px;
	padding:0px;
	text-align:left;
}
#contentFooter{
	width:auto;
	margin-left:245px;
	padding-top:15px;
	padding-bottom:5px;
	text-align:left;
	font-size:11px;
	line-height:18px;
	color:#747474;
}
	
#footer a{
	color: #2c2b2b;
	text-decoration:none;
}

#footer a:hover{
	color: #fff;
}

#menu_flottant{ /* Le menu flottant (LISTE ul li) */
	background-image:url(/images/interface/bck-menuFormations.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height: 650px;
	width:249px;
	position:absolute;
	top:160px;
	left:991px;
}
	.liste_gen_flottant{
		padding-left:35px;
	}
		.liste_pedagogie{ 
			color:#ba69a9;
		}
			.liste_pedagogieli{ 
				
			}
				.liste_pedagogie a{ 
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
					display:block;
					width:190px;
					color:#ba69a9;
					font-weight:normal;
					background-image:url(/images/interface/puce-pedagogie.gif);
					background-repeat:no-repeat;
					background-position:0px 2px;
					padding-left:15px;
				}
				.liste_pedagogie a:hover{ 
					background-color:#ba69a9;
					color: #FFFFFF;
					background-image:url(/images/interface/puce-over.gif);
				}
		.liste_paramedical{ 
			color:#63b6ae;
		}
			.liste_paramedical li{ 
				
			}
				.liste_paramedical a{ 
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
					display:block;
					width:190px;
					color:#63b6ae;
					font-weight:normal;
					background-image:url(/images/interface/puce-paramedical.gif);
					background-repeat:no-repeat;
					background-position:0px 2px;
					padding-left:15px;
				}
				.liste_paramedical a:hover{ 
					background-color:#63b6ae;
					color: #FFFFFF;
					background-image:url(/images/interface/puce-over.gif);
				}

		.liste_social{ 
			color:#9cb84a;
		}
			.liste_social li{ 
				
			}
				.liste_social a{ 
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
					display:block;
					width:190px;
					color:#9cb84a;
					font-weight:normal;
					background-image:url(/images/interface/puce-social.gif);
					background-repeat:no-repeat;
					background-position:0px 2px;
					padding-left:15px;
				}
				.liste_social a:hover{ 
					background-color:#9cb84a;
					color: #FFFFFF;
					background-image:url(/images/interface/puce-over.gif);
				}
		.liste_economique{ 
			color:#ff7300;
		}
			.liste_economique li{ 
				
			}
				.liste_economique a{ 
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
					display:block;
					width:190px;
					color:#ff7300;
					font-weight:normal;
					background-image:url(/images/interface/puce-economique.gif);
					background-repeat:no-repeat;
					background-position:0px 2px;
					padding-left:15px;
				}
				.liste_economique a:hover{ 
					background-color:#ff7300;
					color: #FFFFFF;
					background-image:url(/images/interface/puce-over.gif);
				}

		.liste_technique{ 
			color:#dd1d4f;
		}
			.liste_technique li{ 
				
			}
				.liste_technique a{ 
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
					display:block;
					width:190px;
					color:#dd1d4f;
					font-weight:normal;
					background-image:url(/images/interface/puce-technique.gif);
					background-repeat:no-repeat;
					background-position:0px 2px;
					padding-left:15px;
				}
					.liste_technique a:hover{ 
					background-color:#dd1d4f;
					color: #FFFFFF;
					background-image:url(/images/interface/puce-over.gif);
				}


/**** Elements gnraux (H1, h2, a, ... ********/

table {
	padding: 1px;
}

.center {
	margin: auto;
}

table td {
	padding: 5px;
	color: #58595B;
}

table.border td {
	border: solid #f1f3f7 1px;
	padding: 2px;
}

.noborder td {
	padding: 3px;
	border: none;
}

tr.background td {
	/*background: url(/images/interface/bg_tdbleuclair.jpg) no-repeat center right;*/
	color: #58595B;
}

tr.background td a {
	color: #D91081;
	text-decoration:none; !important
}

/* les titres */

h2{
	color:#656668;
	font-size:16px;
	margin-bottom:10px;
	font-weight:normal;
	padding-left:25px;
	background-image:url(/images/interface/puce-h1.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

h3{ /* identique  h2 mais en bleu et sans uppercase*/
	color:#656668;
	padding-left:10px;
	font-size:12px;
	margin-bottom:10px;
}

h4{
	color:#656668;
	font-size:16px;
	margin-bottom:10px;
	margin-left:10px;
	font-weight:normal;
	padding-left:25px;
	background-image:url(/images/interface/puce-h4.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

h5{
	color:#656668;
	font-size:16px;
	padding-top:49px;
	padding-left:65px;
	font-weight:normal;

}

#menu_flottant-top{
	width:249px;
	height:86px;
	margin:0px;
	padding:Opx;
	background-image:url(/images/interface/bck-h5.gif);
	background-repeat:no-repeat;
	background-position:25px 42px;
}
#menu_flottant-center{
	width:249px;
	margin:0px;
	padding:Opx;
	background-image:url(/images/interface/menuFormCenter.gif);
	background-repeat:no-repeat;
	background-position:25px 0px;
}

#menu_flottant-bottom{
	width:249px;
	height:24px;
	margin:0px;
	padding:Opx;
	text-align:right;
}


a{
	color: #d91081;
	font-weight:bold;
	text-decoration:none;

}

p{
	margin:0 10px 10px;
	color:#2c2b2b;
}

p.news{
	margin:10px 0px;
	padding:0px 20px;
	color:#2c2b2b;
	text-align:left;
}

li{
	list-style-position:outside;
	list-style-type:none;
	padding-bottom:.2em;
}

/*** Menu2 secondaire droite ****/ 

#droite{
	background-image:none;
	width:190px;
	float:right;
	margin-right:00px;
	padding-left:5px;
}

h2.soustitre_encadre{
	background-image:url(/images/interface/puce-h2.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	color:#58595b;
	display:block;
	padding-left:25px;
	margin-top:7px;
	font-size:16px;
}

.menu2{ 
	padding-left:5px;
	margin-left:10px;
	color:#92aede;
	border-left:1px solid #d9d9d9;
	/*border-right:1px solid #d9d9d9;*/
	width:160px !important;
}
		
.menu2 h3{
    color:#92aede;
    font-size:1.1em;
    margin:0;
    padding:0;
}
  
.menu2 ul{ padding:0; margin:0; width:140px;} 
.menu2 li{ padding:0; margin:0; padding-left:5px;}
  
.menu2 a{ display:block; padding:1px 1px 1px 1px; color:#656668;}
.menu2 a:hover, .menu2AHover{color:#D91081; }

.menu2_niv2 li{ }
.menu2_niv2 ul{ margin-left:15px;}
.menu2_niv2 a{ padding-left:15px; font-weight:normal; background:url(/images/interface/etoile_orange.gif) no-repeat 0px 4px; }
.menu2_niv2 a:hover{color:#D91081;}

.menu2_niv3 li{ }
.menu2_niv3 ul{ margin-left:15px; }
.menu2_niv3 a{ padding-left:10px; font-style:italic;}
.menu2_niv3 a:hover{color:#D91081;}
	
	
/*** Elments particuliers ***/
.retrait_gauche {
	margin-left: 2em;
}

.retrait_haut {
	margin-top: 2em;
}

.retrait_bas {
	margin-top: 2em;
}

.textePetit {
	font-size: 90%;
	text-align:right;
	display:block; 
}
.textePetit a{
	background:url(/images/interface/puce-submenu.gif) no-repeat 0px -20px;
	padding-left:15px;
	text-decoration:none
}

.legende {
	margin-top: 1em;
	font-size: 90%;
}

.align_left
{
	float: left;
	margin: 8px;
}

#texte .align_right
{
	float: right;
	margin-left:8px;
	margin-right: 8px;
}

.align_center {
	text-align: center;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
	padding-top: 2em;
}

.borderLeftOrange {
	padding-left: .2em;
	border-left: 1px solid #656668;
}

ul.orange li {
	padding-left: 5px;
	list-style-image: url(/images/interface/etoile_orange.gif);
	list-style-position:inside;
	color:#2C2B2B;
}

ul li.orange {
	padding-left: 5px;
	list-style-image: url(/images/interface/etoile_orange.gif);
	list-style-position:inside;	
	color:#2C2B2B;
	margin-left:5px;
}

/*ul.bleu li {
	padding-left: 5px;
	list-style-image: url(/images/interface/etoile_bleu.gif);
	list-style-position:inside;
	color:#2C2B2B;
}

ul li.bleu {
	padding-left: 5px;
	list-style-image: url(/images/interface/etoile_bleu.gif);
	list-style-position:inside;
	color:#2C2B2B;
}*/

ul.bleu li {
	padding-left: 5px;
	list-style-image: url(/images/interface/etoile_bleu.gif);
	list-style-position:inside;
	color:#63B6AE;
}

ul li.bleu {
	padding-left: 5px;
	list-style-image: url(/images/interface/etoile_bleu.gif);
	list-style-position:inside;
	color:#63B6AE;
}

ul.orange ul {
	margin-bottom: 1em;
}

ul.bleu ul {
	margin-bottom: 1em;
}


ul.orange ul li {
	margin-left: 1em;
	margin-top: .2em;
	margin-bottom: .2em;
}

.iframe{
border:0px solid #fff;
}

#texte img {
	/*border: solid 5px #d9d9d9;*/
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding:0px;
}
.menu_item_large
{
width:205px;float:left;
}
.menu_large
{
float:left;width:412px;display:block
}

#margin-bottom {
	text-align: right;
	position: relative;
	top: -40px;
}