
/* REFERENCES */
/* 

ROUGE : #e3004a
GRIS FOND BLOCS : #edeae6
TYPO NAVIGATIONS : 'Alegreya Sans', sans-serif; 	(font-weight: 300, 400, 700, 800;)
TYPO TEXTES : 'Bitter', serif; (font-weight: 400, 700;)

POUR TESTS :
background-color: #f3caca;
*/



/* PAGE */
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: 'Bitter', serif;
	font-size: 1em;
}



/* LIENS */
a { 
	color: #e3004a;
	text-decoration: none;
}
a:hover { 
	color: #e3004a; 
	text-decoration: underline;
}
a.spip_out, a.spip_in, a.spip_mail { 
	border-bottom: dotted 1px #8d8d8d;
	color: #414141;
	text-decoration: none;	
}
a.spip_out:hover, a.spip_in:hover, a.spip_mail:hover { 
	border-bottom: dotted 1px #000;
	color: #000;
	text-decoration: none;
}
/*
.caps
small.fine

.nom {
	font-variant:small-caps;
}
ol,ul {
	list-style:none;
	margin-left: -20px;	
}
ul.spip, ol.spip {
	margin-left: -20px;
}
ul li.spip {
	list-style-type: none;
	list-style-image: url(puce.gif);
	font-size: 0.95em;	
	font-family: 'Segoe UI', Helvetica, 'Lucida Grande','Lucida Sans Unicode', Verdana, Arial, sans-serif; 	
}
ol li.spip {
	list-style-type: decimal;
	font-size: 0.95em;	
	font-family: 'Segoe UI', Helvetica, 'Lucida Grande','Lucida Sans Unicode', Verdana, Arial, sans-serif; 	
}
*/

/* LISTES */
ol,ul {
	list-style:none;
	margin-left: -20px;	
}
ul.spip, ol.spip {
	margin-left: -26px;
}
ul.spip li {
	list-style-type: none;
	list-style-image: url(elements/puce.png);
}
ul.spip li ul.spip li {
	list-style-type: none;
	list-style-image: url(elements/puce2.png);
}
ol li.spip {
	list-style-type: decimal;	
}



/* STRUCTURE */
.colonne_gauche {
	float: left;
	width: 230px;		
	padding-right: 75px;
}
.colonne_droite {
	float: left;
	width: 695px;
	border-top: solid 10px #e3004a;
	padding-bottom: 100px;
}
.colonne_droite_rubrique {
	float: left;
	width: 695px;
	padding-bottom: 100px;
}
.colonne_droite_decalage {
	margin-left: -55px;
	padding-bottom: 60px;
}
.header {
	height: 285px;	
	width: 1000px;
	margin-left: auto;
	margin-right: auto;	
}
.logo {
	float: left;
	width: 300px;	
	height: 115px;
	padding-top: 10px;	
}
.navigation_secondaire {
	float: left;
	width: 700px;
	height: 115px;
	padding-top: 2px;
	text-align: right;
}
.navigation_position {
	padding-top: 40px;
	height: 124px;	
	background-image: url(elements/ligne-navigation.png);
	background-position: center 80px;
	background-repeat: no-repeat;		
}



/* NAVIGATION SECONDAIRE */
.navigation_secondaire li {	
	margin-top: 2px;
	margin-bottom: 0px;
	padding-top: 2px;
	height: 18px;
	background-image: url(elements/ligne-41.png);
	background-position: right top;
	background-repeat: no-repeat;	
}
.navigation_secondaire a {	
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	font-size: 0.75em;
	color: #000;
	text-transform: uppercase;	
	letter-spacing: 1px;
}
.navigation_secondaire a:hover, .navigation_secondaire .on {	
	color: #e3004a;
	text-decoration: none;	
}



