/* listes Actu */

p, div, h4, h5 {
	margin: 0;
	padding: 0;
}

/* SousListe = Bas livres et Auteurs */
.ActuTitre3, .ActuTitre3SousListe {
	font: 22px 'Kreon-Regular';	/*30px 'Kreon-Regular';*/
	line-height: 25px;	/* 30px; */
	margin: 2px 0;
}
.ActuTitre4, .ActuTitre4SousListe {
	font: 15px 'Kreon-Regular';	/*20px 'Kreon-Regular';*/
	line-height: 18px;	/* 20px; */
	margin: 2px 0;
}
.ActuTitre5, .ActuTitre5SousListe {
	font: 15px 'Kreon-Regular';
	min-height: 18px;
	/*margin: 2px 0;*/
	color: #cb2b39;
}

.ActuTexte, .ActuTexteSousListe, .ActuTexte a, .ActuTexteSousListe a {
	font: 13px 'Kreon-Regular';
	min-height: 15px;
	margin: 2px 0;
	color: #000000;
}
.ActuTexteSign, .ActuTexteSignSousListe {
	font: 13px 'Kreon-Regular';
	font-style: italic;
	margin: 2px 0;
}

/* partenariats */
.ActuTitre3Partenariats {
	font: 30px 'Kreon-Regular';	/*30px 'Kreon-Regular';*/
	line-height: 33px;	/* 30px; */
	margin: 2px 0;
}
.ActuTitre4Partenariats {
	font: 22px 'Kreon-Regular';	/*20px 'Kreon-Regular';*/
	line-height: 25px;	/* 20px; */
	margin: 0;
	padding: 0;
}
.ActuTitre5Partenariats {
	font: 20px 'Kreon-Regular';
	min-height: 22px;
	/*margin: 2px 0;*/
	color: #cb2b39;
}

.ActuTextePartenariats, .ActuTextePartenariats a {
	font: 15px 'Kreon-Light';
	min-height: 16px;
	/*margin: 2px 0;*/
	margin: 0;
	padding: 0;
	color: #000000;
}
.ActuTexteSignPartenariats {
	font: 13px 'Kreon-Regular';
	font-style: italic;
	margin: 2px 0;
}
/*N130823 ATTENTION !!! PAS position: relative; sur #liCentre2pos et #ListTitre2 car ça couvre les menus déroulants !!!*/
.liCentre2 {
	/*height: 30px;*/
	padding: 0;
	margin: 12px 0 15px 0;
	/*background: #f0e68c;*/
}

#ListTitre2 {
	top: 0px;
	z-index: 3px;
	width: 200px;
}
#ListTitre2 span {
	font: 18px 'Delicious-Heavy';
	text-transform: uppercase;
	color: #cb2b39;
}
#ListTitre2 h2 {
	font: 18px 'Delicious-Roman';
	display: inline;
	color: #cb2b39;
}

/*.actuLine {
	background: #97feff;
	min-height: 30px;
}*/

/*N130907 A cause des float, on doit faire les calages à coup de padding et margin */
/* plus rien ne fonctionne des dimensions position text-align.... */
/* , .actuTextesPartenariatsRetrait, .actuTextesPartenariatsRetrait */
.actuTextes, .actuTextesRetrait {
	position: relative;
	min-height: 70px;
}
.actuTextesRetrait {
	margin: 0 0 0 125px;
}
.actuLine img {
	max-width: 160px;
	height: auto;
	max-height: 160px;
	width: auto;
	padding: 0;
	margin: 0;
}
/* Pour qu'il n'y ai pas le pointer partout ! */
.actuLine {
	cursor: default;
	padding: 0;
	margin: 0 0 15px 0;
	/*background: #ff7f50;*/
}
.actuLine a {
	cursor: pointer;
}

.actuInterLine {
	cursor: default;
	padding: 12px 0 0 0;
	margin: 0;
	/*background: #c0ff64;*/
}
.ecartimgLeft{
	position: relative;
	padding: 0px 16px 10px 0;
	margin: 0;
	float: left;
	/*background: white;*/
	z-index: 1;
	/*background-color: fuchsia;*/
}
.ecartimgRight{
	position: relative;
	padding: 0 0 10px 16px;
	margin: 0;
	text-align: left;
	float: right;
	display: block;
	/*background: white;*/
	z-index: 1;
	/*padding: 0 0 1em 0;*/
	/*background-color: fuchsia;*/
}
.rendezVousDate {
	/*background: #ffe75e;*/
	/* surtout pas ça annule tout ! */
	/*clear: both;*/
}
.GrandJour {
	font: 51px 'Kreon-Regular';
	margin: 0 0 0 0;
	/*background: fuchsia;*/
	line-height: 45px;
}
.GrandMoisAnFr {
	margin: 0 0 0 0;
	font: 15px 'Kreon-Regular';
	/*background: aqua;*/
}
/* _________________ */

/* __ Bandeau Hidden Show */

.ActuTextesHover {
	position: relative;
	/*background: url(../images/graph/EquateursPresse.png) no-repeat;*/
	top: 0;
	width: 100%;
	cursor: pointer;
	/*background-color: aqua;*/
}

.ActuTextesHover:hover {
	background: none;
}
.ActuTextesHover:hover .ActuTitre3Partenariats a {
	color: #cb2b39;
}

.ActuTextesShow {
	position: relative;
	/*background: url(../images/graph/EquateursPresse.png) no-repeat;*/
	/*background-color: #f4edaf;*/
	top: 0;
	padding: 0;
	display: none;
	visibility: hidden;
	cursor: default;
}

.ActuTextesHover:hover .ActuTextesShow {
	display: block;
	visibility: visible;
}

/* __ Bandeau Hidden Show h5 titre5 */

.ActuTitre5Hover {
	position: relative;
	/*background: url(../images/graph/EquateursPresse.png) no-repeat;*/
	top: 0;
	width: 100%;
	cursor: pointer;
	/*background-color: aqua;*/
}

.ActuTitre5Hover:hover {
	background: none;
}

.ActuTitre5Show {
	position: relative;
	/*background: url(../images/graph/EquateursPresse.png) no-repeat;*/
	/*background-color: #f4edaf;*/
	top: 0;
	padding: 0;
	display: none;
	visibility: hidden;
	cursor: default;
}

.ActuTitre5Hover:hover .ActuTitre5Show {
	display: block;
	visibility: visible;
}