/*
Feuille de styles pour un lexique
*/

* { padding: 0; margin: 0; }

body {
  /*color: white;*/
  background-color:white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  
}
#titreLex {

	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	background-color:#99FFFF;
	text-align:center;
	font-size:24px;
	z-index:5;
}

#conteneurLex {	
  color: black;
  background-color: white;
	margin-top : 0;
  margin-right: auto; 
  margin-bottom: 20px;
  margin-left: auto; 
}

#cadreVideoLex {
	left: 0;
}

#elemVideoLex {

	left : 35%;
	border : 1px solid black;
    background-color:white;
	z-index:20;
}

.clear {
	clear : left;
}
