/* Style  */            
/* Blog modèle cuicine */
/* Couleur vert olive */

/* couleurs */
/* Vert foncé : #C8C610 */
/* Vert clair : #E9E9C6 */
/* Orange : #E99400 */

BODY{
	background: #9F9F9F;
}
a {
	color: #333;
}
a:hover {
	color: #333;
}
.GLOBAL500, .GLOBAL700 {
	background: #DFDFDF url(imgs/BG-left-500.gif) 0 10px repeat-y;
}
.GLOBAL700 {
	background-image: url(imgs/BG-left-700.gif);
}
.texte {
	color: #333;
}
.list {
	list-style-image: url(imgs/P-list.gif);
}
.ENTETE{
	background: url(imgs/BG-entete.jpg) no-repeat;
	border-bottom: #E99400 1px solid;
}
.titre {
	color: #5F5F5F;
}
.titre a{
	color: #5F5F5F;
}
.titre a:hover{
	color: #5F5F5F;
}
.ENTETE .baseline {
	color: #E99400;
}
.COL-left .zone .titre, .CONTENU .article .titre{
	color: #E99400;
}
.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.article .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) repeat-x bottom;
}
.COL-right .info .titre{
	color: #333;
}
.COL-right .info .titre a{
	color: #333;
}
.CONTENU .article {
	border: 1px solid #9F9F9F;
}
.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 .titre{
	border-bottom: 1px solid #9F9F9F;
}
.CONTENU .article .resume{
	background-color: #EFEFEF;
}
.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 {
	background-color: #9F9F9F;
	color:#FFF;
}
.CONTENU .article .comment a {
	color:#FFF;
}
.CONTENU .article .comment a:hover {
	color:#FFF;
}

/* Commentaires */
.CONTENU .commentaire {
	border: 0px solid #9F9F9F;
	background-color: #EFEFEF;
}
.CONTENU .commentaire .titre{
	border-bottom: 1px solid #9F9F9F;
	font-size:14px;
	color:#E99400;
}
.CONTENU .commentaire .comment {
	background-color: #9F9F9F;
	color:#333333;
}