.date {
	color: #9933CC;
	font-size: 9pt;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}

.article_intro {
	text-align: justify;
	}

.justifie {
	text-align: justify;
	color: #000000;
	text-decoration: none;
	line-height: 15pt;
	}
	
a.justifie {
	text-align: justify;
	font-family: Verdana;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	}	

a.justifie:hover { color: #902AC6; }

/* ! couleur par défaut de la bordure d'image */
	img { border-color: #999999; }
	/* ! Placement des images */
	.imageleft { 
		margin-right: 10px;
		/**/float: left;
		}
	.imagecenter {
		margin: 0;
		padding: 2px;
		border: 0;
		}
	.imageright {
		margin-left: 10px;
		/**/float: right;
		}
	.image_accueil {
		margin-right: 10px;
		/**/float: left;
		}

/* ---- FICHES----- */
#fiche {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0; /*jf gérer les marges du pop up*/
	
	color: #000;
	}
	
#fiche_in {
	padding: 0;
	margin: 0; /*jf gérer les marges du pop up*/
	}	

#fiche .image, #fiche_in .image {
	background: url(images/fiche_haut_bgd.png) repeat-x;
	text-align: center;
	}
	
#fiche .contenu, #fiche_in .contenu {
	padding: 20px;
	}
	

#fiche .article, #fiche_in .article {
	padding: 0px 10px 10px 10px;
	text-align: justify;
	border:0px;
	}

#fiche .image2, #fiche_in .image2 {
	padding: 0 0 0 0;
	}
	
#fiche .fichiers_attaches, #fiche_in .fichiers_attaches {
	padding: 0 0 0 0;
	}
	
#fiche .fichier_attache, #fiche_in .fichier_attache {
	padding: 4px;
	border-top: 1px dotted #005E9E;
	border-left: 1px dotted #005E9E;
	background: #F0F4F7;	
	}	

#fiche .navigation, #fiche_in .navigation {
		padding: 0 0 10px 0;
		font-size: 7pt;
		color:#000;
		}
	
#fiche .navigation a, #fiche_in .navigation a {
		text-decoration: none;	
		font-size: 7pt;
		color:#000;
		}
		#fiche .navigation a:hover, #fiche_in .navigation a:hover {
			color:#005E9E;
		}


#fiche .bas {
	border-top: 1px solid #9933CC;
	padding: 6px 0 0 0;
	text-align: right;
	}
	
a.fiche_lien {
	font-weight: normal;
	color:#9933CC;
	text-decoration: none;
	}
	a.fiche_lien:hover {
		color: #fff;
		}	
		
