/*###############################################
################################################
###
###  STRUCTURE
###
###############################################
##############################################*/

BODY {
	color:#7b5a4e;
	FONT-FAMILY: Arial; 
	FONT-SIZE: 10pt;
}

TD {color:#7b5a4e;FONT-FAMILY: Arial; FONT-SIZE: 10pt;}

.chapeau {color:#b6313d;FONT-FAMILY: Arial; FONT-SIZE: 10pt;}

A {color:#7b5a4e;FONT-FAMILY: Arial; FONT-SIZE: 10pt;}


/*###############################################
################################################
###
###  CONTENU
###
###############################################
##############################################*/



/*------------------------------------Les Listes------------------------------------*/
li {
	list-style-position: outside;
	list-style-image: url(http://www.ecomusee.plouigneau.fr/medias/images/www/contenu/communs/puce_liste.gif);
	list-style-type: Aucune;
	font-weight: regular;
	color: #868C95;
	font-size: 10px;
}

/*------------------------------------Les Fonds------------------------------------*/
.fond_1{
	background-color: #B6313D;
	color: #FFFFFF;
}
.fond_2{
	background-color: #B6313D;
	color: #FFFFFF;
}

/*------------------------------------Spécifique------------------------------------*/
.titre-page{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #B6313D;
	margin-bottom: 5px;
}

.sous-titre-page{
	font-family: Arial;
	font-size: 11px;
	font-weight: regular;
	font-style: italic;
	color: #B6313D;
}

.titre-article{
	font-family: Arial;
	font-size: 12px;
	font-weight: regular;
	color: #52AD00;
	/*
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #30551E;
	width: 100%;
	background: #FFFFFF;
	margin-top: 2px;
	border-bottom: 3px solid #4383C5;
	*/		
}
.sous-titre-article{
	font-family: Arial;
	font-size: 11px;
	font-weight: regular;
	color: #52AD00;
}
.texte{
	color:#7b5a4e;
	FONT-FAMILY: Arial; 
	FONT-SIZE: 10pt;
}
.legende{
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: regular;
	color: #868C95;
	background-color: #FFFFFF;

}








/*------------------------------------STRUCTURES------------------------------------*/

.barre_article {
	width: 220px;
	height: 1px;
	background: #CB1242;
}

.contenaire_photo {
	width: 220px;
	padding: 0px;
}

.contenaire_titre {
/*
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFB700;
	width: 100%;
	height: 16px;
	margin-right: 0px; 
	background: #FFFFFF;
	margin-top: 2px;
	border-bottom: 1px solid #868B94;
	*/
		
		display: none;
}

.mini_colonne {
  float: left;
  width: 105px;
  margin-right: 10px;
}



