body {
	background-color : #112222;
	color : white;
}

.interieur {
	padding : 10px;
	background-color : #005555;
	border-style : solid;
	-moz-border-radius:20px 20px; 
	-webkit-border-radius:20px 20px;
	-o-border-radius:20px 20px;
	border-radius : 20px 20px; 

}

#centre a
{
	-moz-border-radius:20px 20px; 
	-webkit-border-radius:20px 20px;
	border-radius : 20px 20px; 
	-moz-transition :    background-color 300ms ease-in , width 300ms ease-in;
	-webkit-transition : background-color 300ms ease-in , width 300ms ease-in;
	-o-transition :      background-color 300ms ease-in , width 300ms ease-in;
}

h1 {
	text-align : center;
	/*width : 50%*/
	margin-left : 30%;
	margin-right : 30%;
}

#centre {
	width : 100%;
	position : absolute;
	left : 0;
}

.colonne {
	width : 45%;
	float : left;
	margin : auto;
	position : absolute;
}

.col1 {
	left : 10px;
}

.col2 {
	right : 10px;
}

.lien {
}

#centre a {
	width : 70%;
	display : block;
	border: none;
	color : white;
	height : 30px;
	padding : 10px;
	padding-bottom : 2px;
	padding-top : 8px;
	text-decoration : none;
	margin : 0;
}		

#centre a:visited {
	color : white;
}

#centre a:hover {
	background-color : gray;
	width: 90%; 
}

.menu li {
	list-style : none;
	margin : 0;
	padding : 0;
}	

.menu {
	margin : 0;
}
