.home_info_bloc
{
	background-image: url(../images/frontoffice/home/home_info_top.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 95px;
	margin-top: 10px;
}

.home_info_bloc_inner
{
	background-image: url(../images/frontoffice/home/home_info_bg.png);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 10px;
	font-size: 12pt;
	color: #FFF;
	text-align: center;
	height: 220px;
}

/****************************
 * Gestion des cours
 ****************************/
.home_lesson ul,
.home_lesson li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.home_lesson a:link,
.home_lesson a:hover,
.home_lesson a:active,
.home_lesson a:visited
{
	color: #B8648E;
	text-decoration: underline;
}
 
 
/****************************
 * Gestion du bloc de newsletter
 ****************************/
.newsletter_bloc
{
	position: absolute;
	top: 210px;
	right: 30px;
}

.newsletter_submit
{
	background-color: #B15989;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #CC8EB1;
	height: 19px;
	width: 30px;
	font-size: 9pt;
	padding: 0;
}
.newsletter_edit
{
	background-color: #FFF;
	color: #CC8EB1;
	border: 1px solid #CC8EB1;
	height: 16px;
	width: 180px;
	text-align: center;
}
.newsletter_text
{
	display: inline;
	color: #000;
	font-weight: bold;
}

/****************************
 * Gestion du bloc de news
 ****************************/
.home_news_label:link,
.home_news_label:hover,
.home_news_label:active,
.home_news_label:visited
{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14pt;
	color: #FFF;
	text-decoration: none;
}

.home_news_short_description:link,
.home_news_short_description:hover,
.home_news_short_description:active,
.home_news_short_description:visited
{
	display: block;
	text-align: center;
	font-size: 11pt;
	color: #FFF;
	text-decoration: none;
}

.home_news_separator
{
	border-bottom: 2px solid #FFF;
	margin: 10px 80px 30px 80px;
}