/* NAVIGATION PRINCIPALE */
/* general */
.navigation a {	
	color: #000;
}
.navigation a:hover, .navigation>ul>li.on>div>a, .navigation>ul>li>div>ul>li.on>a  {	
	color: #e3004a;
	text-decoration: none;	
}
.navigation {
	position: relative;
	height: 90px;	
}	
.navigation ul , .navigation  ul  li  ul  {
	margin: 0;	
	padding: 0;
}
/* 1er niveau */
.navigation > ul {	
	height: 40px;
	/*border-bottom: solid 10px #000;	*/
}
.navigation > ul > li {	
	float: left;
	width: 204px;
	height: 48px; /*28*/
	padding-top: 2px;
	text-align: center;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 300;
	font-size: 1.5em;	
	text-transform: uppercase;	
	letter-spacing: 1px;
}
.navigation > ul > li > div {
	height: 28px; 
	border-right: solid 1px #000;
}
.navigation>ul>li.on {
	background-image: url(elements/puce-navigation.png);
	background-position: center 40px;
	background-repeat: no-repeat;		
}
.navigation>ul>li.on ul {
	display: inline;	
}
/* 2nd niveau */
.navigation > ul > li > div > ul {	
	display: none;	
	height: 30px;	
	background-color: #edeae6;
	border-bottom: solid 1px #000;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 1000px;
}
.navigation > ul > li > div > ul > li {	
	float: left;
	height: 16px;
	margin-top: 6px;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center;
	border-left: solid 1px #000;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	font-size: 0.6em;	
	text-transform: uppercase;	
	letter-spacing: 1px;	
}
.navigation > ul > li > div > ul > li:first-of-type {	
	border: 0;
}	



/* TEXTE */
.titraille_logo {
	float: right;
	margin-left: 5px;
}
.titraille_logo_img {
	border: solid 1px #000;
}
.titraille {
	min-height: 110px;	
	border-bottom: solid 1px #e3004a;
	padding: 10px 0 6px 0;
	margin-bottom: 32px;
}
.titraille_auteur {
	color: #414141;
	font-size: 1.2em;
	line-height: 135%;
	margin: 0px 0 3px 0;
}
.titraille_auteur a {
	border-bottom: dotted 1px #414141;
	color: #414141;
	text-decoration: none;
}
.titraille_auteur a:hover {
	border-bottom: dotted 1px #000;
	color: #000;
	text-decoration: none;
}
.gris, .gris a {
	color: #868686;
}
h1.titraille_titre {	
	font-weight: normal;
	color: #e3004a;
	font-size: 2.em;
	line-height: 110%;
	margin: 0 0 8px 0;
}
.titraille_soustitre {
	font-size: 1.4em;
	line-height: 115%;
	color: #808080;
	margin: 2px 0 2px 0;
}
.texte {
	font-size: 0.95em;
	line-height: 145%;	
	text-align: justify;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;	
}
.texte p {
}
.notes {
	border-top: solid 1px #cdcdcd;
	margin: 56px 0 25px 0;
	font-size: 0.85em;
	color: #595959;
	line-height: 135%;
	text-align: justify;
}
h3.spip {
	font-weight: normal;
	font-size: 1.4em;
	font-weight: bold;
	color: #e3004a;
	line-height: 115%;
	margin: 20px 0 -10px 0;
	text-align: left;	
	word-break: keep-all;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}
hr.spip {
	line-height: 1;
	border: 0;
	border-bottom: solid 1px #cdcdcd;
}
.typo_exposants {
	font-size: 0.6em;
}


/* ECRIRE */
.ecrire_auteur {
	float: right;
	margin-top: -30px; 
	height: 10px;
}
.ecrire_auteur a {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	color: #e3004a;
	text-transform: uppercase;	
	text-decoration: none ;
}
.ecrire_auteur a:hover {
	color: #e3004a;
	text-decoration: none ;
}
.formulaire_auteur fieldset {
	background-color: #edeae6;
	border: 0;
	border-top: solid 1px #e3004a;	
	border-bottom: solid 1px #e3004a;	
}
.formulaire_auteur fieldset legend {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 800;
	font-size: 0.9em;
	color: #e3004a;
	text-transform: uppercase;
}
 
.formulaire_auteur fieldset label {
	font-size: 0.9em;
}
.formulaire_auteur .boutons {
	padding-top: 15px;
	padding-bottom: 20px;	
}



/* ENGLISH */
.english {
	margin-top: -30px; 
	height: 30px;
}
.english a {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	color: #595959;
	text-transform: uppercase;	
	text-decoration: none ;
}
.english a:hover {
	color: #e3004a;
	text-decoration: none ;
}




