body{
	background-color: #d26b2c;
	}

#container{
background-color: #d26b2c;
	min-width:800;
	max-width:1100;
	margin-top:100px;
	}
	
	
#entete{
	
	
}

#entete h1{
	z-index:5;
	font-family:'Script MT Bold','comic sans MS';
	color: #ede011;
	text-align:center;
	
	text-decoration:underline;
	font-size:20px;
	}
#entete img{

}
#menu{
	float:left;
	width:180px;
	height:500px;
}

#corps h5{
	width:600px;
	margin: 0 50px 0 150px;
	border:5px inset blue;
	text-align:justify;
	padding:8px;
	background-color:yellow;
	font-weight:bold;
	font-size:14px;
	}
	
#menu h3{
	border:2px inset blue;
	background-color: white;
	text-align:center;
}

#corps{
	max-width:900px;
	min-width:600px;
	margin-left:230px;
}

h3.toggler {
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-top-color: #ddd;
	font-family: 'Times New Roman', sans-serif;
	font-size: 16px;
	background: #D2E0E6;
	color: #528CE0;
	margin: 0 0 0 0;
	padding: 3px 5px 1px;
}

.text {
	background-color:white;
	border: 1px solid #f5f5f5;
	}
