body {
	margin: auto;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
td {
	vertical-align: top;
}
#titre {
	font-size : 23px;
	font-variant: small-caps;
	font-weight: bold;
	color: #AA0000;
}
#text {
	font-size : 16px;
	line-height: 25px;
	color: Black;
	text-align: left;
	width: 700px;
	margin: auto;
}
#matos {
	font-size : 16px;
	line-height: 25px;
	color: Black;
	text-align: left;
	width: 720px;
	margin: auto;
}

/*--------- Lightbox -----------*/
#lightbox{
    background-color:#FFFFFF;
    padding: 3px;
    border-bottom: 1px solid #41580F;
    border-right: 1px solid #41580F;
}

#lightboxDetails{
    font-size: 0.9em;
    color: #41580F;
    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 -------*/
/*img*/
a img.over {
	border: 1px solid #304793;
}
a:hover img.over {
	border: 1px solid #AA0000;
}
a.over {
	color: #304793;
	font-weight: bold;
	text-decoration: none;
}
a:hover.over {
	color: #AA0000;
}
img.over {
	border: 1px solid #304793;
}

#adress {
	color: #273A78;
	font-size : 23px;
	font-variant: small-caps;
	font-weight: bold;
	margin-right:160px;
}
#menu {
	position: relative;
	top: 170px;
	left: 15px;
	font-size : 18px;
	font-variant: small-caps;
	font-weight: bold;
}
#menu  a {
	display: block;
	text-align: left;
	line-height: 30px;
	color: #304793;
	text-decoration: none;
	padding-left:25px;
	background : url(../images/bul.jpg) no-repeat left;
}
#menu  a:hover {
	color: #AA0000;
	padding-left:25px;
	background : url(../images/bulon.jpg) no-repeat left;
}
#hor {
	float: left;
	position: relative;
	top: 210px;
	left: 15px;
	right: 56px;
	color: #273A78;
	font-size : 17px;
	font-variant: small-caps;
	font-weight: bold;
}
.red {
	color: #AA0000;
	background : url(../images/bulon.jpg) no-repeat right;
}
#flash {
	position: relative;
	margin-left: -120px;
	z-index:1;
}
.butt {
	color:#FFFFFF;
	background-color:#304793;
	font-size:12px;
	font-family:times;
	font-weight:bold;
	border-width:1px;
	width:150px;
	text-align:center;
	border-color:#AA0000;
	}
#error {
	position: absolute;
	top: 434px;
	color: Red;
	line-height: 17px;
}
#footer {
  text-align:center;
  font-size:10px;
  }
  