/* BOITE ENCADRE */
.encadre {
	float: left;
	width: 231px;
	border-bottom: solid 10px #e3004a;	
	margin-right: 50px;
	margin-bottom: 35px;
	padding-bottom: 8px;
	text-align: left;
	font-size: 0.95em;
	line-height: 135%;
	color: #595959;
	word-break: keep-all;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;	
}
.encadre  p {	
	margin-top: 4px;
	margin-bottom: 5px;
	padding-top: 2px;
	background-image: url(elements/ligne-41.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.encadre strong, .encadre_strong {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
	font-size: 1.em;
	color: #000;
	text-transform: uppercase;
}



/* BOITE DOCUMENTS */
.boite_documents {
	padding: 8px;
	margin-top: 56px;
	padding-bottom: 0;		
	background-color: #edeae6;
	background-image: url(elements/ligne-231.png);
	background-position: left top;
	background-repeat: no-repeat;	
}
.boite_documents h5 {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	color: #000;
	text-transform: uppercase;
	margin: 3px 0 5px 3px;
}
.document {
	float: left;
	width: 226px;		
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	color: #000;
	padding-bottom: 10px;	
}
.document_logo {
	float: left;
	width: 40px;		
}
.document_titre {
	font-size: 1.1em;
	float: left;
	width: 160px;
}
.document_titre a {
	font-family: 'Bitter', serif;
	font-size: 0.9em;
	color: #000;	
}


/* LOGOS PARTENAIRES */
.logos_partenaires {
	float: left;
	width: 100px;
	margin-bottom: 35px;
}
.logos_partenaires a:hover #artoff {
	display: none;
}
.logos_partenaires a:hover #arton{
	display: inline;
}


/* BOITE MOTS-CLES */
.boite_mots {
	border-top: solid 10px #e3004a;
	border-bottom: solid 10px #e3004a;	
	line-height: 100%;	
}
.boite_mots h5 {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	color: #000;
	text-transform: uppercase;
	margin: 8px 0 5px 0;
}
.boite_mots ul {
	list-style:none;
	margin: 0;	
}
.mot_detail {
	padding: 8px;
	padding-top: 5px;
	background-color: #edeae6;
	border-top: solid 1px #e3004a;
}
.mot_login {
	padding: 8px;
	padding-top: 5px;
	background-color: #edeae6;
	border-top: solid 1px #e3004a;
	font-size: .9em;	
}
.boite_mots ul li ul li {
	list-style: circle url("elements/puce-circle.png");
	margin-left: -23px;	
}
.mot_titre {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 800;
	font-size: 0.9em;
	color: #e3004a;
	text-transform: uppercase;
}
a.mot_article_titre {
	font-weight: 700;
	font-size: 0.8em;
	color: #000;
}
a:hover.mot_article_titre {
	text-decoration: underline;
	color: #000;
}
.mot_article_soustitre {
	font-weight: 400;
	font-size: 0.8em;
	color: #000;
}
.mot_article_rubrique {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	font-size: 0.7em;
	color: #808080;
	text-transform: uppercase;
}
.mot_savoir_plus {
	text-align: right;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	font-size: 0.7em;
	text-transform: uppercase;
}
.mot_savoir_plus a {
	color: #808080;
}
.mot_savoir_plus a:hover {
	color: #e3004a;
	text-decoration: none;
}



