.textekemenn { font-family:Arial; font-size:11px; color:#FFFFFF  }
.txtkemenn { font-family: Arial, Helvetica, sans-serif;	font-size: 11px; color: #FFFFFF;}





.menu-general { /* défini les boites qui comprenent chaque menu de base */
  float:left ; /* Les boite sont calées à gauche */
  width:19% ; /* largeur des boites du menu de base */
  padding:0 ; /* marges intérieures à 0 */
  margin: 0 ; /* marges extérieures à 0 */
  height:20px} /* Hauteur des boites */

#sous-menu1, #sous-menu2, #sous-menu3 { /*défini les 3 boites des 3 sous-menues */
  display: none; /* les sous-menus ne sont pas affichés */
  margin: 0; /* marges extérieures à 0 */
  padding : 0; /* marges intérieures à 0 */
  position : absolute ; /* boite positionnée par rapport à la boite parent, ici l'écran */
  top : 200px; /* Début (par rapport au haut de page) des sous-menus */
  left : 0px; /* Début (par rapport à la gauche de la page) des sous-menus */
  width : 180px;/* largeur des sous-menus par rapport à la boite parent (ici la page)*/
  list-style-type:none;
  background-color:#477DC5;
  padding-left:10px;
  padding-bottom:5px;
  
   
  } 
  

#sous-menu2 {left:40%} /* Distance à la gauche de la page du 2ième sous-menu */
#sous-menu3 {left:49%} /* Distance à la gauche de la page du 3ième sous-menu */





.lien {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}
.lien:visited {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}
.lien:hover {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.lien:active {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}

.lien2 {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.lien2:visited {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.lien2:hover {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
}
.lien2:active {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

.cadre {border : 1px solid #000000; }
.cadre2 {border : 1px solid #FFFFFF; }
.cadre3 {border : 1px solid #FBC520; }

.txttop {
	font-size: 13px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.txtbottom {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.title {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 25px; color: #FFFFFF;
	font-weight:bold;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;color: #FFFFFF;
}

.txt10 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.txt11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txt12 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.subtitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.fd01 {	background-image:url(img/ecran.png); background-repeat:no-repeat; background-position: left bottom;}
.fd02 {	background-image: url(img/truc-titre-01.gif);	background-repeat: no-repeat; background-position: left top;}
.fd03 {	background-image: url(img/truc-titre-02.gif);	background-repeat: no-repeat; background-position: right top;}

ul {
	margin-top:10px;
	margin-bottom:10px;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
}

.formulaire {
 color:#000000;
 border: solid 1px #002251;
 background-color:#FFFFFF;
 font-size:11x;
 font-weight: none;
 font-family:Arial, Helvetica, sans-serif;
}


div.rounded {
  width: 250px;
  background: #D7E2EE url(./img/images/tr.gif) no-repeat top right;
}
div.rounded div {
  background: transparent url(./img/images/tl.gif) no-repeat top left;
}
div.rounded div div {
  background: transparent url(./img/images/br.gif) no-repeat bottom right;
}
div.rounded div div div {
  background: transparent url(./img/images/bl.gif) no-repeat bottom left;
}
