/*****************************************/
/*SITE RSO - layout page suite*/
/*****************************************/
#listestations
{
	float:right;
	width:419px;
	height:400px;
	
}
#listestations H2
{
	margin-top:5px;
	margin-bottom:2px;
	padding-left:30px;
	background:url(../img/puces/puce-blanche.gif) no-repeat left;
	background-position:10px 7px;
	
	color:white;
}
#listestations UL
{
	float:left;
	width:200px;
	margin:0;
	padding:0;
	list-style:none;
	border-right:1px solid white;
	height:130px;
}
#listestations LI
{
	margin:0;
	padding:0;
	line-height:1.1em;
	height:1.1em;
}
html.MSIE6 #listestations LI
{
	line-height:0.6em;
}

#listestations LI A
{
	
	display:block;
	/*float:left;*/
	margin-left:10px;
	width:180px;
	color:white;
}
#listestations LI A:hover,#listestations LI.current A
{
	background:white;
	text-decoration:none;
	color:#3f0e0e;
}
#listestations LI.current A
{
	cursor:text;
}

/*****************************************/
/*contenu */
/*****************************************/

#contenupage
{
	width:100%;
	height:400px;
}
#detailpage
{
	position:absolute;
	width:839px;
	height:168px;
	margin-top:210px;
	background:white;
    opacity : 0.8;
    filter : alpha(opacity=80);
    z-index:10;
   /* display:none;*/
 	
}
#detailpage H2
{
	color:black;
	padding:5px 0 0  5px;
	font-weight:bold;
	padding-left:15px;
}
#contenu
{
	width:400px;
	height:175px;
	overflow:hidden;
	
}
#contenu2
{
	padding:10px 5px 0 20px;
	font-size:10px;
}
#photo
{
	position:absolute;
	margin-top:230px;
	margin-left:440px;
	z-index:1000;
	width:160px;
	height:100px;
	overflow:hidden;
}
#picto
{
	position:absolute;
	margin-top:190px;
	margin-left:700px;
	width:110px;
	height:80px;
	z-index:20;
}
#picto P
{
	margin:0;
	padding:0;
}
#picto IMG
{
	border:0;
}
#picto A
{
	font-weight:bold;
}
#picto A:hover
{
	text-decoration:underline;
}

