body {
	margin: 0px;
	padding: 0px;
	background-color: #280b0b;
	font-family: arial, helvetica, sans-serif ;
}

#cadreprincipal {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 0px;
	width: 780px;
	height: 590px;
	background-color: #803300;
	border: 2px solid grey;
}

#banniere {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 780px;
	background-color: white; /*#fba552;  #ff9955; */
	border-bottom: 2px solid red;
	background-image: url("images/banniere.jpg");
}

#blocgeneral {
	position: absolute;	
	top: 153px;	
	height:438px;
	width: 780px;
	background-color: black;
	border-bottom: 1px solid grey;
	color: white;
}

#cadretexte {
	position: absolute;
	top: 1px;	
	left: 539px;
	width: 230px;
	height: 426px;
	background-color: #803300;
	border-left: 1px solid grey;
	border-bottom: 1px solid black;
	color: #fffc00;
	font-size: 16px;
	font-style: italic;
	padding: 5px;
	text-align: center;
}

.bandetexte {
	float: left;
	width: 220px;
	background-color: #803300;
	text-align: center;	
}


#basdepage {
	position: absolute;
	width: 780px;
	height: 53px;
	top: 592px;
	font-size: 14px;
	text-align: center;
	color: yellow;
}

#basdepage .image {
	float: right;
	margin: 1px;
}

.boutons {
	float: left;
	margin-top: 80px;
	margin-left: 10px;
	background-color: #ffe680;
	border : 1px solid black;
	width: 114px;
	color: black;
	text-align: center;
	font-size: 14px;
}
.boutons a{
	color: black;
	text-decoration: none;
}

.boutons:hover{
	background-color: #ffccaa;
	text-decoration: none;
}

.miniescarg {
	float: left;
	text-align: center;
	width: 190px;
	height: 80px;
	background-image: url("images/miniescarg.jpg");
	background-repeat: no-repeat;
	background-position:center center;
	margin-left: 22px;
}

.lettrine:first-letter {
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
}

.lettrine {
	margin-top: 10px;
	font-style: italic;
	width: 220px;
	color: yellow;
	font-size: 18px;
}

.texteaccueil {
	float: left;
	margin-top: 10px;
	font-style: italic;
	width: 140px;
	color: yellow;
	font-size: 18px;
}

.texte {
	float: left;
	margin-top: 10px;
	font-style: italic;
	width: 140px;
	color: yellow;
	font-size: 14px;
	text-align: left;
}

#contenumulti {
	width: 499px;
	height: 396px;
	background-color: black;
	border: 1px solid grey;
	color: yellow;
	margin: 10px;
	padding: 6px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

#titrepage {
	font-size: 26px;
	font-style: italic;
	text-align: center;
	background-color: black;
	color: #fbbf69;
}

.fondorange {
	font-size: 14px;

}

.formulaire {
	width : 490px;
}

.formulaire td {
	text-align : left;
	vertical-align : top;
}

.formulaire td.champs {
	text-align : left;
	width : 300px;
}

.formulaire td.reponse {
	text-align : left;
	width : 180px;
}

