@import url("leSite.css");

div{
	margin:0px;
	padding:0px;
}

#page{
	background:url("../images/ventes.jpg");
}

#videHaut{
	position:relative;
	float:left;
	width:100%;
	height:110px;
}

#videGauche{
	position:relative;
	float:left;
	width:60px;
	height:385px;
}

#contenu{
	position:relative;
	float:left;
	width:720px;
	height:385px;
	overflow:hidden;
}

td.contenu{
	color:#fff;
	font-family:Arial,Verdana,Helvetica;
	font-size:13pt;
	font-weight:bolder;
}

#videAccueil{
	position:relative;
	float:left;
	width:543px;
	height:35px;
}


#accueil{
	position:relative;
	float:left;
	width:299px;
	height:35px;
/*	margin-left:543px;*/
	cursor:pointer;
}

img.images{
	width:100%;
	height:100%;
}