/* CSS Document */

html > body {overflow-y: auto;font-family: trebuchet MS, Arial;}
body {
font-family: trebuchet MS, Arial;
}
#fond{
overflow-x : hidden; 
overflow-y : auto; 
background-color: #000000;

}
select, option {
font-size: 0.6em;
}
 input[type=submit]{
font-size: 0.6em;
color: #000;
background-color: #efefef;
border:1px solid black;
 }
 input[type=submit]:hover{
border:1px solid orange;
 }
#enTete{
background: url(images/topFondBleu.jpg) top no-repeat #7893AF;
}
.ascenseur{
text-align: center;
}

#ActuPonctuelle {
text-align:left;
font-family: Trebuchet MS, arial;
font-size: 1.2em;
border: 1px solid #eee;
		
}
#ActuPonctuelle h1{
border-bottom: 1px solid #ccc;
font-weight: normal;
color : #54779f;
font-size: 1.6em;
}
.lienssom {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	text-decoration: none;
	display: block;
	line-height: 18px;
	background: url(images/btnBleu2pos.jpg) top repeat-x;
	height: 18px;
}
.lienssom:hover {
	
	text-decoration: none;
	background-position:bottom;
	height: 18px;
}

#menu{
border: 0px solid #000000; 
}

#menu span a{
cursor:hand;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	background: url(images/btnBleu2pos.jpg) top repeat-x;
	height: 18px;
	letter-spacing: -1px;
	line-height: 18px;
}
#menu span a:hover {
display: block;
background: url(images/btnBleu2pos.jpg) bottom repeat-x;
	text-decoration: none;
	
	height: 18px;
}

#menu  li {
color: #999;
}
#color{
font-family: Trebuchet ms, Arial, Helvetica, sans-serif;
text-align: left;
padding-left: 5px;
font-size: 0.8em;
line-height:20px;
width: 98%;

border-left: 1px solid #999;
border-right: 2px solid #000;
border-bottom: 2px solid #000;
}
#color a{
text-decoration: none;
color: #000;
}
#color a:hover{
text-decoration: none;
color: #999;
} 
#menu  li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-decoration: none;
}
#menu  li a:hover{

	color: #000;

}

#color{
background-color: #ddd;
}

.nouv {

	background-image: url(images/nouveautebleu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.coeur {

	background-image: url(images/coupdecoeurbleu.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.texte{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#titrePage{
font-size: 24px;
color: #336699;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
}
#textIntro{
color: #336699;
font-size: 13px;
}
#textIntro a{
color: #996600;
/*color: #264E75;*/
text-decoration: none;
font-size: 12px ;
font-weight: bold;

}
#textIntro a:hover{
/*color: #5991C8;*/
color: #ABA874;
}

.tab{
	border-top: 1px solid #006699;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #006699;
	background-color: #FFFFFF;
}
.liensimple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009966;
	text-decoration: none;
}
.liensimple:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336666;
	text-decoration: none;
}
.bground {
	background-image: url(images/fondBleu.jpg);
	background-color: #69839A;
	background-repeat: repeat-x;
	background-position: left top;
}
.tabindex {
	border: thin solid #003300;
}
.bgentete{
	background-color: #7893AF;
}
.tramTab{
background-color: #E2E9EF;
}
.imgEntete{
	background-image: url(logos/logoSIDIC_paris-completbleu.gif);
}
.lienlivre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8FABD6;
	text-decoration: none;
}
.lienlivre:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7893AF;
	text-decoration: none;
}
.fontEdito{
	color: #FFFFFF;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 8px;
}

/*info>Bulle*/
a.infobulle{
    position:relative; 
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none;
	margin-bottom: 20px;
	}

a.infobulle:hover{z-index:25; background-color:#ff0}

a.infobulle span{display: none}

a.infobulle:hover span{ 
/*le contenu de la balise span ne 
sera visible que pour l'état a:hover */
 display:block; 
 position:absolute;
    
    
    top:-40px; left:2em; width:15em;
    border:1px solid #6699cc;
    background-color:#eeeeee; color:#6699cc;
    text-align: justify;
    font-weight:none;
    padding:1px;
    
    }
.lienVersSidic{
text-decoration: none;
color: #000;
}
.lienVersSidic:hover{
color: #bbb;
}


