/*----------------------------------*/
/*			Pour les images			*/
/*----------------------------------*/
#lightbox{
	background-color:#eee;
	font-size: 20px;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	color:#0015D5;
	}
#lightboxDetails{
	font-size: 20px;
	padding-top: 0.4em;
	font-family : catriel;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}
/*----------------------------------*/
/*			Autre					*/
/*----------------------------------*/
#corps{
	width : 960px;
	height : 600px;
	margin:auto;
}
a{
	text-decoration:none;
	color: black;
}
a:visited
{
	color:black;
}
td
{text-decoration: none; 
border : 1px solid #DDDDDD;
background-color : #B4B6C2;
}
.sup button[type=button]
{
	background : url("../images/croix.png") top right no-repeat;
	height     : 30px;
	width      : 30px;
	border     : none;
	cursor     : pointer;
	float      : right;
	margin-top : -34px;

}

.color{
	color       : #0015D5;
	font-family : verdana;
	font-size : 15px;
}

/*----------------------------------*/
/*			Top						*/
/*----------------------------------*/
.visiteur{
text-align : center;
vertical-align : middle;
width : 90px;
height : 20px;
float : left;
}

#choix{
border : 1px solid #DDDDDD;
width : 954px;
height : 24px;
padding-right : 5px;
padding-top : 4px;
color : #DDDDDD;
text-align : right;
}
#bannière{
margin-top : 5px;
width : 958px;
height : 70px;
}

/*----------------------------------*/
/*			MENU					*/
/*----------------------------------*/
#conteneur-menu
{
	height:40px;
	width:960px;
	background-color:#9494AA;
	position:relative;
	
}
#menu
{
	position:absolute;
	
}
#menu a
{
	color:black;
	
}
#menu a:hover
{
	color:white;
}
dl
{
	float: left;
	height:40px;
	margin:0; padding:0;
	display:block;
	float:left;
	
}

dt
{
	width:159px;
	display:block;
	height:40px;
	color:#000;
	line-height:40px;
	text-align:center;
	border-right:dotted 1px white;
	cursor:pointer;
	
}
dd
{
	display:block;
	margin:0; padding:0;
	background-color:#9494AA;
}
dd ul{
	margin:0; padding:0;
	text-align:center;
	list-style:none;	
}
dd ul li{
	display:block;
	margin:0; padding:0;
}
dd ul li a{
	color:black;
	display:block;
	text-decoration:none;
	width:159px;
	height:30px;
	line-height:30px;
	border-top:dotted 1px white;
	border-bottom:dotted 1px white;
}
dd ul li a:hover
{
	background-color:#C0C0C0;
	color:white;
}
dl dd{
	display:none;
}
dl:hover dd
{
	display:block;
}
dl:hover
{
	background-color:#C0C0C0;
}
dl a{
	display:block;
}
dl a:hover
{
	color:white;
}
/*----------------------------------*/
/*			CONTENU					*/
/*----------------------------------*/
p
{background-color : #B4B6C2;
}
#contenu
{background-color : white;
float : left;
background-repeat: no-repeat;
width:958px;
height:auto;
border : 1px solid #DDDDDD;
margin-top:5px;
text-align : left;
}

/*----------------------------------*/
/*			BOTTOM					*/
/*----------------------------------*/
#pied
{
	text-align: right;
	color : #DDDDDD;
	height:20px;
	width : 958px;
	border : 1px solid #DDDDDD;
	margin-left:-1px;
	border-bottom:none;
}