body {
	margin: auto;
	font-family: papyrus;
	font-size: 13px;
	background: #000;
}

/*Div de la page*/
#container {
	width: 700px;
	height: auto;
	margin: auto;
	background: url(../images/fon1.png) no-repeat;
}
.siteperso {
	color: #FFF2D9;
	font-size: 11px;
	margin-left: 500px;
	text-decoration: underline;
}
.siteperso:hover {
	color: #F6E497;
	text-decoration: none;
}
.liens {
	color: #FFF2D9;
	text-decoration: none; 
}
.liens:hover {
	color: #FFF;
	text-decoration: underline;
}

/*Divs de la bannière*/
 #header {	
	width: 700px;
	color: #FFF2D9;
	border-bottom: 3px solid #FFF2D9;
}
.titre {
	margin: 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

/*Divs du sommaire*/
 #menu {
	width: 700px;
	color: #FFF2D9;
	border-bottom: 3px solid #FFF2D9;
 }

 /*Divs du contenu  général- le milieu*/
 #contenu {
	width: 698px;
	height: 540px;
	color: #FFF2D9;
	font-size: 13px;
	border-bottom: 3px solid #FFF2D9;
	overflow: auto;
	scrollbar-base-color: #7A0000;
}

.bienvenu_cours {
	margin-top: 20px;
	color: #FFF2D9;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	
}

.conjugaison_etre {
	margin-left: 200px;
	text-decoration: none;
	color: #FFF2D9; 
	width: 650px;
	height: 500px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 5px;
	border-bottom: 2px outset #7A0000;
}
.conjugaison_etre:hover {
	text-decoration: underline;
}

/*Divs du pied de page*/
 #footer {
	width: 700px;
	color: #FFF2D9;
	text-align: center;
}