* {
	margin: 0;
	padding: 0;
}
body {
	text-align: left;
	text-indent: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background: #fff;
	color: #000;
}
img {
	border: 0;
}
kbd {
	border: solid 1px #d3d3d3;
	padding: 0 3px 0 3px;
	font-size: 1.1em;
	background-color:  #e6e6e6;
}
p {
	font-size: 1.2em;
	line-height:1.2em;
	margin-top: 10px;
}
span {
	color: #09f;
	font-weight: bold;
}
table p {
	margin-bottom: 5px;
	margin-top: 0px;
}
p.spe {
 	margin-top: 5px;
	text-align: center;
}
p.spe2 {
  margin-top: 5px;
}
p.fleche {
 background: url(../images/fleche.gif) 0 1px no-repeat;
	list-style-type: none;
	margin-bottom: 5px;
	text-indent: 19px;
}
p.spe2 {
  margin-bottom: 25px;
}
#bas p {
	font-weight: bold;
	font-style: normal;
	color: #fff;
	font-size: 1em;
	text-align: center;
	margin-top: -12px;
}
acronym {
	
}
#ch_fer {
	font-size: 1em;
	line-height:1em;
	color: #000;
	font-weight: bold;
	margin: 2px 0 0 0px;
	font-family: verdana, arial, sans-serif;
}
address {
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
	margin-top: 0px;
}

#easy_access {
	width: 90%;
	height: 0.75em;
	margin-left: auto;
  	margin-right: auto;
	font-size: 0.75em;
	text-align: right;
	margin-bottom: 1px;
}
#easy_access p {
	margin: 0;
}
#global { 
  width: 95%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9px;
  margin-bottom: 10px;
  border: solid 1px #AB0EAB;
  background: url(../images/back_menu.jpg) repeat-y #FFF;
}
#entete {
	width: 100%;
	height: 200px;
	background: url(../images/entete.jpg) no-repeat #FFF;
}
 	#chaut_gauche {
		width: 16px;
		height: 16px;
		float: left;
		margin-left: -1px;
		margin-top: -1px;
		background: url(../images/coin-haut-gauche.gif) no-repeat;
	}
	#chaut_droit {
		width: 16px;
		height: 16px;
		float: right;
		margin-right: -3px;
		margin-top: -1px;
		background: url(../images/coin-haut-droit.gif) no-repeat;
	}
#menu {
	width: 218px;
	position: absolute;
	top: 220px;
	font-family: arial, verdana, sans-serif;
}
#contenu {
	min-height: 520px;
	height: auto;
	margin-left: 230px;
	margin-right: 10px;
	padding-bottom: 20px;
}
	#map {
		width: 500px;
		height: 300px;
		margin: 20px;
	}	
	/*fiche support*/
	.desc {
		
		float: left;
	}
	.first {
		margin-top: 50px;
	}
	#heure {
		clear: both;
	}
	#special {
		clear: left;
	}
	#print {
		float: right;
		margin:0;
	}
	#print img {
		margin: 0;
	}
#bas {
	width:100%;
	height: 20px;
	background: url(../images/centre_bas.gif) left 5px repeat-x #AB0EAB;
}
	#cbas_gauche {
		width: 16px;
		height: 16px;
		position: relative;
		margin-left: -1px;
		top: 7px;
		background: url(../images/coin-bas-gauche.gif) no-repeat;
		z-index: 10;
	}
	#cbas_droit {
		width: 16px;
		height: 16px;
		float: right;
		margin-top: -13px;
		margin-right: -3px;
		background: url(../images/coin-bas-droit.gif) no-repeat;
	}
#ch_bas {
  font-size: 0.9em;
  margin-top: -10px;
}

/*liens*/
a {
	color: #0CF;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}
a:hover {
	color: #AB0EAB;
}
a:visited {
	color: #fff;
}
#easy_access a:visited, #ch_bas a:visited, #contenu #ch_fer a:visited {
	color: #AB0EAB;
}
#contenu a:visited {
	color: #039;
}
a.externe  {
	padding-right:10px;
	background: url(../images/external.gif) right 6px no-repeat;
}
/* Liens externes */
a.externe  {
	padding-right:10px;
	background: url(../images/external.gif) right 6px no-repeat;
}
/* Langue des liens : entre crochets si non français */

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]"; 
}

a[hreflang|="fr"]:after {
	content: "";
}

a[hreflang] {
	content: normal !important;
}
/*Info ou aide*/
a.info {
    position:relative; 
    z-index:24;
    text-decoration:none;
	top: -3px;
}
#contenu ul.liste_prod li a.info {
	color: #0cf;
}
a.info:hover {
	z-index:25;color: #000;
}
a.info span {
	display: none;
}
a.info:hover span { 
	width: 15em;
 	display:block; 
 	position:absolute;
	top:2em;
	left:2em;
    border: solid 2px #09c;
    background-color:#f5f5f5;
	color:#000;
	font-family: verdana, arial, sans-serif;
    padding: 3px;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
}
a.info:hover span b {
	font-weight: bold;
	color: #0cf;
}