/* 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;
}

.etiquette {
	/*margin-left: auto; 
    margin-right: auto;
	margin-top:90px;*/
	width: 550px;/* largeur obligatoire pour tre centr */
	height: 390px;
	margin-left: auto; 
    margin-right: auto;
    position:relative;
    top:50%;
    margin-top:-195px; 
	text-align: left; /* on rtablit l'alignement normal du texte */
	border: 0px #000000 dashed;
}

.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; /* CONTENT HEIGHT*/
	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;
border: 0PX #000000 double;
}
.etiquette_bottom {
	width: 550px;
	height: 30px;
	background-image:url(http://www.johannawestman.se/templates/johanna_westman_home/images/etiquette_bottom_cat.png);
	background-repeat:no-repeat;
	padding: 0px;
}
/* page blog */
.bloc_title{
width:550px;
height:68px;
/*background-image:url(http://www.johannawestman.se/templates/johanna_westman_categories/images/book_title.png);*/
background-repeat:no-repeat;
/*float:left;*/
border: 0px #000000 solid;
padding-left: 45px;
}


.bloc_menu {
float:left;
width:120px;
height:100px;
padding:0px 2px 0px 9px;
border: 0px #000000 solid;

}
.bloc_menu2 {
float:left;
width:187px;
height:133px;
padding:26px 0px 0px 0px;
border: opx;
}
.bloc_center {
width:450px;
height:350px;
margin-left: auto; 
margin-right: auto;
overflow:hidden;
font-family:"Courier New", Courier, monospace;
border: 0px #000000 solid;
float:left;
padding: 0px 0px 0px 57px;
border:#000000 0px solid;
}
.clear {
clear:both;
}