body {
	font: 100% Times New Roman;
	font-size: 13px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
/* debut layout */
.oneColFixCtrHdr #container {
	width: 981px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f5f5e9;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	

}
.oneColFixCtrHdr #header1 {
	background: #f5f5e9; 
	padding: 0 50px 0 220px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header3 {
	background: #f5f5e9; 
	border-top:2px solid #FFF;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f5f5e9;
	background-image: url(images/bg_o.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f5f5e9;
	font-size: 11px;
	font-family: calibri, arial;
	border-top:2px solid #fff;
	text-align: center;
}


/* fin layout */

a:link,a:visited {
	font-weight: bold;
	color: #ab223c;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #b3966e;
	text-decoration: none;
}

P{
	text-align: left;
	font-size: 13px;
	color: #000000;
}
ol, ul{
	font-size: 13px;
}
.titre, h1{
	font-size: 22px;
	color: #ab223c;
	font-weight:normal;
	padding-left:182px;
	border-bottom: 1px solid #ab223c;
	letter-spacing: 1px;
	
}
.stitre, h2{
	font-size: 18px;
	color: #b3966e;
	font-weight: normal;
	padding-top:0px;
	margin-top:0px;
}
.legende, h3{
	font-size: 11px;
	color: #be2626;
	font-weight: bold;
}
h4{
	font-size: 11px;
	color: #be2626;
	font-weight: bold;
}
.musee{
	font-size: 26px;
	font-weight: normal;
	color:#FFF;
}
.waldersbach{
	font-size: 24px;
	color:#ab223c;
	font-weight: normal;
}
.date{
	font-size: 13px;
	color:#b3966e;
}
.filigrane{
	padding:30px 50px;
	color: #FFF;
	font-size: 15px;
}
.menu{
	background-color: #ab223c;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	padding:2px 4px;
	font-weight: normal;
	font-family: calibri, arial;
}
.menu a:link, .menu a:visited{
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.menu a:hover{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

.horaires{
	background-color: #ab223c;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:2px 8px;
	font-weight: normal;
	width:153px;
	font-family: calibri, arial;
}
.cadreblanc{
	background-color: #FFF;
	font-size: 13px;
	color: #000;
	padding:5px 10px;
	font-weight: normal;
	width:153px;
	line-height: 18px;
}
.cadreblanc P{
	line-height: 18px;
}
.cadreblanc a:link, .cadreblanc a:visited{
	color:#b3966e;
	text-decoration: none;
	font-weight: normal;
}
.cadreblanc a:hover{
	color:#ab223c;
	text-decoration: none;
	font-weight: normal;
}

.footer a:link, .footer a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover{
	color: #ab223c;
	text-decoration: none;
	font-weight: normal;
}
.collapse{
	border-collapse:collapse;
}
.image{
	border:1px solid #000;
}

/* infobulle */
a.info{
position:relative;
z-index:20;
color:#ab223c;
text-decoration:none
}
 
a.info:hover{
z-index:32;
}
 
a.info span{
display: none
}
 
a.info:hover span{
display:block;
position:absolute;
top:1em; left:0em; 
overflow: auto;
width:385px;
height:100px;
border:1px solid #ab223c;
background-color:#FFF;
color:#000000;
text-align: left;
font-weight:normal;
padding:5px;
z-index: 33;
text-decoration: none;
}
.lignecommande{
	font-size: 12px;
	font-weight: normal;
	color:black;
	border-bottom:1px solid #cececf;
	padding:5px;
}
.pop
{
	background-color: #FFFFFF;
	color:#000000;
	border: 1px solid #ab223c;
	padding:10px;
	position:absolute;
	width:390px;
}
.pop2
{
	background-color: #FFFFFF;
	color:#000000;
	border: 1px solid #ab223c;
	padding:10px;
	position:absolute;
	margin-top:-120px;
}
