/***************************/
/* BALISES HTML GENERIQUES */
/***************************/

body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #1d4a83;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

span.spip_surligne {
	background-color: yellow;
}
span.vert {
	color: #518026;
}
span.bleu {
	color: #008;
}
div.spip_poesie { 
	margin: 1em; 
	padding-left: 1em; 
	border-left: 1px solid;
}
div.spip_poesie div {
	text-indent: -60px;
	margin-left: 60px;
}


/*********************/
/* CONTENEUR GENERAL */
/*********************/

body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}

#container {
	width: 100%;
	background: #fff;
	border: 0;
	padding: 0;
}



/***********/
/* EN-TĘTE */
/***********/


#banner {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100px;
	background: no-repeat url(/squelettes/img/header_print.jpg) top center;
}


/***************************/
/* MARGES GAUCHE ET DROITE */
/***************************/


#margeDroite {
	display: none;
}

#margeGauche {
	display: none;
}

/********************************/
/* CONTENU PRINCIPAL DE LA PAGE */
/********************************/

#content {
	margin: 0; 
	padding: 0;
	border: 0;
}

.rubriqueCourante {
	margin-bottom: 12px;
	font-size: 12px;
	border-bottom: solid #1d4a83 1px;
	font-weight: bold;
}
.rubriqueCourante a {
	text-decoration: none;
	color: #1d4a83;
}
.rubriqueCourante a:hover {
	color: #f8cb58;
}



#content h1 {
	color: #f8cb58;
	margin: 0;
	font-size: 22px;
	font-weight: bold;
}

#content div.texte {
	margin-top: 20px;
}

#content div.texte, #content p, #content td, #content ul, #content ol {
	text-align: left;
	font-size: 12px;
	color: #555;
}
#content ul {
	margin-left: 24px;
}
#content ul li {
	list-style-type: disc;
}
#content ol {
	margin-left: 24px;
}
#content ol li {
	list-style-type: decimal;
}
#content th {
	text-align: center;
	background-color: #eee;
	font-size: 12px;
	color: #555;
}

#content table {
	margin-left: auto;
	margin-right: auto;
}

.chapo {
	font-size: 12px;
	color: #555;
	font-weight: bold;
	text-align: left;
	margin-top: 24px;
	margin-bottom: 25px;
}

#content h2 {
	color: #7d7c8a;
	font-size: 13px;
	font-weight: bold;
}

h3.spip {
	color: #1d3d70;
	font-size: 14px;
	margin-top: 20px;
}
h4.spip {
	color: #555;
	font-size: 13px;
	margin-top: 15px;
}
h5.spip {
	color: #555;
	font-size: 12px;
	margin-top: 10px;
}

div.ps {
	padding-top: 10px;
	font-size: 10px;
	color: #555;
}

div.notes {
	border-top: solid #ddd 1px;
	padding-top: 10px;
	font-size: 10px;
	color: #555;
}

div.complements {
	font-size: 10px;
	border-top: solid #ddd 1px;
	color: #555;
	margin: 10px 0px 0px 0px;
}

div.spip_documents {
	font-size: 9px;
}

div.cadrePortfolio {
	float: left;
	margin: 5px;
}

div.spip_documents img {
	border: 0;
	margin: 0;
}

.spip_documents {
	margin-left: 10px;
	margin-right: 10px;
}

#lienPdf {
	float: right;
	width: 30px;
}
#lienPdf img {
	border: 0;
}


/**********************************/
/* SYSTEME NAVIGATION BAS DE PAGE */
/**********************************/


a.lienResultatTitre {
	font-weight: bold;
}
a.lienResultatTitre:hover {
	color: #000;
}
a.lienResultatChapo {
	color: #555;
	text-decoration: none;
}
a.lienResultatChapo:hover {
	color: #000;
}

p.pagination {
	margin: 20px 30px;
	font-size: 10px;
	text-align: center;
}


#navOutils {
	display: none;
}


/******************/
/* PAGE D'ACCUEIL */
/******************/


#dernierNumero, #actualites, #abonnement {
	margin-bottom: 20px;
}
div.contenuEncadreUne {
	padding: 5px;
	padding-bottom: 10px;
}
h3.titreEncadreUne {
	margin: 0;
}
h3.titreEncadreUne span {
	display: none;
}

#dernierNumero {
	float: left;
	width: 258px;
}
#dernierNumero h3 {
	width: 258px;
	height: 31px;
	background: url(/squelettes/img/titre_dernier_numero.gif) no-repeat;
}
#dernierNumero div.contenuEncadreUne {
	border: solid #b97050 1px;
}

#actualites, #abonnement {
	width: 272px;
	margin-left: 300px;
}
#actualites h3 {
	width: 272px;
	height: 31px;
	background: url(/squelettes/img/titre_actualites.gif) no-repeat;
}
#actualites div.contenuEncadreUne {
	border: solid #e7bb36 1px;
}
#actualites a {
	color: #555;
}

#abonnement h3 {
	width: 275px;
	height: 29px;
	background: url(/squelettes/img/titre_abonnement.gif) no-repeat;
}
#abonnement div.contenuEncadreUne {
	border: solid #89a6d0 1px;
}

#dernierNumero h4, #dernierNumero h5, #actualites h6, #actualites p {
	margin: 3px 0px;
}
h2#titreDossier {
	font-size: 18px;
	font-weight: bold;
	font-family: Trebuchet MS, Georgia, Times, Time New Roman;
	color: #b06746;
	margin: 0;	
}
#dernierNumero h4 {
	text-transform: uppercase;
	color: #6b2505;
	font-size: 11px;
	margin-bottom: 0px;
}

#couverture {
	float: right;
	width: 100px;
	border: 0;
	margin: 10px 0px 10px 10px;
}
#actualites img {
	width: 60px;
	height: 50px;
	border: solid black 1px;
	float: right;
	margin-top: 3px;
	margin-left: 15px;
}


/************************/
/* SOMMAIRE D'UN NUMERO */
/************************/


.resumeArticle {
}
h4.titreArticle {
	margin: 12px 0px 0px 0px;
	font-weight: bold;
	font-size: 13px;
}
p.auteurArticle {
	margin: 0px;
	font-style: italic;
	font-size: 13px;
}
p.chapoArticle {
	margin: 0px 0px 0px 24px;
	text-align: justify;
}

a.lireArticle {
	padding-left: 10px;
}

/****************/
/* PLAN DU SITE */
/****************/


div.planSecteur {
	border-top: solid #bbb 1px;
	border-bottom: solid #bbb 1px;
	margin: 0;
	margin-top: 37px;
	padding-bottom: 10px;
}
h2.titreSecteur {
	font-size: 16px;
	margin: 0px;
	margin-bottom: 3px;
	font-weight: bolder;
	color: #1d3d70;
}
h2.titreSecteur a {
	color: #008;
}



/****************/
/* PIED DE PAGE */
/****************/


#footer {
	clear: left;
	background: none;
	font-size: 11px;
	padding: 10pt;
	color: #666;
	text-align: center;
	border-top: solid black 1px;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: black;
}


/*************/
/* COPYRIGHT */
/*************/

#spyrit {
	display: none;
}
