/* CSS Document */

/******************************************************/

*{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:1em;
	outline:none;
}
body, html{
	width:100%;
	height:100%;
}
body{
	font-size:62.5%; /* 10px */
	color: #000;
	text-align:center;
	letter-spacing: normal;
	word-spacing: normal;
	line-height:normal;
	min-height:100%;
}

p, select, input, caption, label, span, tr, td, table, textarea{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:1em;
	text-align:left;
}
textarea{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	overflow:auto
}
fieldset{
	display:block;
}
img, fieldset, table{
   border: 0px none;
}
table{
	table-layout:fixed;
	border-collapse:collapse
}
form, p, ul, li, fieldset, input{
   margin: 0;
   padding: 0;
}
legend{
	margin-left:-7px;
	color:#000;
}
input, label, .label{
	vertical-align: middle;
}
ul, ol, li{
	list-style: none;
}
ol li{
	list-style: none;
}
hr {
	display:none;
}
address{
   font-style: normal;
}
q{
	font-size:1em;
	font-style:inherit;
	font-weight:inherit;
}
em{
	font-size:1em;
}

/* ! ----- HEADINGS ----- */	
h1, h2, h3, h4, h5, h6 {font-family:Arial, Verdana, Helvetica, sans-serif;text-align:left;font-weight:normal;}
/* ! ----- END HEADINGS ----- */

a{
	color: #798DA8;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;	
}

/* ! Fin Selecteur */
/* ! ** clear */
/*.clear {
	clear: left;
	display: block;
	height: 0px;
	visibility:hidden;
}*/
/* ! ** fin clear */
