/*********************************************************************************/
/************************************* Images *************************************/
/*********************************************************************************/

.img_droite
{
	float: right;
	margin: 3px 10px 3px 10px;
	border: 0px solid #000;
}

.img_gauche
{
	float: left;
	margin: 3px 10px 3px 10px;
	border: 0px solid #000;
}

.article_style_titre_grand
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

.article_style_titre_moyen_couleur
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	display: block;
	color: #efcc94;
}

.article_style_texte_moyen_couleur
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #efcc94;
}

.article_style_texte_petit
{
	font-size: 10px;
}

.article_style_texte_couleur
{
	color: #efcc94;
}

