
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}


body {
	font-family: Arial, Verdana, Sans-serif;
	text-decoration:none;
	background-color: #fff;
	margin:5px auto;
	text-align:center;
	width: 1180px;
	color:#000;
	overflow:hidden;
	font-size:12px;
}

a:link {
	font-size:12px;
text-decoration: none;
color: #aaa;
font-weight:bold;
}     /* unvisited link */

a:visited {
	font-size:12px;
text-decoration: none;
color: #aaa;
}  /* visited link */

a:hover {
	font-size:12px;
text-decoration: none;
color: #fff;
font-weight:bold;
}   /* mouse over link */

a:active {
	font-size:12px;
text-decoration: none;
color: #fff;
font-weight:bold;
}   /* selected link */

a, a:link, a:visited, a:visited, a:hover, a:active, a:img {
	outline: none;
	border:none;
}


#document {
	background: #eee;
	margin-top:5px;
	width:1180px;
	text-align:left;
}

.nodisplay {
	display:none;
}

.right{
	float:right;
}

.left{
	float:left;
}


.vert {
	color:#3b930a;
}

.rouge {
	color:#fe0405;
}

.bold {
font-weight:bold;
}


