/* Style  */            
/* Blog modèle famille */
/* Couleur jaune */

/* couleurs */
/* Jaune : #ffcf0d */
/* violet : #7b3993 */

BODY{
	background: #FFE88F;
	color: 000;
}
a {
	color: #000;
}
a:hover {
	color: #000;
}
.GLOBAL500, .GLOBAL700 {
	background: #ffcf0d url(imgs/BG-left-500.gif) 0 10px repeat-y;
}
.GLOBAL700 {
	background-image: url(imgs/BG-left-700.gif);
}
.GLOBAL {
}
.TOP {
	background: url(imgs/BG-colright.gif) no-repeat top right;
}
.texte {
	color: #333;
}
.list {
	list-style-image: url(imgs/P-list.gif);
}
.ENTETE{
	background: url(imgs/BG-entete.jpg) no-repeat;
}
.titre {
	color: #7b3993;
}
.titre a{
	color: #7b3993;
}
.titre a:hover{
	color: #7b3993;
}
.ENTETE .baseline {
	color: #7b3993;
}
.COL-left .zone .titre, .CONTENU .article .titre{
	color: #7b3993;
}
.COL-left #auteur.zone .titre, .CONTENU #auteur.article .titre{
	background: url(imgs/PICT-auteur.gif) no-repeat;
}
.COL-left #rub_2.zone .titre, .CONTENU #rub_2.article .titre{
	background: url(imgs/PICT-cuisine.gif) no-repeat;
}
.COL-left #rub_3.zone .titre, .CONTENU #rub_3.article .titre{
	background: url(imgs/PICT-jardin.gif) no-repeat;
}
.COL-left #rub_4.zone .titre, .CONTENU #rub_4.zone .titre{
	background: url(imgs/PICT-sante.gif) no-repeat;
}
.COL-left #rub_16.zone .titre, .CONTENU #rub_16.article .titre{
	background: url(imgs/PICT-rubrique.gif) no-repeat;
}
.COL-left #photo.zone .titre, .CONTENU #photo.zone .titre{
	background: url(imgs/PICT-photo.gif) no-repeat;
}
.COL-left #amis.zone .titre, .CONTENU #amis.article .titre{
	background: url(imgs/PICT-amis.gif) no-repeat;
}
.COL-left #rub_perso.zone .titre, .CONTENU #rub_perso.article .titre {
	background: url(imgs/PICT-rubrique.gif) no-repeat;
}
.COL-left .zone .texte{
	color: #333;
}
.COL-right .info{
	background: url(imgs/BG-info.gif) no-repeat bottom;
}
.COL-right .info .titre{
	color: #333;
}
.COL-right .info .titre a{
	color: #333;
}
.CONTENU .article {
	border-bottom: 1px solid #ffcf0d;
}
.CONTENU #auteur.article .titre, .CONTENU #rub_2.article .titre, .CONTENU #rub_3.article .titre, 
.CONTENU #rub_4.article .titre, .CONTENU #photo.zone .titre, .CONTENU #amis.zone .titre,
.CONTENU #rub_perso.article .titre {
	background-position: 0px 1px;
}
.CONTENU .article .date{
	color: #ffcf0d;
}
.CONTENU .article .resume .texte{
	color: #7b3993;
}
.CONTENU #auteur.article .chapitre .titre, .CONTENU #rub_2.article .chapitre .titre, .CONTENU #rub_3.article .chapitre .titre, 
.CONTENU #rub_4.article .chapitre .titre, .CONTENU #photo.article .chapitre .titre, .CONTENU #amis.article .chapitre .titre, 
.CONTENU #rub_perso.article .chapitre .titre {
	background: none;
}
.CONTENU .article .comment {
	color:#ffcf0d;
}
.CONTENU .article .comment a {
	color:#ffcf0d;
}
.CONTENU .article .comment a:hover {
	color:#ffcf0d;
}

/* Commentaires */
.CONTENU .commentaire {
	background-color: #FFF5CF;
}
.CONTENU .commentaire .titre{
	border-bottom: 1px solid #7B3993;
	font-size:14px;
}
.CONTENU .commentaire .comment {
	background-color: #A283AF;
	color:#FFF;
}