/* Entête Abak (visuel avec boîte logiciel et phrases teaser) */
#header {
	background: url(../images/home/bkg_abak.jpg) no-repeat;
	border-bottom: 12px #1f2020 solid;
	height: 373px;
	position: relative;
	width: 960px;
}
#header_bt_previous {
	height: 22px;
	left: 41px;
	position: absolute;
	top: 38px;
	width: 16px;
}
#header_bt_next {
	height: 22px;
	left: 65px;
	position: absolute;
	top: 38px;
	width: 16px;
}
#header_bt_savoir_plus {
	height: 24px;
	left: 95px;
	position: absolute;
	top: 285px;
	width: 249px;
}
#header_slides {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	height: 235px;
	left: 95px;
	position: absolute;
	top: 38px;
	width: 500px;
}
#header_slides div {
	display: none;
}
#header_slides p.title {
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px 0px 16px 0px;
	text-transform: uppercase;
}
#header_slides p.dot {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}
/* Fin entête Abak */

#content {
	background: #fff url(../images/home/bkg_content.gif) right repeat-y;
	width: 960px;
}

/* Début colonne de gauche */
#content_left {
	float: left;
	width: 240px;
}
/* Fin colonne de gauche */

/* Début colonne du centre */
#content_center {
	color: #333;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 25px 0px 40px 0px;
	width: 480px;
}

/* Début zone texte à propos d'Abak... */
#content_center_text_abak {
	border-bottom: #b2cfd5 1px solid;
	font-size: 14px;
	line-height: 20px;
	padding: 0px 25px 25px 25px;
	width: 430px;
}
#content_center_text_abak p {
	display: inline;
}
#content_center_text_abak a {
	color: #0087c5;
	font-weight: bold;
}
#content_center_text_abak a:hover {
	color: #e9612f;
}
/* Fin zone texte à propos d'Abak... */

/* Début zone texte nouvelles */
#content_center_text_news {
	font-size: 11px;
	line-height: 16px;
	padding: 20px 25px 0px 25px;
	width: 430px;
}
#content_center_text_news_rss {
	height: 16px;
	float: right;
	margin: -5px -10px;
	width: 41px;
}
/* Exception IE 6 */
*html #content_center_text_news_rss { margin: -5px -5px; }
#content_center_text_news h1 {
	color: #000;
	font-size: 21px;
	line-height: normal;
}
#content_center_text_news h2 {
	color: #0087c5;
	font-size: 14px;
	line-height: normal;
	margin: 15px 0px 8px 0px;	
}
#content_center_text_news h2 a {
	color: #0087c5;
	font-weight: normal;
	margin: 0;
	text-decoration: underline;
}
#content_center_text_news h2 a:hover {
	color: #000;
}
#content_center_text_news span.date {
	color: #333;
	font-size: 9px;
}
#content_center_text_news p {
	display: inline;
}
#content_center_text_news a {
	color: #0087c5;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
}
#content_center_text_news a:hover {
	color: #e9612f;
}
/* Fin zone texte nouvelles */
/* Fin colonne du centre */

/* Début colonne de droite */
#content_right {
	float: left;
	width: 240px;
}
#content_right_text {
	color: #333;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	padding: 30px 40px 30px 25px;
	width: 175px;
}
/* Fin colonne de droite */