/************************************************ Entete */
/*positionnement de la decoration pour les conteneurs entete1 et entete2*/

.decoration 
{	position: 	absolute;
	left: 		700px;  
	margin-right:	33px; 
	margin-top: 	0px;
	border: 	0px;
	padding:	0px;	}

/* le logo du lip */
.logo
{ 	/*position: absolute;
	   left: 60px; */
  	float:	left;
/*  	margin-left:	60px; */
  	margin-left:	20px; 
  	margin-top:	20px;	}

/* le haut de l entete */
.entete1
{ 	width:	885px;
  	height:	30px;
  	background-color:	#ffffff;	}

.langue
{ 	/* float:	right; */
	position:	absolute;
	top:	10px;
	left:10px;
	/* margin-top:	10px; */
	text-decoration:	none;
	margin-bottom:	0px;	}

/* le bas de l entete */
.entete2
{	width:	885px;
  	height:	120px;
  	background-color:	#000050;
  	color:	#ff0000;
  	font-size:	32px;
	/*  text-align: center; */
  	font-weight:	bold;	}

/* le texte du bas de l entete */
.entete2 .txt
{	float: 		center;
  	margin-right:	240px;
  	margin-left: 	240px;
  	margin-top:	10px;
	text-align: 	center;
  	color: 		#ff0000;	}

/************************************************ Corps du texte */
A.classique
{  	color:	red;
  	text-decoration:	none;	}

.Corps
{	text-align:	justify;
  	font-family: 	times, Helvetica, Verdana;
  	font-size:	12pt;
  	position:	float;
  	/*position:	absolute;*/
  	margin-left:	200px;
  	width:	680px;
	/*height:250px;*/
	min-height:	250px; }

.Corps A.perso-ens
{	color:	rgb(0,0,0);	}

.Corps .Titre
{	text-align:	center;
	font-size:	30px;
	font-weight:	bold;
	margin-top:	10px;	}

/************************************************ Pied */
.Pied
{	/*position: fixed; */
	/*   clear: left; */
	margin-top:	10px; 
 	width:	885px;	}

.Pied .Txt
{	text-align:	center;
	font-size:	10px;	}

.Pied table
{	width:	850px;
	border-collapse: collapse;	}

.Pied td
{	text-align:	center;
	width:		212px;
	padding:	1px;
	border: 	0px;	}

.Pied img
{	border:		0px;	}


/************************************************ Menu gauche */
.MenuGauche
{	position:	absolute;
	left:	9px;
	height:250px;
  	width:	170px;	}

.TexteMenuGauche
{ 	text-align:	center;
  	font-family:	Verdana, Arial, Helvetica, sans-serif;
  	font-size:	10px;
  	font-weight:	bold;	}

.TexteMenuGauche a
{	text-decoration: none;
	color: #ffffff;	}

.TexteMenuGauche table
{	border:	0px;	}

.TexteMenuGauche td
{	height:	20px;
	background-color:	#000050;	}

.TexteMenuGauche tr
{	height:	20px;	}


/**************************************************la date tout en bas de la page */
.date
{	font-size:	9px;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
}

