.home_text
{
	background-color: 	#6C1B7E;
	padding: 			0 25px;
	height:				266px;
	overflow-y:			auto;
}

.home_text .home_text1
{
	color: 				#FFFFFF;
	padding: 			30px 0 10px 0;
	font-size: 			10pt;
	font-weight: 		bold;
}
.home_text .home_text2
{
	color: 				#BDD2E8;
	padding: 			10px 0 30px 0;
	font-size: 			8pt;
}

#home .news_item_datecreate
{
	display: none;
}
#home .news_item_label
{
	text-transform: 		uppercase;
	font-size: 				10pt;
	font-weight: 			bold;
	color: 					#FFF;
	margin-left: 			5px;
}
#home .news_item_description
{
	font-size: 				8pt;
	color: 					#D5E2F0;
	margin-left: 			5px;
}
#home .news_item
{
	background-color: 		#AC4189;
	border-bottom: 			1px solid #A2277A;
	border-top: 			1px solid #BF539E;
	padding: 				15px 15px;
}

#home .home_news_bloc
{
	background-image: 		url(../images/home/home_news_title.jpg);
	background-position: 	top left;
	background-repeat: 		no-repeat;
	background-color: 		#AC4189;
	padding-top: 			40px;
}

#home .home_news_button
{
	padding: 				12px 0 13px 0;
	text-align: 			center;
	background-color: 		#A02076;
}

#form_open
{
	border-bottom: 			3px solid #BF4597;
	cursor: 				pointer;
}
#home_flash
{
	border-bottom: 			3px solid #BF4597;
}


/*******************************
 * Formulaire de contact
 *******************************/
#home_form_bloc
{
	padding: 				0px 40px;
	background-image: 		url(../images/home/home_form.jpg);
	background-position: 	top left;
	background-repeat: 		no-repeat;
	/*background-color: 		#9EBBDB;*/
	padding-top: 			50px;

}

.form_field_left
{
	width: 				200px;
	color: 				#FFF;
	text-align: 		right;
	padding-right: 		10px;
}
.form_field_right
{
	width:				220px;
}
.field_required
{
	text-align: 		center;
	color: 				#FFF;
	font-size: 			8pt;
	margin-left: 		40px;
	
}
.req
{
	color: 				red;
}


.home_inscription_ok,
.home_inscription_error
{
	padding: 			20px;
	color: 				#FFF;
}
.home_inscription_ok
{
	background-color: 	#AC0171;
}
.home_inscription_error
{
	background-color: 	#C00;
}
.home_form_intro
{
	color: 					#FFF;
	background-color: 		#5D207D;
	text-align: 			justify;
	line-height: 			14pt;
	padding: 				15px 20px;
	margin: 				15px 0;
	text-align: 			center;
}