/* CSS Document */
.menu1 {
	padding-top:8px;
	padding-bottom:0px;
	background-color: #434343;
}
.menu_ecole {
	padding-top:8px;
	padding-bottom:0px;
	background-color: #434343;
	color:#FFFFFF;
}
.menu_concours {
	padding-top:8px;
	padding-bottom:0px;
	background-color: #4d0523;
}

.menu_etudes {
	padding-top:8px;
	padding-bottom:0px;
	background-color: #333300;
}
.menu_pedagogie {
	padding-top:8px;
	padding-bottom:0px;
	background-color: #669999;
}
.menu_publications {
	padding-top:8px;
	padding-bottom:0px;
	background-color: #660000;
}
.ongleton { /* style des onglets inactifs */
	margin:0px;  /* marge intérieure */
	float:left; /* boite en mode float, pour pouvoir en définir la largeur */
	width:100px; /* largeur de la boite float */
	background :  url(../images/onglet.gif) bottom no-repeat; /* image de fond de la boite float, calée en bas */
	text-decoration:none; /* les lien dans les onglets ne sont pas soulignés */
	text-align:center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
  } /* Le texte des onglets est centré */

.ongletbigon { /* style des onglets inactifs */
	margin:0px 0px 0px 0px ; /* marge extérieure */
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float:left ; /* boite en mode float, pour pouvoir en définir la largeur */
	width:150px ; /* largeur de la boite float */
	background :  url(../images/ongletbig.gif) bottom no-repeat ; /* image de fond de la boite float, calée en bas */
	text-decoration:none ; /* les lien dans les onglets ne sont pas soulignés */
	text-align:center;
  }
  .onglet{ 
  margin:0px 0px 0px 0px ; 
  padding:5px 0px 0px 0px ; 
  float:left ; 
  width:100px ; 
  text-align:center;
  }
.ongletbig { 
  margin:0px 0px 0px 0px ; 
  padding:5px 0px 0px 0px ; 
  float:left ; 
  width:150px ; 
  text-align:center;
  }
a.ongleton:link {color:434343;font-size : 11px ;}
a.onglet:link {color:#FFFFFF;font-size : 11px ;}
a.ongletbig:link {color:#FFFFFF;font-size : 11px ;}
a.ongletbigon:link {color:#434343;font-size : 11px ;}
a.etudesongletbig:link {color:#FFFFFF;font-size : 11px ;}
a.etudesongletbigon:link {color:#434343;font-size : 11px ;}

a.ongleton:visited {color:#434343;font-size : 11px ;}
a.onglet:visited {color:#FFFFFF;font-size : 11px ;}
a.ongletbig:visited {color:#FFFFFF;font-size : 11px ;}
a.ongletbigon:visited {color:#434343;font-size : 11px ;}
a.etudesongletbig:visited {color:#FFFFFF;font-size : 11px ;}
a.etudesongletbigon:visited {color:#434343;font-size : 11px ;}
a.onglet:hover {color:yellow;font-size : 11px ;}
a.ongletbig:hover {color:yellow;font-size : 11px ;}

.etudesongletbigon { /* style des onglets inactifs */
	margin:0px 0px 0px 0px; /* marge extérieure */
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float:left; /* boite en mode float, pour pouvoir en définir la largeur */
	width:150px; /* largeur de la boite float */
	background :  url(../images/ongletbig.gif) bottom no-repeat; /* image de fond de la boite float, calée en bas */
	text-decoration:none; /* les lien dans les onglets ne sont pas soulignés */
	text-align:left;
	text-indent: 4px;
  }
  
.etudesongletbig { 
  margin:0px 0px 0px 0px ; 
  padding:3px 0px 0px 0px ; 
  float:left ; 
  width:150px ; 
  text-align:left;
  text-indent: 4px;
  }

.onglet-actif { /* style de l'onglet de la page active */
  position:relative ; /* l'onglet inactif est mis en position relative */
  top:2px ; /* pour pouvoir baisser l'onglet de 2 pixels */
  border-bottom : solid 0px white} /*on efface le trait inférieur du menu */

.spacer {clear:both} /* force le retour à la ligne après des boites float */

