/* coding:utf-8 */
/* CSS document */

/* ================================== *\
|* cogefip                            *|
|* Date de Création :      01/09/2008 *|
|*         Modifications :  *|
|* Titre :  spip *|
\* ================================== */

/* les objets spip */

.spip_rubrique {
	font-size : 1.2em;
}
	
.spip_article {
	font-size : 1em;
	letter-spacing : 1px;
}
	
.spip_article-syndic {
	font-size : 0.9em;
}
	
.spip_breve {
	font-size : 0.9em ;
	letter-spacing : 1px ;
}
	
.spip_hierarchie {
	font-family : menu ;
}
	
.spip_auteur {
	font-size : 0.9em;
}
	
.spip_forum {
	font-size : 0.8em ;
}
	
.spip_mot {
	font-size : 0.9em ;
}
	
.spip_site {}
	
.spip_signature {}
	
.spip_document {
	font-family : caption ;
}
	
.spip_image {}

.spip_article .imgtitre {
	padding-bottom : 1em;
	padding-right : 1em;
}

.spip_pave {
}

.spip_encart {
	border-width : 1px;
	border-style : solid ;
	height : 80px;
	font-size: 0.9em;;
}

.spip_encart_logo {
	float : left;
	margin : 0 0.5em 0 0;
	padding : 0;
}

/* les éléments constitutifs */

.spip_sur-titre {
	text-align : center ;
	color : #6e3d1d ;
}
	
.spip_sous-titre {
	text-align : center ;
	color : #6e3d1d ;
}

.spip_titre{
	color : #6e3d1d ;
	padding : 0 1em ;
}
	
.h3.spip {
	color : #a05624 ;
}

.spip_description {
	font-style : italic ;
	font-size : 0.8em ;
}
	
.spip_chapo {
	clear : both ;
	border-style : solid ;
	border-width : 2px ;
	margin : 1em 0; 
	padding : 1em ;
	text-align : justify ;
	color : #e5e5e5 ; 
	border-color : #e5e5e5 ;
}

.spip_edito {
	clear:both;
	margin-left : 3em;
	padding-left : 3em;
	margin-top : 1em;
	border-left : solid 1px #f0c133;
}

.spip_fond {
	clear:both;
	background-repeat : no-repeat ;
	background-position : 1em 90%;
	margin : 0 5em 0 1em
}
	
.spip_texte {
	clear : both ;
	text-align : justify ;
}
	
.spip_nbp {
	clear : both ;
	font-size : 0.8em;
	font-family : caption ;
	margin : 1em;
	margin-top : 1.5em ;
	padding-top : 1em ;
	border-top-style : solid ;
	border-width : 1px ;
}
	
.spip_ps {
	clear : both ;
	font-size : 0.9em ;
	margin : 0.8em 0 0.5em ;
	font-style : italic ;
}
	
.spip_lien {}
	
.spip_datation {
	margin : 0.3em 0.3em 0.2em 0.2em;
	padding-top : 0.2em;
	border-top : solid 1px #6e3d1d;
	font-family : small-caption ;
	text-align : right ;
	display : block ;
}

.spip_encart .spip_datation {border : none ;}

.spip_details {
		font-family : small-caption ;
}
.spip_nom-auteur {}

/* habillage de date d'événement */

.date_evenement {
	text-align: center;
	float: right;
	font-weight: 600;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 4px ridge;
	border-bottom: 4px ridge;
	padding: 0.33em;
	margin: 0.33em;
	border-color : #a12c29;
}

.datejour {
}

.datemois {
	font-size: 1.1em;
}

.dateannee {
	font-size: 1.4em;
}

@media print {
	spip_encart {
		display : none ;
	}
}
/* ============== fin du fichier  ========================== */