@import url("charte-med.css");


#menu_dynamique li a {
	display:block;
	text-decoration:none;
	/*color:#e8e8e2;*/
	color:#FFFFFF;
	background-color:#B72300;
	padding: 0px;
	height:18px;
	font-size:9pt;
	margin:0px;
		
}

#menu_dynamique li a:hover {
	background:#FFA49F;
	color:#B30000;
	height:18px;
	padding-top: 0px;
	vertical-align: middle;
	
}

#menu_dynamique {
	/* taille auto */
  	width:auto;
	/* marge interne,externe */
  	margin:0pt 0em;
	padding:0px 0 0 0;
	font-family:"Arial","Helvetica","sans-serif";
	/*border-spacing:0px solid #FFFFFF;*/
	top: 0px;
	/*font-weight: bold;*/
}

/* Mise en forme des listes */
#menu_dynamique ul {
  /* Largeur fixe 150 pixels OBLIGATOIRE */
  width:270px;
  /* désactiver les puces */
  list-style-type:none;
  /* aucunes marges (interne ET externe) */
  padding-top:5px;
  padding-left:0px;
  padding-bottom:5px;
  margin:0px;
  /* tracer un trait pour les bourdures droites */
  border-right:1px solid #FFFFFF;
  /*background-color:#B30000;*/
  /*background:#B72300;/*url(carre1.gif) no-repeat 2px 12px;*/
  border-top:0px solid #FFFFFF;
  border-bottom:0px solid #FFFFFF;
  border-left:0px solid #FFFFFF;
  /*color:white;*/
  text-indent:5px;
  height:auto;
  font-size:9.5pt;
  margin:0px;
}

/* Grosse bordure grise à gauche : mise en forme des <li> */
#menu_dynamique li {
	/* une largeur automatique */
  	width:auto;
	/* une marge externe pour que mon menu ne soit pas collé au bord gauche de l ecran */
  	margin-left:5px;
	/* une marge interne à gauche de 10 pixels */
  	padding-left:0px;
	/* une marge interne haute de 5 pixels */
	padding-top: 0px;
	/* texte de 5px par rapport à la marge interne */
  	text-indent:5px;
	/* une hauteur */
  	height:18px;
	/* image de fond qui ne se répète pas (25 x 50 pixels) */
  	background-color:#B72300;
	/*border blanc à gauche et en haut */
	border-bottom:0px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	border-left:0px solid #FFFFFF;
	/*vertical-align:text-bottom;*/
	font-size:9pt;
	
	
}


.pl-title h2 {
	background-color:#336799;
	color:#FFFFFF;
	font-family:"Arial","Helvetica",sans-serif;
	font-size:100%;
	font-weight:normal;
	margin:0pt;
	padding:0;
	width:auto;
	height:36px;
	padding-left:5px;
	vertical-align:middle;
	padding-top: 10px;
}

.pl-title h2 a {
	text-decoration:none;
	color:#FFFFFF;
}

.pl-title h2 a:hover {
    text-decoration:underline;
	color:#FFFFFF;
	
}


table {
	border: 1px medium #b30000;
	background: #FFFFFF;
}
td {
/*border: thin solid #b30000;*/

}

.extend {
	vertical-align: middle;	 
 }

#smenu {
    float:left;
	margin: 10px 20px 0px 20px;
	font-size:12px;
	color:#336799;
	text-align:justify;
	cursor:pointer;
	font-weight:bold;
}


.ssmenu {
width:300px;
list-style-type:none;
text-indent:5px;
color:#000000;
margin:10 0 0.3em 5px;
padding:0 0 0 12px;
font-weight:normal;
/*font-size:5pt;*/
}

#smenuListe {
	margin-left: 10px;
}
