html, body
{
	height: 100%;
	margin: 0;
}
.entete
{
	background-color: #3333CC;
	height: 15%;
}
.contenu
{
	height: 75%;
	background-color: #66CCFF;
}
.lateral
{
	width: 200px;
	float: left;
	height: 100%;
	background-color: white;
	text-align: center;
}
.centre
{
	margin-left: 200px;
}
.pied
{
	background-color: #336699;
	height: 10%;
}
.lateral dt
{
	color: white;
}
.lateral dt a
{
	color: black;
	text-decoration: none;
}
.lateral dd
{
	margin: 0px;
}
.lateral ul
{
	list-style: none;
	margin: 0px;
	padding: 0;
}
.lateral li
{
	text-align: center;
	width: 100%;
	color: black;
	text-decoration: none;
}
.lateral a
{
	color: black;
	text-decoration: none;
}
#lien
{
	height: 38px;
	width: 134px;
	background-image: url(boutonprinc.gif);
	display: block;
	margin-left: 30px;
	margin-top: 10px;
}
#lien:hover
{
	background-image: url(boutonprinc-over.gif);
}
#lien:active
{
	background-image: url(boutonprinc-click.gif);
}

dl { /* positionnement du cadre */
width: 200px; /* largeur du cadre */
}
dl, dt, dd { /* suppression de toutes les marges */
margin: 0;
padding: 0;
}
dl { /* image qui sera fixée en bas du cadre */
background: url(bas.gif) bottom left no-repeat;
padding-bottom: 40px;
/* pour que le texte ne s'affiche pas sur l'image du bas */
}
dt { /* définitions du titre du cadre */
height: 40px;
background: url(haut.gif) top left no-repeat;
font-size: 1em;
font-weight: bold;
text-align: center;
}
dd {
padding: 0 20px 0 10px; /* gestion des espaces internes du cadre */
text-align: justify;
background: url(milieu.gif) top left;
/* arrière-plan intérieur qui va se répéter */
}
p {
margin:0; /* marges des paragraphes */
}
ul { /* liste non numérotée */
margin: 0px;
padding: 0px;
list-style-type: none;
text-align: center;
}
a { /* liens */
color: #000000;
text-decoration: none;
}
embed
{
	height: 60px;
	width: 100px;
}








	