#interieur {
	background-color : white;
	width : 800px;
	padding: 10px;
}

.title {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	font-size: 160%;
	text-decoration: underline;
	margin: 1ex 1em;
}

#tete {
	width: 600px;
	height: 100px;
	margin : auto;
	margin-left: 100px;
	margin-bottom: 10px;
}

#menu
{
	float: left;
	margin-left: 10px;
	width: 150px;
	border: 1px dashed gray;
	padding: 5px;
}

#corps {
	width : 512px;
	height : 384px;
	margin-left: 180px;
	margin-bottom: 20px; 
	border: 3px double gray;
	background-image: url("../img/accueil.JPG");
	background-repeat: no-repeat;
}

#corps p {
	width : 512px;
	color: red;
	font-family: "Comic sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}

.partie_menu h3
{    
	color: white;
	font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
	text-align: center;
	background-color : gray;
}

.partie_menu ul
{
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 5px;
	list-style-type: none;
}

.partie_menu li a:visited
{	
	color: black;
	text-decoration: none;
}

.partie_menu li a
{	
	color: black;
	text-decoration: none;
}

body a
{
	color : blue;
	text-decoration : none;
	font-weight : bold;
}

.partie_menu li a:hover
{	
	background-color: gray;
	color: white;
	font-weight: bold;
}



#pied {
	width : 550px;
	height : 100px;
	margin-left : 180px;
	text-align: center;
}

.subtitle {
	font-family: sans-serif; font-style: italic;
	margin: 0 1em 1ex 1em;
	width: 70%;
}

h2 {
	font-family: sans-serif; font-size: 140%;
}

h3 {
	font-family: sans-serif; font-size: 120%;
}

h4 {
	font-family: sans-serif; font-size: 100%;
}

.aopub {
	width: 70%;
}

