/* CSS Document */
html,body,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	color:#111;
	}
	
img{
	border:none;
}


#header{
	text-align:right;
}

#footer{
	text-align:right;
	color:#D7CE96;
}

a{
	text-decoration:none;
	color:#7B3438;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

a.footer {
	color:#D7CE96;
}

ul {
	list-style-type: none;
	width: 100%; /* précision pour Opera */
}

.menu li {
	float: left;
}


.admin {
	color:#7B3438;
	font-weight:bold;
}

h3{
	color:#7B3438;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	border-top:#7B3438 solid 1px;
	border-bottom:#7B3438 solid 1px;
}

h2.titre{
	color:#000;
	font-weight:bold;
	font-style:italic;
	font-size:13px;
	text-align:center;
}

.titre2{
	background-color:#7B3438;
	color:#D7CE96;
	font-weight:bold;
	font-size:12px;
}

td.working{
	border:#7B3438 solid 1px;
}

td.guestbook{
	display:block;
	border:#7B3438 solid 1px;
	background-color:#FFF;
	padding:3px;
}

p.titre_guest{
	margin:0;
	padding:0;
	font-style:italic;
	color:#7B3438;
}

a.croix{
	display:block;
	width:15px;
	height:15px;
	background: url(../imgskin/croix.gif) top left no-repeat #7B3438;
}

a.croix:hover{
	background: url(../imgskin/croix3.gif) top left no-repeat #7B3438;
}

#guest_form{
	position: absolute;
	display:none;
	width:320px;
	height:330px;
	top:120px;
	left:200px;
	/*opacité pour IE */
	filter:alpha(opacity=90);
	/*opacité pour Mozilla */
	-moz-opacity:0.9;
	/*opacité pour CSS3 */
	opacity:0.9;
	background: #7B3438;
	color:#fff;
}

