body {
	margin: 0px;
}

body, td, span, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B577B;
}

img {
	border: 0px solid white;
}

.menu {
	background: url('images/puce_menu.gif');
	background-repeat: no-repeat;
	background-position: center left;
	color: white;
	height:20px;
	padding: 5px;
	padding-left: 15px;
	cursor: pointer;
}

.menu_sep {
        background: url('images/sep.gif');
        height: 1px;
}

.menu a:link, .white a:link {
	color: white;
	text-decoration: none;
}

.menu a:visited, .white a:visited {
	color: white;
	text-decoration: none;
}

.menu a:hover, .white a:hover {
	color: white;
	text-decoration: none;
}

.white {
	color: white;
	padding: 3px;
}

.lightgray {
    border: 1px solid #F2F5FC;
}

.erreur {
	background-color: #FF8080;
}
.tderreur {
	border: 1px solid #FF8080;
	color: #FF8080;
}

.justify {
	text-align: justify;
}

UL {
	margin-top: 0px;
}

BLOCKQUOTE.double {
	margin-left: 80px;
}

BLOCKQUOTE.triple {
	margin-left: 120px;
}

