/*
 *		/skin-01/balisesHtml.css
 *
 *		rikka v0.5
 *		Auteur : Gyan <gyan000@free.fr>
 *
 *		Fonction :
 *		- Contient la définition des styles des balises HTML.
 */

A {
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}
A:hover {
	text-decoration: underline;
	font-weight:bold;
}
A IMG {border: none;}
A.faq {
	color: #7EB303;
	text-decoration: none
}
BODY {
	background-color: #9EABBC;
	color: #666666;
	font-family: Arial;
}
B.oui {
	color: green;
}
B.non {
	color: red;
}
H2.faq {
	background: url('./images/icone1.gif') no-repeat left;
	color: green;
	padding-left: 25px;
}
H2.editoTitre {
	color: green;
	text-align: center;
}
H3 {
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
}
H3.produitNom {
	text-align: left;
	font-size: 1.4em;
	color: #9EAABE;
}
INPUT, SELECT, OPTION {
	font-size: 0.8em;
	color: black;
	border: 1px solid black;
	background-color: #EDEDED;
}
INPUT:hover, SELECT:hover, OPTION:hover {
	background-color: #F6F6F6;
}
TEXTAREA {
	border: 1px solid black;
	font-size: 1.2em;
	background-color: #EDEDED;
}
TEXTAREA:hover {
	font-size: 1.2em;
	background-color: #F6F6F6;
}
INPUT[type=submit] {
	color: black;
	border: 1px solid black;
	height: 25px;
}
INPUT[type=image] {
	border-width: 0px;
}
P.faq {
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.3em ;
}
P.temoignage {
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.1em ;
}
P.descriptionProduit {
	text-align: justify ;
	line-height: 1.1em ;
}