@import url(left-panel.css);

#ariane {
	display: none;
}

#contentLayout {
	background: url(img/fond-content.gif) left repeat-y;
	margin-top: 20px;
}
.IE6 #contentLayout,
.IE7 #contentLayout {
	height: 1%; /* sinon l'image de fond est invisible */
}

#contentLayout .left-panel {
	width: 270px;
	float: left;
	margin-right: 20px;
}

#contentLayout .main-panel {
	width: 610px;
	float: left;
}

#edito {
	margin-bottom: 10px;
}

#edito .left-panel {
	width: 399px;
	margin-right: 10px;
}

#edito .main-panel {
	width: 165px;
}

#edito .resume {
	height: 200px;
	margin-bottom: 8px;
}

#last-news .left-panel {
	width: 112px;
	margin-right: 10px;
	float: left;
}

#last-news .main-panel {
	width: 488px;
	float: left;
}

#contentLayout div.bottom-panel {
	padding: 10px 0 0 0;
	border-top: 1px solid #98AAD0;
}

/* Titres */

#contentLayout h2,
#contentLayout h3 {
	color: #3A5395;	
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#contentLayout h2 {
	font-size: 16px;
}

#edito h2 {
	font-size: 18px;
	border-bottom: 1px solid #98AAD0;
	margin: 0 0 10px 0;
	padding: 10px 0;
}

#last-news img {
	margin-bottom: 5px;
}

#last-news-h2 {
	border-top: 1px solid #98AAD0;
	border-bottom: 1px solid #98AAD0;
}

#last-news h3 {
	margin-bottom: 10px;
}

#last-news .resume {
	height: 85px;
	overflow: hidden;
}

#last-news div.separation {
	border-bottom: 1px dashed #98AAD0;
	margin-bottom: 10px;
}

#last-news div.voir-tous a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #275299;
	padding: 2px 0;
	margin-top: 10px;
}

/* --------- boutons en savoir plus ------------- */
#contentLayout div.en-savoir-plus a {
	display: block;
	background-color: #275299;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
}

#contentLayout div.en-savoir-plus a:hover {
	background-color: #FFAE35;
}

#contentLayout div.en-savoir-plus a span {
	font-size: 12px;
}