/* ---[ HomePage.css ]-------------------------------------------

DESCRIPTION:
Tout les éléments composant la home page (HomePage = HP)

CONTENT:
- Containers
- SlideShow
- News List

----------------------------------------------------------------- */


/* ---[ Containers ]--------------------------------------------- */

#HP_Content_Left {
	float:left;
	width:420px;
	margin:0 0 12px 7px;
	display:inline;
}

*html #HP_Content_Left {
	margin:0 0 12px 7px;
}

#HP_Content_Right {
	float:right;
	width:208px;
	margin:0 7px 0 12px;
	display:inline;
}

*html #HP_Content_Right {
	margin:0 7px 0 12px;
}

/* ---[ SlideShow ]---------------------------------------------- */

.HP_SlideShow {
	margin:0 0 30px;
}


/* ---[ News List ]---------------------------------------------- */

.HP_NewsList {
	font-size:12px;
	clear:both;
	border-top:solid 1px #1C4772;
	border-bottom:solid 1px #1C4772;
	background-image: url(../images/Common/SpecificComponents/articleList_background_top.gif);
	background-repeat:repeat-x;
	position:relative;
}

.HP_NewsList_Header {
	clear:both;
}

.HP_NewsList_Header_Title {
	background-color:#1C4772;
	padding:2px 4px;
	color:#fff;
	float:left;
	margin:0 0 0 8px;
	font-size:0.85em;
	font-weight:bold;
}

.HP_NewsList_Header_Links {
	float:right;
}

.HP_NewsList_Header_Links span a {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size:0.9em;
	font-weight:bold;
	margin-left:10px;
	padding-bottom:1px;
	color:#555;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

.HP_NewsList_Header_Links span a:hover {
	text-decoration:underline;
	color:#3f76ac;
}

.HP_NewsList_Header_Links_Newsletter a {
	background-image: url(../images/Common/ico-newsletter-small.gif);
	padding-left: 18px;
}

.HP_NewsList_Header_Links_RSS a {
	background-image: url(../images/Common/feed-icon-12x12.png);
	padding-left: 16px;
}

.HP_NewsList_Bottom {
	position:absolute;
	width:420px;
	height:50px;
	left:0;
	bottom:0;
}

.HP_NewsList ul {
	margin:0;
	padding:8px 0 4px;
	background-image: url(../images/Common/SpecificComponents/articleList_background_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.HP_NewsList li {
	list-style-type:none;
	margin:0 6px 12px;
	position:relative;
}

.HP_NewsList_Title {
	font-size:1.15em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	margin: 0 0 2px;
}

.HP_NewsList_Title a {
	text-decoration:none;
	color:#1C4772;
}

.HP_NewsList_Title a:hover {
	text-decoration:none;
	border-bottom:solid #1C4772 1px;
}

.HP_NewsList_Text {
	font-size:0.95em;
	clear:both;
	margin:0 0 2px;
}

.HP_NewsList_Text a {
	color:#666;
	text-decoration:none;
}

.HP_NewsList_Text a:hover {
	text-decoration:none;
	border-bottom:solid #999 1px;
}

.HP_NewsList_Trailer {
	font-size:0.85em;
	display:inline;
	color:#777;
}

.HP_NewsList_Trailer a {
	text-decoration:none;
	color:#3f76ac;
}

.HP_NewsList_Trailer a:hover {
	text-decoration:underline;
}

.HP_NewsList_Footer {
	margin:2px 0 30px;
	padding:2px 2px 0;
	clear:both;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}

.HP_NewsList_Footer a {
	text-decoration:none;
	color:#555;
	font-weight:bold;
	font-size:0.9em;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 16px;
	padding-bottom:1px;
}

.HP_NewsList_Footer a:hover {
	text-decoration:underline;
	color:#3f76ac;
}

.HP_NewsList_Footer_PreviousArticles {
	background-image: url(../images/Common/bt-precedent.gif);
}

.HP_NewsList_Footer_NewsMap {
	background-image: url(../images/Common/bt-categories.gif);
	margin-left:15px;
}

