/*** DEFAULT CSS FOR bloc_11 ***/
					
#bloc_11 {
	background: transparent url(../images/bg_goldbook.jpg) no-repeat 100% 100%;
	padding-left: 20px;	
	height: 460px;
	width: 400px;
	text-align: justify;
}
* html #bloc_11{ 
	width : 400px;
	background: transparent url(../images/bg_goldbook.jpg) no-repeat 95% 100%;
	height: 460px;
	padding-left: 10px;
}
#bloc_11 div {
	font-family: Arial;
	font-size: 12px;
	color: #424242;
} 
#bloc_11 h2 {
	height: 34px; 
	width: 250px;
	background: transparent url(../images/img_h2.jpg) no-repeat 0% 100%;
	padding-top: 10px;
	padding-left: 50px;
	margin-bottom: 0px;
	margin-left: -23px;
} 
#bloc_11 .message_goldbook{
	width : 330px;
	border-bottom: 2px dotted #7D7D7D;
	margin-left: 40px;
}
#bloc_11 .lien_admin {
	font-size: 10px;
	font-style: italic;	
}
#bloc_11 .name {
	text-align: right;
	color: #BD0000;
}
#bloc_11 .fleche{
	display: block;
	background: transparent url(../images/icone_fleche.jpg) no-repeat 55% 100%;
	height: 18px;
	text-indent: -5000em;
}
* html #bloc_11 .fleche{
	display: block;
	background: transparent url(../images/icone_fleche.jpg) no-repeat 52% 100%;
	height: 18px;
	margin-top: 5px;
	text-indent: -5000em;
}
#bloc_11 input , #bloc_11 textarea{
	font-size: 11px;
	font-style: italic;
	color: #424242;
	margin: 3px;
	border: #666 solid 1px;
}
#bloc_11 textarea {
	width: 320px;
	height: 60px;
}
#bloc_11 input {
	width: 152px;
}
#bloc_11 input#name {
	margin-right: 10px;
}
#bloc_11 #add_message {
	margin: 15px 0px 0px 20px ;
}
#bloc_11 input.submit{
	background : transparent url(../images/bt_send.jpg) no-repeat 0% 0%;
	margin-left: 200px;
	text-align: right;
	border: none;
	width: 125px;
	cursor: pointer;
	color: #BD0000;
}

/** scroll **/
#wrapper {
	overflow: hidden; 
	height: 240px; 
	width: 390px;
	position: relative;
	margin-bottom: 5px;
}
#content {
	width: 365px;
	height: auto;
	position: relative;
}



