html, body
{        
	width: 950px;
	margin: auto; 			/*Pour centrer la page*/
	/*margin-top: 70px;*/ 		/*Pour eviter de coller la page avec le haut de la fenetre du navigateur*/
	/*margin-bottom: 20px;*/	/*Idem pour le bas du navigateur*/
	background-color:#ddddcc;       /*#4f8bb6;#e4e4e4;#ddddcc;white;#676767;*/
}



/*Le corps de la page*/

#corps
{
	width: 650px;
	height: 550px;
	margin:auto;
	/*padding-top: 130px;			Permet de descendre le corps*/
	/*border-left: 1px solid  white;		#eeeeee;ridge;*/
	/*border-right: 1px solid white;	 	#eeeeee;ridge;*/
	color:white;  	
	/*background-color:#4f8bb6;*/

	/*background-color:#bdbdbc;*/
	/*background-repeat: no-repeat;*/
	/*background-position: 30px 20px;*/
}


#page-table {
    height: 100%;
    width: 100%;
    margin-top: 60px;
    border-collapse: collapse;
    text-align: center;
}
#page-td {
    height: 100%;
    padding: 0;
    vertical-align: middle;
}
div#global {
    width: 500px;
    margin: 20px auto;
    text-align: left;
}

td image
{
   border: 1px solid white;
}

.annonce
{
	/*font-family:"Times New Roman", "Arial";*/
	width:950px;
	height: 18px;
	margin:auto;
	margin-top: 30px;
	/*margin-top: -3px;
	margin-bottom: 3px;*/
	
}

a
{
	/*font-family:"Times New Roman", "Arial";*/
	text-decoration:none;		/*Texte du menu (du lien) ne sera pas souligne (option par defaut)*/	
	/*color:black;			Texte du menu en noir*/
}

/*Le pied de page*/

#pied_de_page
{
	margin:auto;
	position: fixed;
	bottom:0;
	width: 955px;
	margin-bottom: 10px;
}




