/*************************** 
CHARTE DE NOMAGE CSS
.nomdumodule_section_nomdustyle{
}
*****************************/
.padding_TD {
padding:10px;
}

.actu_visuel{
	border: 1px solid #66663E;
	padding:0px;
	background-color:#FFFFFF;
}

.actualites {
padding:0px;
width:724px;
margin:0px;
padding-top:0px;
}

/*----------------------------  CO ALBUMS LIST ----------------------------*/

div#nav_actus {
margin:-20px;
}

div#nav_actus  a {
font-size:11px;
color:#ffffff;/*#29194c*/
display:block;
border-bottom:#ffffff solid 1px;/*#87b416*/
padding:7px;
background:url(../images/picto_actu.gif) no-repeat;
background-position:202px;
background-color:#;/*#c0e368*/
padding-right:20px;
}

div#nav_actus  a:hover, div#nav_actus  a#selected {
font-size:11px;
display:block;
background:url(../images/picto_actu_over.gif) no-repeat;
background-position:202px;
background-color:#aeda23;
color:#29194c;
}


/* **************** TITRE ET SAVOIR PLUS ************************** */
div.bloc_titre {
background:url(../../../../images/bloc_titre_photo_fond.gif) repeat-x;
height:21px;
padding-left:15px;
border-top:#FFFFFF solid 1px;
padding-top:5px;
float:left
}

div.titre {
float:left;
width:600px;
}

div.diapo_plus {
float:right;
width:84px;
}

div.bloc_titre div.titre {
text-transform:uppercase;
font-family:Helvetica, sans-serif;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
background:url(../../../../images/h1_image.gif) no-repeat;
padding-left:20px;
background-position:0px 3px;
margin-bottom:10px;
}


div.bloc_titre div.diapo_plus a {
float:right;
width:22px;
height:21px;
background:url(../images/picto_actu.gif) no-repeat;
padding-left:15px;
}

div.bloc_titre div.diapo_plus a:hover {
float:right;
width:22px;
height:21px;
background:url(../images/picto_actu_over.gif) no-repeat;
padding-left:15px;
}



/******** BOUTON SAVOIR PLUS ET RETOUTR **********/

div.actu_savoir_plus, div.actu_retour {
	float: right;
	width: 140px; height: 13px;
	margin:0 4px;
	text-align:right;
}

div.actu_savoir_plus a, div.actu_retour a {
	text-align:right;
	font-size:10px;
}
	
div.actu_savoir_plus a:hover, div.actu_retour a:hover {
	background-image: none;
}
	
div.actu_savoir_plus span, div.actu_retour span {
	/*display: none;*/
	padding:0 25px 0 0;
}


/* Savoir Plus */
div.actu_savoir_plus {
	/*background:url(../images/picto_fleche_marron.gif) right center no-repeat;*/
}

div.actu_savoir_plus a{
	/*background:url(../images/picto_fleche_marron.gif) right center no-repeat;*/
}
	
	
div.actu_savoir_plus span{
	/*display: none;*/
	padding:0 0px 0 0;
}

/* Savoir Back */
div.actu_retour {
	float:left;
	padding:0 0px 0 0;
	text-align:left;
}

div.actu_retour a {
	padding:0 0px 0 0;
}
	
	
div.actu_retour span {
	/*display: none;*/
	padding:0 0 0 25px;
}



/*---------------------------- BREADCRUM ----------------------------*/
#actu_breadcrum, #actu_breadcrum a{
	color:#FFFFFF;
	background-color:#667995;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size: 15px;
	font-weight:bold;
	padding:5px;
	border-bottom:1px solid #9FA3B5;
	text-decoration:none;
}
#actu_breadcrum a:hover{
	text-decoration: underline;
}

/*---------------------------- TEASER ----------------------------*/
.actu_teaser_row{
	border-bottom:1px solid #66663E;
	padding:0 0 5px 0;
	margin:0 8px 10px 0;
	clear:both;
}

.actu_teaser_visuel{
    /*float:left;*/
	/*margin-right:8px;*/
	width:120px;
}

.actu_teaser_titre {
	color:#765235;
	font-size:11px;
	font-weight:lighter;
}

.actu_teaser_accroche {
	color:#A07A4A;
	font-size:11px;
	font-weight:normal;
}

.actu_teaser_intro{
	color:#797575;
	margin-top:10px;
	margin-bottom:10px;
}


