* {
    font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
    font-size: 14px;
}

body {
	background: #910302;
	margin: 10px;
}

.sondage {
	float: right;
	border: 1px solid #8e0201;
	background: #ff9595;
	width: 200px;
	padding : 10px;
	margin: 0 0 14px 20px;
}

h3 {
	color: #8e0201;
	margin: 0 0 0 10px;
}

.conteneur_ht {
	margin: 10px auto 0 auto;
	background: url(/imgs/back_ht.jpg) no-repeat;
	height: 232px;
	width: 800px;
}

.conteneur_ml {
	margin: 0 auto 0 auto;
	background: url(imgs/back_ml.jpg) repeat-y left top;
	width: 800px;
}

.conteneur_ml h2 {
	margin: 0 40px 15px 100px;
	padding-top: 10px;
	padding-left: 50px;
	color: #7b4444;
	height: 54px;
	background: url(imgs/h2_bg.png) no-repeat;
	border-top: 3px solid #8e0201;
}

.conteneur_ml p {
	text-align: justify;
	margin: 5px 50px 5px 50px;
	color: #7b4444;
}

.image_type {
	float: right;
	width: 130px;
	margin: 40px 0 15px 15px;
}

.conteneur_bs {
	margin: 0 auto 20px auto;
	background: url(/imgs/back_bs.jpg) no-repeat;
	height: 49px;
	width: 800px;
}
.conteneur_bs p {
	text-align: center;
	width: 800px;
	color: #ff9595;
}

.conteneur_bs p a {
	color: #ff9595;
}

.formulaire {
	border: 1px solid white;
	background: #8e0201;
	color: #ff9595;
	text-align: left;
}

.formulaireinvisible {
	display: none;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

pre.me {
	border: 1px solid #8e0201;
	background: #df7575;
	padding: 10px 5px 10px 20px;
	font-family: monospace;
}

pre.notme {
	border: 1px solid #8e0201;
	padding: 10px 5px 10px 20px;
	font-family: monospace;
}

div.commentaire {
	border-left: 1px solid red;
	font-style: italic;
	color: red;
	padding: 10px 5px 10px 20px;

}

div#consommation_temps_reel {
	display: none;
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 750px;
	margin-left: -377px;
	border: 2px solid #8e0201;
	border-bottom: 0;
	background: #df7575;
	padding: 3px auto 3px auto;
	text-align: center;
}
