/**
 * Feuille de style : Page d'Accueil (index.php)
 */
 
@import 'carrousel.css';
 
/**
 * Structure : cadre principaux
 */ 


div#bs_links {
	float: left;
	width: 231px;
	height: 307px;
	margin-left: 20px;
	/*background: red;	*/
	line-height: 32px;
}

div.bs_home_separate {
	clear:both;
	height:16px;
	margin:0;
	padding:0;
	width:100%;
	/*background-color: red;*/
}

div#bs_news {
	float: left;
	width: 542px;
	height: 184px;
	padding-left: 16px;
	/*background: blue;*/
}

div#bs_commente_mains {
	float: left;
	width: 355px;
	height: 201px;
	margin-left: 26px;
	/*background: red;*/
}

/**
 * News
 */
 
div#bs_news h3 {
	border-bottom: 2px solid #000;
	margin-bottom: 16px;
	font-weight: normal;
	font-size: 17px;
	color: #000;
}

div#bs_news ul {
	list-style-type: none;
	padding: 0;
	margin: 0;

}

div#bs_news ul li {

	padding: 0;
	margin: 0;
	position: relative;	
	border-bottom: 1px solid black; 
	background-color: white;
	width: 538px;
	height: 37px;
}

div#bs_news ul li p{
	padding: 0;
	margin: 0;
}

p.bs_news_title  a:visited,
p.bs_news_title  a{
	font-weight: bold;
	color: #24799e!important;
}

p.bs_news_date{
	color: #999;
	font-size: 11px;
}

p.bs_news_date span {
	/*float: right;*/
	position: absolute;
	right: 7px;
	bottom: 2px;	
	font-weight: bold;
	color: black!important;
}

p.bs_news_date span a:visited,
p.bs_news_date span a {
	color: #737373;
}

p.bs_news_date span a:hover { 
	color: #737373;
	text-decoration: underline;
}

/**
 * Divers
 */
 
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bs_no_border {
	border: 0!important;
}
