/* CSS Document */

/************************************/
/* Initialisation                   */
/************************************/

@font-face {
    font-family: 'Tabitha';
    src: url('/fonts/tabitha.eot');
		 
	src: url('../fonts/tabitha.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;

}


* {
	padding: 0px;
	border: none;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0px;
}
img {
	display:block;
	margin:0;
}
body {
	height: 100%; /* debug selection de texte */
	color: #000000;
	background-color: #ffffff;
	/* centrage de la page */
	text-align: center; /* pour corriger le bug de centrage IE */
	/**/
}
a, a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul{
/*	list-style-type: square;*/
list-style-type: none;
}
ul ul{
/*	list-style-type: disc;*/
list-style-type: none;
}
ul ul ul {
	list-style-type: none;
}
label {
	font-size: 100%;
	font-style:italic;
	color: #334d55;
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
.ajusteur	{ /* pour ajuster la hauteur de la ligne */
	clear:both;
	line-height:0px;
	font-size:1px;
	height:0px;
	color:#FFFFFF;
}
.image {
	align:center;
	margin-left:7px;
	margin-bottom:7px;
}
p.legendeGauche {
	position:relative;
	float:left;
	padding-bottom:6px;
	padding-right:20px;
	text-align:inherit;
	font-style:italic;
	font-weight:bold;
	font-size:11px!important;
}
p.legendeDroite {
	position:relative;
	float:right;
	padding-bottom:6px;
	padding-left:15px;
	text-align:inherit;
	font-style:italic;
	font-weight:bold;
	font-size:11px!important;
}
p.legendeDroite img,
p.legendeGauche img{
	display:block!important;
	padding-bottom:5px;
}
p.rouge {
	color:#FF0000;
	font-weight:bold;
}
.pointer {
	cursor:pointer;
}

