body {
	height: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
}

#flash {
	width: 100%;
	text-align: center;
}

#conteneur {
	width: 100%;
	text-align: center;
	background-color: #cc000;
}

#conteneur2 {
	width: 1000px;
	background-color: #cc000;
}


.grandTitre {
	font-size: 20px;
	font-weight: bold;
}

.rouge {
	color: #CC0000;
}

a:link { color: #CC0000; text-decoration: underline; }
a:visited { color: #CC0000; text-decoration: underline; }
a:hover { color: #66666; text-decoration: none; }
a:active { color: #CC0000; text-decoration: none; }

noscript div{
    margin:25px;
}
