
/* CSS Document */

/** Couleurs Produits --> par Axe **/

.vitalite {
	color:					#f68933;
}
a.vitalite  {
	color:					#002d19;
}
a.vitalite:hover  {
	color:					#f68933;
}


.beaute {
	color:					#ED0C6D;
}
a.beaute  {
	color:					#002D19;
}
a.beaute:hover  {
	color:					#ED0C6D;
}


.sommeil {
	color:					#034ea2;
}
a.sommeil  {
	color:					#002D19;
}
a.sommeil:hover  {
	color:					#034ea2;
}


.circulation {
	color:					#922d47;
}
a.circulation  {
	color:					#002D19;
}
a.circulation:hover  {
	color:					#922d47;
}


.digestion {
	color:					#e8ad11;
}
a.digestion  {
	color:					#002D19;
}
a.digestion:hover  {
	color:					#e8ad11;
}


.digestion2 {
	color:					#905F01;
}
a.digestion2  {
	color:					#002D19;
}
a.digestion2:hover  {
	color:					#905F01;
}


.douleurs {
	color:					#00A3E6;
}
a.douleurs  {
	color:					#002D19;
}
a.douleurs:hover  {
	color:					#00A3E6;
}


.douleurs2 {
	color:					#00648D;
}
a.douleurs2  {
	color:					#002D19;
}
a.douleurs2:hover  {
	color:					#00648D;
}


.minceur {
	color:					#72C05D;
}
a.minceur  {
	color:					#002D19;
}
a.minceur:hover  {
	color:					#72C05D;
}


.minceur2 {
	color:					#3926C8;
}
a.minceur2  {
	color:					#002D19;	
}
a.minceur2:hover  {
	color:					#3926C8;
}

.underline {
	text-decoration: 		underline;
}

/** Blocs Corps de Page **/

#paragrapheGauche{
	display:block;
	width:460px;
	margin-top:20px;	 
}

#paragrapheDroite{
	float:right;
	width:400px;
	clear:right;
	margin-top:60px;
}

.subtitle{
    clear:both;
	padding-left:5px;
	padding-top:10px;
}


/** Paragraphes Texte **/

.paraTexte{
	font-family:Verdana;
	color:#002D19;	
	text-align:justify;
	padding:5px 0 0 5px;
}

/** Bloc Produit **/

#imgProduit{
	display:block;
	width:200px;
}

#commentProduit{
	height:200px;
	display:block;
	padding-top:40px;
	font-family:Verdana;
	font-size:10px;
}

#autresProduit{
    margin: 20px 0px 0px -40px;
	padding-left:40px;
	width:350px;
	float:none;
}

.commentLink{
	padding-top:4px;
	.padding-top:0px;
}

.link1{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
}


/** Bloc Decriptif **/

#blocCadre{
	position:relative;
	width:353px;
	clear:both;
	margin-bottom:20px;
	padding-top:20px;
}

#cadreTop{
	height:11px;
	background-image:url(../images/produits/top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#cadreMiddle{
	height:140px;
	background-image:url(../images/produits/middle.jpg);
}

#cadreBottom{
	height:10px;
	background-image:url(../images/produits/bottom.jpg);
	background-repeat:no-repeat;
}

#illustration{
	float:right;
	width:116px;
	height:133px;
	padding-right:30px;
}

.illustrationLink{
	float:left;
	padding:60px 0 0 30px;
}

.illustrationLink2{
	float:left;
	padding:60px 0 0 20px;
}

.link2{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
}

/** Axes **/

.puceAxe {
	position:			relative;
	top:				3px;
}

.paragrapheAxeGauche {
	width:				270px;
}

.legendePyramide {
	color:				#096C07;
}

a.legendePyramide  {
	text-decoration:	none;
}

a.legendePyramide:hover {
	text-decoration: underline;
}