body {
	background-image: url(fond.jpg);
	background-repeat: repeat;
}

#cgv {
	font-size: x-small;
	color: #CC6600;
}
#traiteur {
	font-size: x-large;
	font-weight: bold;
	text-align:center;
}
#banquet{
text-align:center;
}
ul {
	list-style-type: none;
}
h1{
text-align:center;
}
a:link {
	color: #970000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #970000;
}

a:hover {
	text-decoration: underline;
	color: #970000;
}

a:active {
	text-decoration: none;
	color: #970000;
}
#liste_vids{
float:left;
left:0px;
width:30%;
}
#vids{
float:right;
right:0px;
width:70%;
text-align:center;
}