* {
	margin: 0px;
	padding: 0px;
}
body, td, input {
	font: 11px Arial, Helvetica, sans-serif;
	color: black;
}
p, li, form {
	text-align: justify;
	margin-bottom: 1em;
}
li {
	list-style: none;
}
li.puce {
	list-style: circle inside;
}
a {
	color: #EC1C00;
	text-decoration: none;
}
h1 {
	color: #EC1C00;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 1em;
}
img {
	border: 0px none;
}
.rouge {
	color: #EC1C00;
}
.fondrouge {
	background-color: #EC1C00;
}
.titreblanc {
	color: white;
	font-size: 22px;
}

/* entete de page (frise+logo) */
div.frise {
	position: absolute;
	left: 0px;
	width: 100%;
}
div#bandelogo {
	background-color: #EC1C00;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	z-index: 50;
	width: 100%;
	height: 48px;
}


/* colonnes */
div#cols {
	height: 100%;
}
