
/* Partie haute */
#haut {
  border-bottom: 1px solid black;
  padding: 1ex;
	margin-top: 3ex;
  background-color: white;
  clear:both;
}
#logo {
  margin-right: 1ex;
}
#logole {
 float:right;
 right: 10px;
}
#banniere {
  position: relative;
  top: -10px;
  font-size: 200%;
  font-weight: bold;
}

/* Partie basse */
#bas {
  padding-top: 3px;
  background-color: white;
}


/* Partie de gauche */

#colgauche {
  position: absolute;
  left: 0ex;
  right: auto;
  margin-left: 1ex;
  margin-right: 1ex;
  width: 26ex;
}

#menu {
  display: block;
  padding: 1ex .5ex;
  border: 2px solid #d0d0ff;
  background-color: #eeeeff;
  text-align: center;
  font-size: 120%;
}
#menu a, #selected {
  display: block;
  text-decoration: none;
  padding: .5ex;
}
#menu a:hover {
  text-decoration: none;
  background-color:#f3f3f3;
}
#selected {
  background-color: #d0d0ff;
}
.subitem {
  font-size: 82%;
  margin-top: -5px;
  border-left: 4px solid #d0d0ff;
  border-right: 4px solid #d0d0ff;
}
#pub {
  display: block;
  padding: 1ex .5ex;
  border: none;
  background-color: white;
  text-align: center;
}

/* Partie de droite */

#coldroite {
  padding-top: 1ex;
  position: absolute;
  left: 28ex;
  right: 1.0ex;
  margin-left: 2ex;
}

#coldroite > div {
  max-width: 100ex;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}

.titre1 {
  display: block;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  margin-top: .5ex;
  margin-bottom: 2ex;
  font-family: sans-serif;
}

.titre2, #choixlibre {
 display: block;
  text-align: left;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 1ex;
}

ul#choixll {
  margin: 0 3ex 0 1ex;
}
ul#choixll .titre {
  display: block;
  font-weight: bold;
  margin-top: 0.7ex;
  font-size: 110%;
}
/*
 * Enlevé : trop moche, non ?
ul#choixll .titre:after {
  content: " :";
}
*/

div.formation .titre2 {
  margin-top: 3.5ex;
  font-size: 130%;
  background-color: #fff0e0;
}
ol.formation .titre {
  display: block;
  font-size: 107%;
  font-weight: bold;
  margin-top: 1.3ex;
}
ol.formation ul {
  margin-top: 0;
  margin-bottom: 0;
}

.formation a.details {
  display: block;
  margin: .3em 0 0 3em;
  font-size: 95%;
  font-style: italic;
  text-decoration: none;
}

.detailedContent ul {
  list-style-type: none;
}
.detailedContent li {
  margin-top: 2ex;
}
.detailedContent ul li {
  margin-top: 0;
}

#choixlibre {
  text-align: center;
}



#contact {
  text-align: left;
  min-width: 40ex;
  width: 50%;
  border: 1px solid black;
  padding: 1ex;
  margin-bottom: 3ex;
  margin-left: auto;
  margin-right: auto;
}

#infolegale, #infolegaleDetail {
  clear: both;
  padding-top: 1.5ex;
  text-align: center;
  font-size: 90%;
}
#infolegale hr.separation {
  width: 30%;
  height: 1px;
  border: 0;
  color: red;
  background-color: red;
}

div.par {
  margin: 1.33em 0;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}

/* il faut rajouter un attribut border="0" aux images 
   sinon firefox fait des siennes ! */
img {
  border: none;
}

a.navig {
  float:right;
  font-size:70%;
  font-weight:normal;
  margin-right:3px;
}

#equipe dt { font-weight: bold; }
