@import url(../../com_article/css/content.css);

.movie
{
	float: right;
}

#home_actu
{
	margin: 10px 0 10px 10px;
	clear: both;
	float: left;
	color: #0081c6;
	background: #fff url(images/home_menu.png) 0 0 repeat-y;
	width: 295px;
	height: 161px;
}

#home_actu img
{
	clear: left;
	width: 35%;
	margin-top: 30px;
	padding: 0 0 0 32px;
	text-align: left;
}

#home_actu h3,
#home_discover h3
{
	margin: 0;
	padding: 20px 0 0 32px;
	text-align: left;
}

#home_discover
{
	margin: 10px 5px 10px 0;
	float: right;
	background: #fff url(images/home_menu.png) 0 0 repeat-y;
	width: 295px;
	height: 161px;
	color: #0081c6;
}

#home_discover ul
{
	color: #0081c6;
	list-style: square;
}

#home_actu ul
{
	color: #0081c6;
	list-style: square;
}

#home_discover ul,
#home_actu ul
{
	margin: 10px 0 0 0;
	padding: 0 2em 20px 3em;
	list-style-position: inside;
}

#home_discover li a,
#home_actu li a
{
	color: #666;
	text-decoration: none;
}

#home_discover li a:hover,
#home_actu li a:hover
{
	text-decoration: underline;
}

