/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/lightbox2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

a {
color:#000;
}

a:hover {
text-decoration:none;
}

a:visited {
color:#FF0000;
}

/* slides styling */

.photo {
width:auto; 
text-align:left; 
position:relative;
}

.photo ul.topic {
padding:0; 
margin:0; 
list-style:none; 
width:auto; 
height:auto; 
position:relative; 
z-index:10;}

.photo ul.topic li {
display:block; 
width:200px; 
height:31px; 
float:left;
}

.photo ul.topic li a.set {
display:block; 
font-size:11px; 
width:199px; /* origines 199px largeur des touches  */
height:30px; /*  largeur des touches   */
text-align:center; 
line-height:30px; 
color:#000; 
text-decoration:none; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#ccc; 
font-family:verdana, arial, sans-serif;
}

.photo ul.topic li a ul, .photo ul.topic li ul 
{
display:none;
}
}

