body {
scrollbar-base-color: #c31632;
background-color: #D473D4;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: White;
margin: auto;
}
img{
	border: none;
}
td {
	vertical-align: top;
}

/** texte decoration***/
.capti{
	text-transform: capitalize;
}
.petit{
	font-size: 18px;
}
img{
	border: none;
}
a:hover img {
	border: 1px solid #dcdcdc;
	}

/*** menu**/
#menu a:active,#menu a:visited,#menu a:link {
text-decoration: none;
color: White;
font-size: 25px;
font-style: normal;
font-weight: bold;
}
#menu a:focus,#menu a:hover {
text-decoration: none;
color: #D93067;
font-size: 25px;
font-style: italic;
font-weight: bold;
}

.acc{
position: absolute;
top:15px;
left:370px;
}
.cont {
position: absolute;
top: 15px;
left:590px;
}
/*** contenu***/
#contenu{
	color:White;
	position: relative;
	float: left;
	top:30px;
	left:35px;
	width: 610px;
	text-align: left;
	font-size: 17px;
	line-height: 25px;
	boIrder: 1px solid white;
}

.horaire{
	margin-left:70px;
}
li{
	list-style-image: none;
	list-style-type: none;
}



/*** adresse***/
#coor{
  text-align: left;
  line-height: 30px;
	position: relative;
	top: 420px;
	left: 26px;
	font-size:17px;
	color: White;
	font-weight: bold;
	width: 250px;
	text-align: center;
}

/*** pied de page***/
.footer{
	font-size: 9px;
	position: relative;
	top: 25px;
	left:180px;
	color: gray;
	width:500px;
}
.footer a{
	color: gray; }
.butt {
	color: white;
	background-color: #c31632;
	font-size:10px;
	font-family:verdana;
	font-weight:bold;
	border-width:1;
	width:152px;
	text-align:center;
	border-color: #6c3a6d;}	
	
/*--------- Lightbox -----------*/
#lightbox{
    background-color:#FFFFFF;
    padding: 3px;
    border-bottom: 1px solid #c31632;
    border-right: 1px solid #c31632;
}

#lightboxDetails{
    font-size: 0.9em;
    color: #000000;
    padding-top: 0.5em;
}

#closeButton{ top:2px; right: 2px; }

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; }

#overlay img{ border: none; }

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

* html #overlay{ /*Hack IE */
    background-color: #FFFFFF;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../overlay.png", sizingMethod="scale");
}
/*-------- fin lightbox -------*/	