/* RUBRIQUES */
.boite_titre {
	background-color: #edeae6;
	padding: 10px;
	min-height: 190px;	
}
.boite_titre_sommaire {
	background-color: #edeae6;
	padding: 10px;
	min-height: 190px;	
	border-top: solid 1px #e3004a;	
	border-bottom: solid 1px #e3004a;	
	font-weight: 700;
	font-size: 0.9em;
	margin-bottom: 60px;
}
.boite_titre_sommaire p {
	padding: 0;
	margin: 0;
}
h1.rubrique_titre {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: normal;
	font-weight: 800;
	font-size: 1.7em;
	text-transform: uppercase;
	margin: 0 0 8px 0;	
}
.rubrique_soustitre {
	font-weight: normal;
	font-weight: 300;
	font-size: 1em;
}	
.rubrique_soustitre_auteur {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: normal;
	font-weight: 800;
	font-size: 0.7em;
	text-transform: uppercase;
	margin: 20px 0 0 0;	
}
.rubrique_soustitre_lien a {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: normal;
	font-weight: 300;
	font-size: 1.1em;
	color: #555555;	
}	
.rubrique_intertitre {
	border-top: solid 10px #e3004a;	
	font-family: 'Alegreya Sans', sans-serif;
	text-transform: uppercase;	
	font-weight: normal;
	font-weight: 300;
	font-size: 1.5em;
}	
.rubrique_plus {
	float: right;
	width: 21px;
	height: 21px;
	margin-top: 4px;
	/*overflow: hidden;*/
	background-image: url(elements/plus-off.jpg);
	cursor: pointer;
}
.rubrique_plus:hover {
	background-image: url(elements/plus-on.jpg);		
}
.ligne {
	margin-left: 55px;
	width: 695px;
	height: 1px;
	overflow: hidden;
	border-bottom: solid 1px #e3004a;	
}
.demi_ligne {
	float: left;
	margin-left: 55px;
	width: 320px;
	height: 1px;
	overflow: hidden;
	border-bottom: solid 1px #e3004a;	
}
.demi_ligne_blanche {
	float: left;
	margin-left: 55px;
	width: 320px;
	height: 1px;
	overflow: hidden;
	border-bottom: solid 1px #fff;	
}
ul.boites_sommaires, ul.boites_sommaires li {
	margin: 0;	
	padding: 0;
}
ul.boites_sommaires li {
	float: left;
	margin-left: 55px;
	width: 320px;
	height: 143px;
	overflow: hidden;
	border-bottom: solid 1px #e3004a;	
	cursor: pointer;
	background: #fff;	
	/*
	-webkit-transition: all  700ms ease-out;
	-moz-transition: all  700ms ease-out; 
	-ms-transition: all  700ms ease-out; 
	-o-transition: all  700ms ease-out; 
	transition: all  700ms ease-out;	
	*/
}
ul.boites_sommaires li:hover {
	background: #edeae6; /* Old browsers */
	background: -moz-linear-gradient(top,  #edeae6 0%, #f7f3f2 41%, #f7f3f2 53%, #edeae6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edeae6), color-stop(41%,#f7f3f2), color-stop(53%,#f7f3f2), color-stop(100%,#edeae6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #edeae6 0%,#f7f3f2 41%,#f7f3f2 53%,#edeae6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #edeae6 0%,#f7f3f2 41%,#f7f3f2 53%,#edeae6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #edeae6 0%,#f7f3f2 41%,#f7f3f2 53%,#edeae6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #edeae6 0%,#f7f3f2 41%,#f7f3f2 53%,#edeae6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeae6', endColorstr='#edeae6',GradientType=0 ); /* IE6-9 */		
}
ul.boites_sommaires>li:hover #artoff {
	display: none;
}
ul.boites_sommaires>li:hover #arton{
	display: inline;
}
.boites_autres {
	margin-left: 55px;
	width: 695px;
	border-bottom: solid 1px #e3004a;	
	font-size: 0.9em;
	text-align: justify;
}
.boites_autres strong {
	/*color: #e3004a; */
}
.boites_autres h3.spip {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: normal;
	font-weight: 300;
	font-size: 1.5em;
	color: #000;
	text-transformX: uppercase;		
}
.boites_sommaires_logo {
	float: left;
	width: 103px;
	height: 143px;
	overflow: hidden;	
	background: #edeae6; /* Old browsers */
	background: -moz-linear-gradient(top,  #edeae6 0%, #f7f3f2 41%, #f7f3f2 53%, #edeae6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edeae6), color-stop(41%,#f7f3f2), color-stop(53%,#f7f3f2), color-stop(100%,#edeae6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #edeae6 0%,#f7f3f2 41%,#f7f3f2 53%,#edeae6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #edeae6 0%,#f7f3f2 41%,#f7f3f2 53%,#edeae6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #edeae6 0%,#f7f3f2 41%,#f7f3f2 53%,#edeae6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #edeae6 0%,#f7f3f2 41%,#f7f3f2 53%,#edeae6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeae6', endColorstr='#edeae6',GradientType=0 ); /* IE6-9 */	
}
.boites_sommaires_contenu {
	float: left;
	margin-left: 7px;	
	width: 207px;
	padding-top: 4px;
	padding-right: 3px;	
	height: 138px;
	overflow: hidden;
}

/* Tronquer le texte */
.transparentX:after {
	content: ""; /* pour créer un élément fantôme */
	pointer-events: none; /* pour que l'élément n'empêche pas la sélection de texte (navigateurs supportant cette propriété) */
	width: 100%; /* pour que l'élément fantôme couvre la largeur entière et 30% de la hauteur */
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	/* lignes suivantes : dégradé vertical de blanc transparent vers blanc opaque (navigateurs supportant les dégradés CSS, navigateurs supportant les couleurs rgba */
	background: -webkit-linear-gradient(rgba(236,236,229,0), rgba(236,236,229,1));
	background: -moz-linear-gradient(rgba(236,236,229,0), rgba(236,236,229,1));
	background: -ms-linear-gradient(rgba(236,236,229,0), rgba(236,236,229,1));
	background: -o-linear-gradient(rgba(236,236,229,0), rgba(236,236,229,1));
	background: linear-gradient(rgba(236,236,229,0), rgba(236,236,229,1));
}



h2.sommaire_titres_membres {
	font-weight: normal;
	font-weight: 700;
	font-size: 1.2em;
	margin: 4px 0 2px 0;	
}
h2.sommaire_titres_membres a:hover {
	text-decoration: none;
}
h2.sommaire_titres {
	font-weight: normal;
	font-weight: 700;
	font-size: 0.9em;
	line-height: 105%;	
	margin: 0 0 2px 0;	
}
h2.sommaire_titres a:hover {
	text-decoration: none;
}
.sommaire_surtitres {
	font-weight: normal;
	font-weight: 400;
	font-size: 0.85em;
	margin: 0;		
}
.sommaire_soustitre {
	font-weight: normal;
	font-weight: 400;
	font-size: 0.85em;
	color: #ee6693;		
	margin: 0;	
}
.sommaire_soustitre_membre {
	font-weight: normal;
	font-weight: 400;
	font-size: 0.85em;
	color: #494949;		
	margin: 0;	
}
.sommaire_reference_rubrique {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	font-size: 0.8em;
	color: #808080;
	text-transform: uppercase;
	line-height: 95%;	
	margin: 0;	
}
.boite_on_sav {

	background: #edeae6; /* Old browsers */
	background: -moz-linear-gradient(top,  #edeae6 0%, #d8d8d6 41%, #d8d8d6 53%, #edeae6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edeae6), color-stop(41%,#d8d8d6), color-stop(53%,#d8d8d6), color-stop(100%,#edeae6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #edeae6 0%,#d8d8d6 41%,#d8d8d6 53%,#edeae6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #edeae6 0%,#d8d8d6 41%,#d8d8d6 53%,#edeae6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #edeae6 0%,#d8d8d6 41%,#d8d8d6 53%,#edeae6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #edeae6 0%,#d8d8d6 41%,#d8d8d6 53%,#edeae6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeae6', endColorstr='#edeae6',GradientType=0 ); /* IE6-9 */

	background: #edeae6; /* Old browsers */
	background: -moz-linear-gradient(top,  #edeae6 0%, #f7f3f2 41%, #f7f3f2 53%, #edeae6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edeae6), color-stop(41%,#f7f3f2), color-stop(53%,#f7f3f2), color-stop(100%,#edeae6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #edeae6 0%,#f7f3f2 41%,#f7f3f2 53%,#edeae6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #edeae6 0%,#f7f3f2 41%,#f7f3f2 53%,#edeae6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #edeae6 0%,#f7f3f2 41%,#f7f3f2 53%,#edeae6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #edeae6 0%,#f7f3f2 41%,#f7f3f2 53%,#edeae6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeae6', endColorstr='#edeae6',GradientType=0 ); /* IE6-9 */
}




/* OUTIL */
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.main {
	cursor: pointer;
}
.masquer {
	display: none;
}



/* PAGINATION */
.pagination {
	text-align: right;
	margin-top: 30px;
	font-size: 0.9em;
}
a.lien_pagination, a:hover.lien_pagination {
	padding: 2px 7px 2px 7px;
	background-color: #e3004a;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.pagination .on {
	padding: 2px 7px 2px 7px;
	background-color: #B8B8B8;
	color: #fff;
	font-weight: normal;
}
.sep {
	color: #fff;
}





.info_print {
	text-transform: uppercase;
	background-color: #EBECE5;
	font-weight:bold;
	padding: 3px;
}



/* BLOC DOCUMENT ET IMAGES */

	
.logo_article {
	padding: 0;
	margin-bottom: 10px;
	border: none; 
	border: #000 solid 0px;
}





















