/* CSS Document */
body {
scrollbar-base-color: #ffffed;
scrollbar-arrow-color: #3461a2;
scrollbar-3dlight-color: #3461a2;
scrollbar-darkshadow-color: #fffed;
scrollbar-face-color: #fffed;
scrollbar-highlight-color: #fffed;
scrollbar-shadow-color: #fffed;
scrollbar-track-color: #fffed;
font-family:"Courier New", Courier, monospace;
font-size:12px;
}
a:link {text-decoration: none; color: #0061a6;}
A:visited {text-decoration: none; color:#999999;}
A:active {text-decoration: none;  color: red;}
A:hover {text-decoration: underline; color: red;}

.conteneur {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 936px;
	height: 540px;
	margin-top: -270px;
	margin-left: -468px;
	background-image:url(/templates/johanna_westman_home/images/red_bkg.png);
	border: 0px #000000 groove;
}
.etiquette {
	width: 550px;/
	height: 390px;
	margin-left: auto; 
    margin-right: auto;
    top:50%;
    margin-top:-195px; 
	text-align: left; 
	border: 0px #000000 solid;
    position:relative;
}
.etiquette_top {
	width: 550px;
	height: 30px;
	background-image:url(/templates/johanna_westman_home/images/etiquette_top.png);
	background-repeat:no-repeat;
	padding: 0px;
}
.etiquette_middle {
	width: 550px;
	height: 330px;
	background-image:url(/templates/johanna_westman_home/images/etiquette_middle.png);
	background-repeat:repeat-y;
	padding: 0px;
}
.etiquette_content {
padding-left: 30px;
padding-top: 0px;
width:550px;
height: 300px;
}
.etiquette_bottom {
	width: 550px;
	height: 40px;
	background-image:url(/templates/johanna_westman_home/images/etiquette_bottom_home.png);
	background-repeat:no-repeat;
	padding: 0px;
}
.etiquette_home {
	padding: 60px 0px 0px 145px;
}