@charset "utf-8";



.saut
{
	clear:both;
}

hr
{
	clear:both;
	margin-bottom:10px;
	_margin-bottom:5px;
	border:none;
	height:1px;
	background-color:#bbbbbb;
}

.paragraphe
{
	clear:both;
	float:none;
	text-align:justify;
	margin-top:10px;
	margin-bottom:20px;
	color:#000;
}

.paragraphe p
{
	margin-bottom:10px;
	margin-top:10px;	
}

.paragraphe a
{
	text-decoration:none;
	color:#ff0000;
}

.paragraphe a:hover
{
	color:#000;
	text-decoration:underline;
}

a.lire
{
	border-bottom:none;
	text-decoration:none;
	color:#ff0000;
	float:right;
	background-image:url(../images/lire_14.jpg);
	background-repeat:no-repeat;
	padding-left:13px;
	background-position:0px 4px;
}

a.lire:hover
{
	border-bottom:none;
	text-decoration:none;
	color:#000;
	background-position:2px 4px;	
}

a.achat
{
	background-image:url(../images/panier.gif);
	background-position:0px 0px;
	padding-bottom:10px;
	padding-left:25px;
}
a.achat:hover
{
	border-bottom:none;
	text-decoration:none;
	color:#000;
	background-position:2px 0px;
}

.paragraphe u
{
	color:#007cc7;
	text-decoration:none;
}


.paragraphe img.gauche
{
	float:left;
	margin-right:35px;
	margin-bottom:5px;
}
#droite_accueil .paragraphe img.gauche
{
	float:none;
}
#droite_accueil .paragraphe img.droite
{
	float:none;
}

.paragraphe .sous_titre
{
    font-family: 'DayRomanRegular';
	font-size:14px;
	color:#F00;
	margin-bottom:10px;
	margin-top:10px;
	text-transform:uppercase;
}

.paragraphe .sous_titre a
{
	color:#f16e2f;
	text-decoration:none;
}

.paragraphe img.droite
{
	float:right;
	margin-left:35px;
	margin-bottom:20px;
}

.paragraphe ul
{
	margin:10px;
	margin-left:30px;
}

.paragraphe li
{
	line-height:14px;
	list-style:disc;
	margin-bottom:10px;
}


.gras
{
	font-weight:bold;	
}

.italique
{
	font-style:italic;	
}

.maj
{
	text-transform:uppercase;
}