
#bandeau{

width: 100%;
background-color: #080875;
text-align: center;
color:white;
}

#gauche {
float: left;
background-color: black;
}

#menu {
float: left;
/*height: 650px;
width: 15%;*/
background-color: black;
text-align: center;
}

#contenu{
color :white;
/*height: 650px;
width: 100%;*/
background-color: #311313;
text-align: center;
}
body{

}
#pied_page {
height: 150px;
width: 100%;
background-color: #213543;
text-align: center;
color:white;
}
#bouton	{
	cursor: pointer;
	background-color: green;
}
#bouton:hover	{
	
	background-color: red;
}
a {

color : #DEF2F9;

}
a:hover	{
	
	background-color: red;
}
.cat {
background-color:#CE921C;
}
.green {
background-color: #E995E5;
}








