* {
	font-family: Verdana, "Times New Roman", Helvetica, sans-serif;
	font-size: 11px;
	color: #676767;
	line-height:15px;
}
html, body {
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
img  {
	border:0;
}
table, td {
	margin:0;
	padding:0;
	vertical-align: top;
	border-collapse:collapse;
}
ul li {
	list-style:none;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:6px 5px;
	padding:0 0 0 17px;
	margin:0;
}

sup {
	font-size:0.75em;
}

ul, ol {
	padding:0;
	margin:0;
}
li + ul, li + ol {
	margin-left: 18px;	
}
ol li {
	margin-left:21px;
}
p, select {
	margin-bottom:14px;
	margin-top:0px;	
}
ul {
	margin-top:0px;
	margin-bottom:0px;
}
label {
	margin-right:12px;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}

.tableau-contenu {
	width:650px;
}
.tableau-contenu td {
	padding:5px;
	border:1px solid #474747;
	/*white-space:nowrap;*/
}
.tableau-contenu thead td {
	white-space:normal;
	background-color:#1dadc7;	
	font-weight:bold;
}
.tableau-contenu thead td p, .tableau-contenu thead td, .tableau-contenu thead sup {
	color:#ffffff;
}
