/* CSS Document */

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

* {
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	font-size:11px;
	outline:none;
}

html, body {
	margin: 0;
	height: auto !important;
	height: 100%;
}

a, a:link, a:visited {
	text-decoration: none;
	color:#000000;
	outline:none;
	cursor:pointer;
}

/* Suppr focus outline on buttons for firefox */
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
border: none;
}

a:hover{
	text-decoration: underline;
	outline:none;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

strong, b, .strong {
	font-weight:bold;
}

.ajusteur	{ /* pour ajuster la hauteur de la ligne */
	clear:both;
	line-height:0px;
	font-size:1px;
	height:0px;
	color:#FFFFFF;
}

.red {
 color:#DF001A;
}

.orange {
 color:#EC7205;
}

.s16 {
 font-size:16px;
}

.s14 {
 font-size:14px;
}

.s12 {
 font-size:12px;
}

.s11 {
 font-size:11px;
}

.s10 {
 font-size:10px;
}

.s9 {
 font-size:9px;
}

.s8 {
 font-size:8px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
 	clear:both;
}

.clearleft {
 	clear:left;
}

.floatright {
 	float:right;
}

.floatleft {
 	float:left;
}

h1 {
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
 	padding-left:5px;
 	padding-top:2px;
	height:22px;
	background-color:#A0909C;
	border-bottom:1px solid #535154;
	width:569px;
}

h3 {
	font-size:18px;
	font-weight:bold;
	padding:5px;
}

h4 {
	font-size:18px;
	font-weight:bold;
	color:#57757A;
}

h5 {
	font-size:13px;
	font-weight:bold;
}

.spacer {
	clear:both;
 	height:10px;
}

.displaynone {
	position:absolute;
	visibility:hidden;
	height:0px;
}

.hide {
 	display:none;
}

.error_content {
 border:1px dashed red;
 padding:10px 10px;
}

.spacer10 {
	height:10px;
}

.spacer70 {
	height:70px;
}

.black {
 	color:#000000;
}

.p0 {
 	padding:0;
}