#actu_teaser_picto{
    padding: 16px 0 0 0; /* hauteur */
	margin: 0 0 5px 0;
    overflow: hidden; 
    background-image: url("../images/fre_FR/actu_picto_txt.gif");
	background-repeat:no-repeat;
	width:69px; /* largeur image */
	height: 0px !important; /* for most browsers */
    height /**/:11px; /* for IE5.5's bad box model */
}



/*---------------------------- LISTING ----------------------------*/
/* main container */
#actu_listing{
	border-bottom:1px solid #66663E;
	clear:both;
}

#actu_retourtop {
	position:absolute;
	top:0px;
	left:520px;
	width:10px;
	height:10px;
}

.actu_listing_row{
	border-bottom:1px solid #66663E;
	padding:0 0 5px 0;
	margin:0 8px 10px 0;
	clear:both;
}

.actu_listing_visuel{
    float:left;
}

.actu_listing_titre, .actu_detail_titre{
	color:#765235;
	font-size:14px;
	font-weight:lighter;

}

.actu_listing_accroche, .actu_detail_accroche{
	color:#A07A4A;
	font-size:14px;
	font-weight:normal;
}

.actu_listing_intro{
	color:#C5A57A;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}

.actu_listing_corps{
	color:#797575;
	margin-top:10px;
	margin-bottom:10px;
}

.article_listing_corps a{
	color:#797575;
}

/* separateur */
.actu_listing_separateur{
	background-color:#CFD1DA;
	border:none;
	border-bottom:3px solid #9FA3B5;
	margin:0 0 8px 0;
	padding:0;
	height:13px;
	font-size:11px;	/* IE fix */
}

/*---------------------------- DETAIL ----------------------------*/
.actu_detail{
	border-bottom:1px solid #66663E;
	clear:both;
	
}
.actu_detail_entete{
	padding-bottom:10px;
	margin-right:8px;
	width:120px;
}

.actu_detail_titre{
	color:#765235;
	font-size:14px;
	font-weight:lighter;
}

.actu_detail_accroche{
	color:#29194c;
	font-size:16px;
	font-weight:bold;
}

.actu_detail_intro{
	color:#29194c;
	text-align:left;
	margin-top:12px;
	margin-bottom:10px;
	font-weight:bold;
	padding-right:15px;
}

.actu_detail_visuel{
    float:left;
	margin-right:15px;
	border-left:solid #c2e45a 15px;
	width:182px;
	text-align:left;
}

.actu_detail_legendevisuel{
	font-size:.9em;
	color:#29194c;
	margin:0 0 15px 0;
	border-bottom:solid 1px #29194c;
}


.actu_detail_corps{
	margin:15px;
	text-align:left;
}

.article_detail_corps a{
	/*color:#D78E3E;*/
}

.actu_detail_retour{
	padding:8px 0 8px 0;
}


/*---------------------------- MENU ----------------------------*/
/* BAR DE MENU */

#actu_menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}


#actu_menu ul li a {
	display: block;
	padding: 5px 5px 5px 20px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:10px;
	text-transform:uppercase;
	color:#FFF;
	text-decoration: none;
	background:url(../images/picto_fiche.gif) #3870B7 5px no-repeat;
	border-bottom: 1px solid #000000;
}

#actu_menu ul li a:hover {
	color:#FFF;
	background-color: #0099CC;
	background-image:url(../images/picto_fiche_roll.gif);
}

/*----------------------------- navigation ( « < 1 2 3 > » ) page listing actu -------------------------------*/
.actu_listing_navpage {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-size:10px;
	color:#333333;
	text-decoration:none;
	border-top:1px solid #a3b5d6;
	/*border-bottom:4px solid #9FA3B5;*/
	padding:3px;
	margin-top:30px;
	margin-bottom:15px;
}

.actu_listing_navpage_current {
	font-weight:bold;
	color:#87816D;;
	background-color:#d3e1e0;
	padding:0 2px 0 2px;
}
a .actu_listing_navpage_num {
	font-weight:bold;
	color:#87816D;
	padding:0 2px 0 2px;
	text-decoration:none;
}
a:hover.actu_listing_num {
	color:#FFFFFF;
	background-color:#CB1C1C;
	text-decoration:none;
}
a.actu_listing_navpage_btn {
	color:#87816D;
	border:1px solid #E6E2D2;
	padding:0 2px 0 2px;
	text-decoration:none;
}
a:hover.actu_listing_navpage_btn {
	color:#FFFFFF;
	background-color:#339933;
	text-decoration:none;
}