body {
	background-color: #FEF6DD;
	margin:0;
	font-family: "Times New Roman", Times, serif;
}
td {
	vertical-align: top;
}
#titpresent {
	position: relative;
	float: left;
	width: 484px;
	left: 35px;
	top: 23px;
	text-align: center;
	font-size:25px;
	font-weight: bold;
	color: #fef6dd;
}
#tit {
	position: relative;
	float: left;
	width: 564px;
	left: 5px;
	top: 23px;
	text-align: center;
	font-size:25px;
	font-weight: bold;
	color: #fef6dd;
}
#present {
	position:relative;
	float: left;
	width: 484px;
	left: 35px;
	top:54px;
}
#presents {
	position:relative;
	float: left;
	width: 484px;
	left: 35px;
	top:40px;
}
.imagp {
	margin: 0 40px 0 0;
}

a img.imag, a img.imagp {
	border: 1px solid #b22222;
}
a:hover img.imag, a:hover img.imagp {
	border: 1px solid #fef6dd;
}
#adress {
	position:relative;
	float: left;
	width: 484px;
	left: 35px;
	top:10px;
	text-align: center;
	font-size:20px;
	font-weight: bold;
	color: #fef6dd;
}
#menu {
	position:relative;
	float: left;
	width: 250px;
	left: 65px;
	top:5px;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #fef6dd;
}
#menu a {
	color: #fef6dd;
	text-decoration: none;
}
#menu a:hover {
	color: #fef6dd;
	text-decoration: underline;
}
#copy {
	position:relative;
	float: left;
	width: 450px;
	top: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: silver;
	left: 65px;
}
#copy a {
	color: silver;
}
#copy a:hover {
	color: #a9a9a9;
}
#fotos {
		position:relative;
	float: left;
	 text-align: center ;
	 width:570px;
	 top: 55px;
}
.butt {
	color:white;
	background-color: #b22222;
	font-size:10px;
	font-family:verdana;
	font-weight:bold;
	border-width:1;
	width:152px;
	text-align:center;
	border-color:#DAB9A7;
}
#error {
	position: absolute;
	top:-20px;
	width:450px;
	background-color: #F3F0D0;
	font-size: 12px;
	font-weight:bold; color:#FF0000;
}
a.lien {
	color: black;
}
a:hover.lien {
	color: #b22222;
}
/*--------- Lightbox -----------*/
#lightbox{
    background-color:#FFFFFF;
    padding: 3px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
	 z-index: 250;
}

#lightboxDetails{
    font-size: 0.9em;
    color: #333333;
    padding-top: 0.5em;
	
	 font-weight: bold;
}

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

#lightboxCaption{  text-align: center; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; }

#overlay img{ border: none; }

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

* 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");
	 z-index: 250;
}
/*-------- fin lightbox -------*/
