body {
background-color: #996666;
font-family: "Times New Roman", "Times", serif;
}

h1 {
font-style: italic; 
font-size: 38pt;
color: #996666;
margin-bottom: 50px;
padding-left: 12px;
padding-top: 60px;
padding-bottom: 10px;
background-color: #330000;
width: 750px;
height: 100px;
text-align: center;
}

ul {
list-style: none;
width: 220px;
height: 200px;
}

ul li {
font-size: 1.1em;
font-style: italic;
font-weight: bold;
margin: 6px;
border-bottom: 1px solid #330000;
border-left: 1px solid #330000;
}


a{
text-decoration: none;
}	

a:link{
color: #330000;
}
	
a:hover{
color: #ffffff;
}

a:visited{
color: #ffffff;
}

#center {
background-color: #cc9999;
width: 760px;
height: 580px;
margin: 0 auto;
border: 1px #330000;
}

		#colonnegauche {
		position : relative;
		float: left;
		width: 300px;
		height: 300px;
		text-align: left;
		top: 150px;
		}
		
		#colonnedroite {
		position : relative;
		float: left;
		width: 400px;
		height: 300px;
		margin: 20px;
		border: 1px solid #330000;
		background-color: #330000;
		}
	