/****************************************************************/
/* Définition des style propre à un article pour les rédacteurs */
/****************************************************************/


/****************************************************/
/*        Paragraphe (premiere lettre)              */
/****************************************************/
.indente:first-letter{
   padding-left:25px;
   text-transform:uppercase;
}
.indenteMaj:first-letter{
   padding-left:50px;
   text-transform:uppercase;
   font-size:140%;
}
.indenteMajG:first-letter{
   padding-left:50px;
   text-transform:uppercase;
   font-size:160%;
   font-weight:bold;
}
.majG:first-letter{
   text-transform:uppercase;
   font-size:160%;
   font-weight:bold;
}

/****************************************************/
/*               Recettes de cuisine                */
/****************************************************/
.noItemRecette {
	color: #FF9933;
	font-weight: bold;
	font-size: 18px;
	float:left;
	width:13%;
}
.itemRecette {
	float:left;
	width:87%;
}
.separateur {
	clear:both;
}

#caseHG {
	float:left;
	width:45%;
}
#caseHD {

	float:right;
	width:53%;
}
#caseBG {
	float:left;
	width:45%;
}
#caseBD {
	float:right;
	width:53%;
}
.friseAutomne {
	background-image:url(../mesimages/liserairepas041031.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

/******************************************************/
/* positionnement de texte a droite, gauche de photos */
/******************************************************/
div.texteCotePhotoD {padding: 1px;}
div.texteCotePhotoD img {float: left; margin: 5px;}
div.nettoyeurD {clear: left; line-height: 0; height: 0;}

div.texteCotePhotoG {padding: 1px;}
div.texteCotePhotoG img {float: right; margin: 5px;}
div.nettoyeurG {clear: right; line-height: 0; height: 0;}

div.nettoyeur {clear:both; line-height: 0; height: 0;}

/******************************************************/
/* bandeau de 4 images */
/******************************************************/
.bandeau4  {
	text-align:center;
}
.bandeau4 img {
	margin-right: 6px;
	margin-left: 6px;
}

/******************************************************/
/* Mise en forme de texte */
/******************************************************/
.gras {
	font-weight:bold;
}
.italique {
	font-style:italic;
}
.centre{
	text-align:center;
}
.souligne {
	text-decoration:underline;
}
.rouge {
	color:red;
}