a.lien { color: #800080; text-decoration: none; }
a.lien:hover { color: #800080; text-decoration: underline; }
	
	.legende_photo {
		font-weight: normal;
		clear: both;
		color: #000000;
		border-bottom: 1px solid #999999;
		text-align: center;
		font-size: 8pt;
		padding: 4px 0 5px 0px; margin-bottom: 3px;
		}

.page_nav { color: #800080; text-decoration: none; }
a.page_nav:hover { color: #800080; text-decoration: underline; }

/* ----- Affichage des sous rubriques ----- */
	/* sous_rubriques haut */
	.sous_rubriques_haut {
		margin: 10px 0 6px 10px;
		padding: 10px;
		background:#EBD6F5;
		border-left: 1px dotted #9933CC;
		/**/width: 150px; float: right;		
		}
	
	.sous_rubrique_haut_titre {
		font-weight: bold;
		font-size: 11px;
		padding: 4px;
		color:#000;
		}
	
	a.sous_rubrique_haut {
		display: block;
		/*width: 100%;*/
		width: 140px;
		text-decoration: none;
		font-size: 11px;
		padding: 4px;
		color:#9933CC;
		}
		a.sous_rubrique_haut:hover {
			display: block;
			color:#fff;
			background: #9933CC;
			/*overflow: hidden;*/
			}

		/* sous_rubriques bas */
		#sous_rubriques {
			display: block;
			margin: 0;
			padding: 10px;
			background:#EBD6F5;
			border-top: 1px solid #9933CC;
			/**/height: 100%;
		}
		
		.sous_rubrique {
			clear: both;
			margin: 0 0 10px 0;
			padding: 6px;
			border: 1px solid white;
			}
		
		.sous_rubriques_titre {
			font-weight: bold;
			font-size: 11px;
			padding: 0 0 0 0;
			margin: 0;
			color:#000;
			}
		
		#sous_rubriques img {
			margin: 0 10px 0 0;
			padding: 0 0 0 0;
			/**/ float: left;
			}
			
		a.sous_rubrique_titre {
			font-weight: bold;
			text-decoration: none;
			font-size: 11px;/*jf*/
			color:#9933CC;
			}
			a.sous_rubrique_titre:hover { color:#56187A; }
		
		.sous_rubrique_desc { font-weight: normal; font-size: 10px; color:#000; } 

/* plan du site */
.sitemap_rubrique {
padding-bottom: 6px;
font-size: 9pt;
text-decoration: none;
color:#56187A;
font-weight: bold;
}
a.sitemap_rubrique:hover {
text-decoration: underline;
}

.sitemap_article {
padding-bottom: 6px;
font-size: 9pt;
text-decoration: none;
color:#fff;
}
a.sitemap_article:hover {
text-decoration: underline;
}


/**/div.break {
	height: 1px;
	clear: both;
	}

p {
	margin: 0; padding: 0;
}

/* ---- imageview----- */

a.imgview_lien {
	font-weight: bold;
	color:#56187A;
	text-decoration: none;	
}

a.imgview_lien:hover {
	color: #fff;
	}

.hr {
	color: #56187A;
	}

/* ! placement de l'article de gauche si deux colonnes */
.article_gauche {
	width: 48%;
	/**/float: left;
	padding: 4px 0 0 0;
}
/* ! placement de l'article de droite si deux colonnes */
.article_droite {
	/**/width: 48%;
	/**/float: right;
	padding: 4px 0 0 0;
}

.article {
	border-top: 1px solid #fff;
	padding: 6px 0 0 0;
	margin: 0 0 20px 0;
	}

.titre_article { font-size: 14px; font-weight: bold; text-decoration: none; color: #000; padding: 0 0 10px 0;}
	a.titre_article:hover { color: #7D27B0;}

.date_article {
	font-size: 8pt;
	color: #fff;
	}

.lire_la_suite	{
	font-size: 8pt;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url("images/fp_lire_la_suite.png") no-repeat 0 2px;
	padding: 0 0 0 14px;
	}
	a.lire_la_suite:hover {
	color: #69268C;
	}
	
.retour {
	font-size: 8pt;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	a.retour:hover {
	color: #69268C;
	}
	
#rubrique_header {
padding: 0 0 10px 0;
}

.chemin {
	font-size: 8pt;
	color: #902AC6;
	text-decoration: none;
	margin: 0 0 6px 0;
	}
	a.chemin:hover {
	color: #69268C;
	}

.titre_rubrique {
	height: 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 19px;
	color: #000;
	}

.titre_rubrique2 {
	height: 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 19px;
	color: #fff;
	text-align: left;
	padding: 13px 14px 0 220px;
	}
	
.rubrique_desc {
	font-size: 8pt;
	color: #fff;
	}
	
.rubrique_desc2 {
	margin-top: 10px;
	font-size: 8pt;
	color: #fff;
	padding: 0px 5px 0 5px;
	display: block;
	text-align: justify;
	}		

#retour_articleview	{
	padding: 10px 0 0 0;
}

/* ----------------------- */
/* ----- GWEN styles ----- */
/* Pages intérieures */
#content{
	color:#000;
	background-color:#f5f8fc;
	margin:0;
	padding:0;
	border:0;
}

/*
#content h2 {
	font-size: 24px;
	color:#fff;
	font-family: arial, sans-serif;
	margin:0;
	padding:0;
	font-weight: 400;
	
}*/

.category_head {
	border-bottom:solid 1px #fff;
}
	
.category_head_title {
	/*text-align:right;*/
	font-size: 24px;
	font-weight: 400;
	color:#fff;
}

.category_image
{
	float: right;
	margin-top:-1px;
}

.content-view-children-left-col {
  width: 48%;
  float: left;
}

.content-view-children-right-col {
  width: 48%;
  float: right;
}
#first-article-with-subcategories {
  margin-right: 15em;
}
.subcategories-beside-first-article {
  width: 15em;
  height: 100%;
  float: right;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-color: green;
  background-color: yellow;
  foreground-color: green;
  border: 2px solid green;
  padding: 2px;
  text-align: center;
  display: block;
}
.subcategory-link-beside-first-article {
}
.bottom-subcategories {
  width: 100%;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-color: green;
  background-color: yellow;
  foreground-color: green;
  border: 2px solid green;
  padding: 2px;
  text-align: center;
  display: block;
}
.bottom-subcategory-link {
  margin: 2px
}
  
/* ----- FRONTPAGE ----- */
#frontpage p {
	/*text-align: justify;*/
	font-family: Arial,Verdana,"Trebuchet MS",Geneva,Arial,Helvetica,sans-serif;
	font-size: small;
	}

/*
#fp_left {
	float: right;
	width: 166px;
	background: #fff;
	padding: 0 0 10px 14px;
	} */

.fp_article {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	}

.fp_article p { margin: 0; padding: 0; }

.fp_titre_rubrique {
	font-weight: bold;
	font-size: 18px;
	color: #C96CBD;
	border-bottom: 1px dashed;
	margin: 0 0px 10px 0;
	padding: 0;
	}

.fp_image_accueil { margin: 0 10px 0 0; }

.fp_read_more {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	}

a.fp_read_more {
	padding: 0 0 0 14px;
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	background: url("images/fp_lire_la_suite.png") no-repeat 0 2px;
	}
	a.fp_read_more:hover { color: #9933CC; }

.breves {
width: 196px;
margin: 0 0 0 10px;
padding: 0;
background: #66CC33;
background: url("images/breves_bgd.png");
border-left: 1px solid #fff;
}

/*
.breves_titre_rubrique {
	font-size: 8pt;
	color: #FFF;
	background: #B4D950;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
	}*/

.breve { padding: 0 10px 10px 10px; }
.breve p { margin: 0; padding: 0; }
.breve_titre { text-decoration: none; font-weight: bold; color: #fff; font-size: 12px; }

a.breveintro {
	font-size: 7pt;
	text-decoration: none;
	color: #000; 
	}
a.breveintro:hover {
	color: #fff;
	}
	
.breveintro a {
font-size: 7pt;
	text-decoration: none;
	color: #000; 
	}
.breveintro a:hover {
	color: #fff;
	}	
/* ----- FRONTPAGE end ----- */
