body{
	background-color: #faf1ac;
	background-image: url("./images/degrade.gif");
	background-position: top left;
	background-repeat: repeat-y;
	font-family: Georgia, Verdana, Arial, "Bitstream Charter", serif;
	color: #000000;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 900px;
	text-align: center;
}
#banniere{
	width: 900px;
	vertical-align: middle;
	margin-bottom: 20px;
}

#akkus{
	float: right;
	position: relative;
	right: 20px;
}

#rubrique{
	text-decoration: none;
}

h1{
	color: red;
}

h3{
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background-color: #f24e13;
	margin: 0px;
}

.menu{
	width: 175px;
	color: #f24e13;
	background-color: #fde31b;
	border-width: 2px;
	border-style: outset;
	border-color: #ffffff;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	font-size: 20px;
	cursor: pointer;
}

.menu:hover{
	color: #ffffff;
	background-color: #fde31b;
	border-style: inset;
}

#corps{
	width: 900px;
	text-align: left;
}

#corps img{
	margin: 10px;
}

.portes{
	text-align: center;
	margin: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #f24e13;
}

#volet{
	float: left;
	width: 95px;
	height: 100px;
	margin-left: 15px;
	margin-right: 20px;
	background-image: url("./images/volet2.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

.lien{
	color: black;
	text-decoration: underline;
}

.lien:hover{
	font-style: italic;
}