/*** DEFAULT CSS FOR bloc_12 ***/

#bloc_12 {
	background: transparent url(../images/bg_news.jpg) no-repeat 100% 100%;
	padding-left: 20px;	
	height: 460px;
	width: 400px;
	text-align: justify;
}
* html #bloc_12{ 
	width : 400px;
	background: transparent url(../images/bg_news.jpg) no-repeat 95% 100%;
	height: 460px;
	padding-left: 10px;
}				
#bloc_12 h2 {
	width: 330px;
	height: 34px;
	background: transparent url(../images/img_h2.jpg) no-repeat;
	padding-top: 10px;
	padding-left: 50px;
	margin: 0px 0px 10px -30px;
}
#bloc_12 table, #bloc_12 p {
	margin-left: 35px;
}
#bloc_12 table td {
	display: block;
	text-align: left;
}
#bloc_12 div.submit{
	padding-top: 10px;
}
#bloc_12 input.submit{
	background : transparent url(../images/bt_send.jpg) no-repeat 0% 0%;
	margin-left: 230px;
	text-align: right;
	border: none;
	width: 145px;
	color: #BD0000;
	cursor: pointer;
}
#bloc_12 input.text {
	width : 350px;
	margin: 2px 0px 8px 0px;
}
#bloc_12 textarea {
	width: 350px;
	height: 120px;
	margin-left: 0px;
	margin-bottom: 0px;
}	
#bloc_12 .petit_txt {
	font-size : 10px; 
	font-style: italic;
	margin: 10px 0px 0px 40px;
}
