/* CSS Document */

/******************************************************/

*{
	font-family: "Times New Roman", Times, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:1em;
	outline:none;
}
body{
	font-size:75%; /* 12px */
	color:black;
	letter-spacing: normal;
	word-spacing: normal;
	line-height:normal;
}
textarea{
	overflow:auto
}
fieldset{
	display:block;
}
img, fieldset, table{
   border: 0px none;
}
table{
	table-layout:fixed;
	border-collapse:collapse
}
legend{
	margin-left:-7px;
	color:#000;
}
input, label, .label, select{
	vertical-align: middle;
}
ul, ol, li{
	list-style: none;
}
hr {
	display:none;
}
address{
   font-style: normal;
}
q{
	font-style:normal;
	font-weight:normal;
}
q:after,
q:before{
	content:"";	
}

/* ! ----- HEADINGS ----- */	
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
/* ! ----- END HEADINGS ----- */

a{
	color:black;
	text-decoration:none;
}
a:hover,a:focus{
	text-decoration:none;
	color:#999900;
}

/* ! Fin Selecteur */

/* Positionnement */
.alignCenter{
	text-align: center;
}
.alignRight{
	text-align: right;
}
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}
.clear {
	clear:both;
	display:block;
	height:1px;
	margin-top:-1px;
}


