/* Teaser */
.co_teaser_actu {
	text-align: center;
}

.co_teaser_actu .title {
	background-color: #A6A48B;
	margin-bottom: 1px;
	padding-top: 1px;
}

.co_teaser_actu .rows {
	background-image: url(../images/haut_fond.png);
	background-repeat: no-repeat;
	padding: 58px 15px 0px 15px;
	text-align: left
}

.co_teaser_actu .rows .row {
	padding-bottom: 15px;
	border-bottom: dotted 1px #d8d8d8;
	margin-bottom: 24px;
}

.co_teaser_actu .rows .lastrow {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}

.co_teaser_actu .rows .row .date {
	font-size: 9px;
}

.co_teaser_actu .rows .row .titre {
	font-size: 12px;
	color: #fec516;
}

.co_teaser_actu .rows .row .accroche {
	font-size: 9px;
	font-weight: normal;
}

.co_teaser_actu .rows .row .savoir_plus {
	float: right;
	margin-top: 5px;
}

.co_teaser_actu .rows .row .savoir_plus a {
	display: block;
	background-image: url(../images/savoir_plus.gif);
	background-repeat: no-repeat;
	width: 92px;
	height: 20px;
	text-decoration: none;
}
.co_teaser_actu .rows .row .savoir_plus a:hover {
	display: block;
	background-image: url(../images/savoir_plus_over.gif);
	background-repeat: no-repeat;
	width: 92px;
	height: 20px;
	text-decoration: none;
}



/* Menu */
#actu_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#actu_menu ul li {
	margin-bottom: 2px;
}

#actu_menu ul li a {
	display: block;
	width: 129px;
	height: 16px;
	line-height: 16px;
	background-color: #98967e;
	background-image: url(../images/puce.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 10px;
	color: #f6e1af;
	text-decoration: none;
	padding-left: 20px;
}

#actu_menu ul li a.selected {display: block;
	width: 129px;
	height: 16px;
	line-height: 16px;
	background-color: #98967e;
	background-image: url(../images/puce_over.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 10px;
	color: #f6e1af;
	text-decoration: none;
	padding-left: 20px;
}

#actu_menu ul li a:hover {
	display: block;
	width: 129px;
	height: 16px;
	line-height: 16px;
	background-color: #98967e;
	background-image: url(../images/puce_over.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 10px;
	color: #f6e1af;
	text-decoration: underline;
	padding-left: 20px;
}

/* Listing */
#actu_listing .row {
	background-color: #afad92;
	padding: 12px 32px 6px 32px;
	margin-bottom: 3px;
}

#actu_listing .row .date {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin-left: 1px;
	margin-bottom: 5px;
}

#actu_listing .row .titre {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #711824;
	margin-left: 1px;
	margin-bottom: 5px;
}

#actu_listing .row .visuel {
	float: left;
	margin-right: 8px;
}

#actu_listing .row .visuel img {
	border: solid 1px #9b9981;
}

#actu_listing .row .intro {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #711824;
}

#actu_listing .row .savoir_plus {
	float: right;
	margin-top: 5px;
}

#actu_listing .row .savoir_plus a {
	display: block;
	background-image: url(../images/savoir_plus_clair.gif);
	background-repeat: no-repeat;
	width: 92px;
	height: 20px;
	text-decoration: none;
}

#actu_listing .row .savoir_plus a:hover {
	display: block;
	background-image: url(../images/savoir_plus_clair_over.gif);
	background-repeat: no-repeat;
	width: 92px;
	height: 20px;
	text-decoration: none;
}



/* Détail */
.actu_detail {
	position: relative;
	background-color: #afad92;
	padding: 12px 33px;
	min-height: 396px;
}

* html .actu_detail {
	height: 396px;
}

.actu_detail .date {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	margin-left: 1px;
}

.actu_detail .titre {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #711824;
	margin-left: 1px;
}

.actu_detail .visuel {
	float: left;
	margin-right: 12px;
}

.actu_detail .visuel img {
	border: solid 1px #99977f;
}

.actu_detail .visuel .legende {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
}

.actu_detail .intro {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #711824;
	text-align: justify;
	margin-bottom: 15px;
}

.actu_detail .corps {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	color: #711824;
	text-align: justify;
}

.actu_detail .fichier {
	text-align: right;
}

.actu_detail .fichier img {
	display: none;
}

.actu_detail .fichier a.download {
	display: block;
	background-image: url("../images/download.gif");
	background-repeat: no-repeat;
	background-position: center right;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	padding-right: 15px;
	margin-top: 13px;
	margin-right: 16px;
}

.actu_detail .retour {
	position: absolute;
	bottom: 11px;
	right: 40px;
}

.actu_detail .retour a {
	display: block;
	background-image: url("../images/retour.gif");
	background-repeat:  no-repeat;
	width: 127px;
	height: 20px;
}

.actu_detail .retour a:hover {
	display: block;
	background-image: url("../images/retour_over.gif");
	background-repeat:  no-repeat;
	width: 127px;
	height: 20px;
}
