/*
 *		/skin-01/balisesHtml.css
 *
 *		gHTML v0.4
 *		Auteur : Gyan <gyan000@free.fr>
 *
 *		Fonction :
 *		- Contient la d�finition des styles des balises HTML standards.
 */
A {
	border: none;
	color: #4C95C8;
	text-decoration: none;
}
A:hover {
	border: none;
	text-decoration: none;
}
A IMG {border: none;}
BODY {
	background: url('./images/leFond.jpg') repeat-x top;
	background-color: #4C95C8;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	color: black;
	margin-top: 0px;
}
H1 {
	font-style: italic;
	padding-left: 20px;
	font-size: 1.8em ;
	background: url('./images/H2.jpg') no-repeat left top;
	color: #7C1B14;
	height: 40px;
}
H2 {
	padding-top: 10px;
	margin-left: 15px;
	padding-left: 30px;
	color: #7F0301;
	font-size: 1.3em ;
	background: url('./images/H3.jpg') no-repeat left top;
	height: 30px;
}
H3 {
	padding-top: 10px;
	margin-left: 285px;
	padding-left: 30px;
	color: #7F0301;
	font-size: 1.3em ;
	background: url('./images/H3.jpg') no-repeat left top;
	height: 30px;
}
H5 {
	text-align: center;
	font-weight: bold;
	font-size: large;
}
H6 {
	text-align: center;
	font-weight: bold;
	font-size: medium;
}
H8 {
	text-align: center;
	font-weight: bold;
	font-size: medium;
	color: #871210;
}
P {
	max-width: 650px;
	text-align: justify;
}
LI {
	/*list-style: #4C95C8;*/
}
UL {
	max-width: 610px;
}
INPUT, SELECT, OPTION, TEXTAREA {
	font-size: 12px;
	color: black;
	border: 1px solid #7F0301;
	background-color: #F9F4EA;
}
INPUT:hover, SELECT:hover, OPTION:hover, TEXTAREA:hover {
	font-size: 12px;
	background-color: #FFFAF0;
}
INPUT[type=submit] {
	color: black;
	border: 1px solid #7F0301;
	height: 25px;
}
INPUT[type=submit]:hover {
	border: 2px  solid black;
}