/* CSS Document By Fan2 and Lapoz */
*{
	margin: 0;
	padding: 0;
}
html { height: 100%; }
IMG { border:none; display: none; }
body {
	background: #E0E4E9;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #0F3D5E;
}
#centre {}

/* -----  ENTETE ET MENU ----- */
#head {display: none;}
#menu {display: none;}

/* -----  ARTICLE ----- */
#article {
	float: left;
	padding: 10px 10px 10px 45px;
}
.chemin { display: none; }

H1 {
	margin: 20px 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	color: #0675AC;
	background: url(../pics/bg-H1.gif) bottom left no-repeat;
}
H2 {
	margin: 10px 0 10px 0;
	color: #FF6600; 
	font-size: 12px;
}
P {
	margin: 0 30px 10px 0;
	line-height: 18px;
}
#article P {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
UL {
	line-height: 16px;
	margin: 10px 0 10px 45px;
}
#article UL {
	margin: 10px 30px 10px 45px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#article LI {
	margin: 4px 0 4px 0;
}
A { color: #FF6600; text-decoration: none; font-weight: bold;}
A:hover { text-decoration: underline;}

/* -----  COLONNE ----- */
#colonne {display: none;}

/* -----  FOOTER ----- */
#footer {display: none;}
.gauche { float: left; margin: 0;}
.droite { float: right; margin: 0;}
#footer A { color: #FFF; text-decoration: none; font-weight: normal;}
#footer A:hover { text-decoration: underline; }

/* -----  AUTRES STYLES ----- */
.orange { color: #FF6600 !important; }
.lettrine { }
