/** PARAMETRES GENERAUX ----------------------------------------*/
	
	body {
		position:relative;
		background-color:#FFFFFF;
		margin:0px;
		margin-left:10px;
		padding:0px;
		width:90%;
		height:100%;
	}
	
	#global{
		width:965px;
	}
			
	/*A:link, A:visited, A:active, A:hover {TEXT-DECORATION:none;}*/
			
	
	/* Suppression des parametre par default */
	a img{ border:none; }
	a:link { color:#444444; text-decoration:none; }
	a:hover { color:#444444; text-decoration:none; }
	a:visited { color:#444444; text-decoration:none;}
	
								 
/** HEADER ------------------------------------------------- */
	
	#header {
		position:relative;
		width:964px;
		height:198px;
		margin-top:10px;
		background-image: url(imagesTrame/header2.jpg);
		font: 14px "Myriad pro", Times, serif;
		font-weight:bold;
		color:white;
	}
	
	#liencommercial{
		position:absolute;
		top:2px;
		left:768px;
	}
	
	#header2 {
		position:relative;
		margin-top:10px;
		margin-bottom:15px;
		width:964px;
		height:165px;
		border-width:1px;
		border-style:solid;
		border-color:#CCCCCC;
		background-image: url(imagesTrame/header4.jpg);
		font: 14px "Myriad pro", Times, serif;
		font-weight:bold;
	}
		
	/* Relatif aux lien du header */
	#header a#lien0 {	
		position:absolute;
		display: block;	/* mise en block de <a> pour lui donner des dimensions */
		left:5px;
		top:53px;
		height: 32px;
		width: 31px;
		text-decoration: none;
	}
		
	#header a#lien1 {	
		position:absolute;
		display: block;	/* mise en block de <a> pour lui donner des dimensions */
		left:35px;
		top:62px;
		height: 21px;
		width: 80px;
		text-decoration: none;
		color:white;
		font: 10px Verdana;
		text-align: center;
		font-weight:800;
		padding-top:4px;
		
	}
		
	#header a#lien2 {	
		position:absolute;
		display: block;	
		left:116px;
		top:62px;
		height: 21px;
		width: 130px;
		text-decoration: none;
		color:white;
		font: 10px Verdana;
		text-align: center;
		font-weight:800;
		padding-top:4px;
	}
	
	#header a#lien3 {	
		position:absolute;
		display: block;	
		left:247px;
		top:62px;
		height: 21px;
		width: 114px;
		text-decoration: none;
		color:white;
		font: 10px Verdana;
		text-align: center;
		font-weight:800;
		padding-top:4px;
	}
		
	#header a#lien1f {	
		position:absolute;
		display: block;	/* mise en block de <a> pour lui donner des dimensions */
		left:1px;
		top:63px;
		height: 21px;
		width: 115px;
		text-decoration: none;
		
	}
		
	#header a#lien2f {	
		position:absolute;
		display: block;	
		left:117px;
		top:63px;
		height: 21px;
		width: 130px;
		text-decoration: none;
	}
	
	#header a#lien3f {	
		position:absolute;
		display: block;	
		left:248px;
		top:63px;
		height: 21px;
		width: 114px;
		text-decoration: none;
	}
	
	#header a#lien4 {	
		position:absolute;
		display: block;	
		left:363px;
		top:62px;
		height: 21px;
		width: 149px;
		text-decoration: none;
		color:white;
		font: 10px Verdana;
		text-align: center;
		font-weight:800;
		padding-top:4px;
	}
	
	#header a#lien5 {	
		position:absolute;
		display: block;	
		left:513px;
		top:62px;
		height: 21px;
		width: 126px;
		text-decoration: none;
		color:white;
		font: 10px Verdana;
		text-align: center;
		font-weight:800;
		padding-top:4px;
	}
	
	#header a#lien6 {	
		position:absolute;
		display: block;	
		left:638px;
		top:62px;
		height: 21px;
		width: 125px;
		text-decoration: none;
		color:white;
		font: 10px Verdana;
		text-align: center;
		font-weight:800;
		padding-top:4px;
	}
		
	#header a#lien13 {	
		position:absolute;
		display: block;	
		left:936px;
		top:58px;
		height: 15px;
		width: 91px;
		text-decoration: none;
	}
	
	#header a#lien8 {	
		position:absolute;
		display: block;	
		left:645px;
		top:206px;
		height: 15px;
		width: 89px;
		text-decoration: none;
		
	}
	
	#header a#lien9 {	
		position:absolute;
		display: block;	
		left:741px;
		top:206px;
		height: 15px;
		width: 72px;
		text-decoration: none;
	}
	
	#header a#lien10 {	
		position:absolute;
		display: block;	
		left:820px;
		top:206px;
		height: 15px;
		width: 81px;
		text-decoration: none;
	}
		
	#header a#lien11 {	
		position:absolute;
		display: block;	
		left:903px;
		top:206px;
		height: 15px;
		width: 56px;
		text-decoration: none;
		
	}
	
	#header a#lien12 {	
		position:absolute;
		font-family:"Arial Black";
		font-size:medium;
		font-weight:bold;
		display: block;	
		left:893px;
		top:56px;
		color:#ff484e;
		height: 15px;
		width: 100px;
		text-decoration: blink;
	}
		
		
	/* Relatif au surval sur les liens du header */
	#header a#lien0:hover {
              filter: alpha(opacity:30);
              -khtml-opacity: 0.0;
              -moz-opacity: 0.3;
		background-color:red;
	}
	
	#header a#lien1:hover {
              filter: alpha(opacity:80);
              -khtml-opacity: 0.8;
              -moz-opacity: 0.8;
		background-color:#c4bbab;
	}
	
	#header a#lien2:hover {
	    opacity: 0.8;
              filter: alpha(opacity:80);
              -khtml-opacity: 0.8;
              -moz-opacity: 0.8;
		background-color:#c4bbab;
	}
	
	#header a#lien3:hover {
	    opacity: 0.8;
              filter: alpha(opacity:80);
              -khtml-opacity: 0.8;
              -moz-opacity: 0.8;
		background-color:#c4bbab;
	}
	
	#header a#lien1f:hover {
             filter: alpha(opacity:80);
              -khtml-opacity: 0.8;
              -moz-opacity: 0.8;
		background-color:#c4bbab;
	}
	
	#header a#lien2f:hover {
	    filter: alpha(opacity:80);
              -khtml-opacity: 0.8;
              -moz-opacity: 0.8;
		background-color:#c4bbab;
	}
	
	#header a#lien3f:hover {
	    filter: alpha(opacity:80);
              -khtml-opacity: 0.8;
              -moz-opacity: 0.8;
		background-color:#c4bbab;
	}
	
	#header a#lien4:hover {
	   filter: alpha(opacity:80);
              -khtml-opacity: 0.8;
              -moz-opacity: 0.8;
		background-color:#c4bbab;
	}
	
	#header a#lien5:hover {
	   filter: alpha(opacity:80);
              -khtml-opacity: 0.8;
              -moz-opacity: 0.8;
		background-color:#c4bbab;
	}
	
	#header a#lien6:hover {
	   filter: alpha(opacity:80);
              -khtml-opacity: 0.8;
              -moz-opacity: 0.8;
		background-color:#c4bbab;
	}
	
	#header a#lien7:hover {
	   filter: alpha(opacity:80);
              -khtml-opacity: 0.8;
              -moz-opacity: 0.8;
		background-color:#c4bbab;
	}
		
	
/** CENTRE ---------------------------------------------------*/
	#coeur {
		position:relative;
		top:5px;
		width:964px;
		height: 850px;
	}
	
	#dernierArticle{
		position:relative;
		width:270px;
		height:247px;
		background-image: url(imagesTrame/DernierArticle.jpg);
		font-family: arial;
		font-weight:500;
		color : #520404;
		padding:5px;
		
	}
	
	#dernierArticle2{
		position:absolute;
		left:652px;
		top:720px;
		width:303px;
		height:247px;
		background-image: url(imagesTrame/DernierArticle2.jpg);
		font-family: arial;
		font-weight:500;
		color : #520404;
		padding:5px;
		
	}
	
	#newsletter{
		position:relative;
		top:10px;
		width:280px;
		height:87px;
		background-image: url(imagesTrame/newsletter.jpg);
		background-repeat:no-repeat;
		font-family: arial;
		font-weight:500;
		color : #520404;
		padding:5px;
	}
	
	#newsletter2{
		position:relative;
		top:0px;
		width:280px;
		height:87px;
		background-image: url(imagesTrame/newsletter2.jpg);
		background-repeat:no-repeat;
		font-family: arial;
		font-weight:500;
		color : #520404;
		padding: 5px;
	
		
	}
	
	#myCatalogue{
		position:relative;
		top:20px;
		width:280px;
		height:79px;
		/*background-image: url(imagesTrame/myCatalogue.jpg);*/
		background-color : #c4bbaa;
		background-repeat:no-repeat;
	}
	
	#myCatalogue_titre{
		position:relative;
		font-family:arial;
		font-weight:500;
		font-size:large;
		padding:5px;
		color : #510704;
	}
	
	
	#phraseDuJour{
		position:absolute;
		top:-0px;
		left:289px;
		width:345px;
		height:160px;
		background-image: url(imagesTrame/phraseDuJour.jpg);
		font-family: arial;
		font-weight:500;
		color : #520404;
		padding:5px;
	
	}
	
	#dossierPresse{
		position:absolute;
		top:96px;
		left:289px;
		width:355px;
		height:72px;
		background-image: url(imagesTrame/dossierDePresse.jpg);
	}
	
	#evenement{
		position:absolute;
		top:178px;
		left:289px;
		width:355px;
		height:255px;
		background-image: url(imagesTrame/evenement.jpg);
		background-repeat:no-repeat;
		font-family: arial;
		font-weight:500;
		color : #520404;
		padding:5px;
	}
	
	#gallerieIndex{
		position:absolute;
		top:55px;
		left:652px;
		width:304px;
		height:434px;
		background-image: url(imagesTrame/galerie.jpg);
		font-family: arial;
		font-weight:500;
		color : #520404;
		padding : 5px;
	}
	
	#gallerieIndex2{
		position:absolute;
		top:0px;
		left:654px;
		width:304px;
		height:434px;
		background-image: url(imagesTrame/galerie.jpg);
		font-family: arial;
		font-weight:500;
		color : #520404;
		padding: 5px;
	}
	
	#gallerieAutre{
		position:absolute;
		top:0px;s
		left:653px;
		width:314px;
		height:444px;
		background-image: url(imagesTrame/gallerie.jpg);
	}
	
	
	#afficheImagesSeul{
		position:absolute;
		left:25px;
	}
	
	#encadre1Titre {
		position:absolute;
		left:20px;
		top:10px;
	}
	
	#console {
		position:absolute;
		left:30px;
		top:700px;
		width:142px;
		height:177px;
	}
	
	#console2 {
		position:absolute;
		left:30px;
		top:750px;
		width:142px;
		height:177px;
	}
	
	#encadre2 {
		position:absolute;
		left:30px;
		top:400px;
		width:142px;
		height:177px;
		background-image: url(imagesTrame/encadre2.jpg); 
		background-repeat: no-repeat;
	}
	
	#encadre3 {
		position:absolute;
		left:787px;
		top:170px;
		width:230px;
		height:496px;
		background-image: url(imagesTrame/encadre3.jpg); 
		background-repeat: no-repeat;
	}
	
	#nextPrevious {
		position:relative;
		width:460px;
		height:50px;
	}
	
	#encadreCentre {
		color:#4B4B4B;
		width:495px;
		height:420px;
		top:5px;
		background-color:#f7f1f1;
	}
	
	/* Encadree stockant le TEXTE Accueil */
	
	#encadreCentre2{
		position:relative;
		top:8px;
		left:1px;
	}
	
	#encadreCentre2Haut {
		width:402px;
		height:4px;
		background-image: url(imagesTrame/encadre2Haut.jpg);
		font-weight:bold;
	}
	
	#encadreCentre2Ligne {
		width:402px;
		top:210px;
		background-image: url(imagesTrame/encadre2Ligne.jpg);
		background-repeat:repeat-y;
	}
	
	#encadreCentre2bis{
		font-family:verdana;font-size:11px;
		margin-left:11px;
		width:380px;
		height:80%;
		text-align:left;
		text-align:justify;
	}
	
	#encadreCentre2Bas {
		width:402px;
		height:4px;
		background-image: url(imagesTrame/encadre2Bas.jpg); 
	}
	
	#encadreCentre1{
		position:relative;
		top:18px;
		left:1px;
	}
	
	#encadreCentre1Haut {
		width:402px;
		height:4px;
		background-image: url(imagesTrame/encadre2Haut.jpg);
		font-weight:bold;
	}
	
	#encadreCentre1Ligne {
		width:402px;
		top:210px;
		background-image: url(imagesTrame/encadre2Ligne.jpg);
		background-repeat:repeat-y;
	}
	
	#encadreCentre1bis{
		font-family:verdana;font-size:11px;
		margin-left:11px;
		width:380px;
		height:80%;
		text-align:left;
		text-align:justify;
		}
	
	#encadreCentre1Bas {
		width:402px;
		height:4px;
		background-image: url(imagesTrame/encadre2Bas.jpg); 
	}
	
	#encadreCentre3 {
		position:absolute;
		left:603px;
		font-family:Arial; text-align:center; font-size:x-small;;;
		width:350px;
		height:443px;
		top:168px;
		background-color:#f4ece8;
	
		border-width:1px;
		border-style:solid;
		border-color:#a50100;
	}
	
	#blockInvisible{
		margin-top:6px;
		visibility:hidden;
	}
	
	#ligne {
		position:absolute;
		left:230px;
		top:190px;
		width:500px;
		height:2px;
		background-color:#eeeeee;
	}
	
	#ligne3 {
		position:relative;
		left:0px;
		top:410px;
		width:495px;
		height:1px;
		background-color:#FFFFFF;
	}
	
	#nextWork {
		position:absolute;
		left:420px;
		font-family:"Times New Roman", Times, serif; font-size:small;
	}
	
	#previousWork {
		position:relative;
		font-family:"Times New Roman", Times, serif; font-size:small;
		color:#444444;
	}
	
	#firstWork {
		position:relative;
		font-family:"Times New Roman", Times, serif; font-size:small;
		color:#444444;
	}
	
	#imagedujour{
		position:absolute;
		top:100px;
		left: 310px;
		text-align:left;
	}
	
	#guestBook{
		font-family:"Comic Sans MS",Arial; text-align:center;
		padding:2px;
	}
	
	#explode {
	position : absolute;
	left : 200px;
	top : 100px;	
	width : 400px;
	height : 300px;
	text-align : center;
	display : none;
	}
	
	body .slideShowImg {
	position: absolute;
	left: 0px;
	top: 0px; 
	border: 0px solid #4d4d4d;
	padding: 0px;
	margin: 0px;
	}
	
/** ARTICLE ------------------------------- */
	
	#articles{
		position:relative;
		left:2px;
	}
	
	#Article_entete { 
		left:10px;
		width:640px;
		top:10px;
		text-align:justify;
		text-align:left;
	}
	
	/*-----------------------------*/
	
	#Article_titre {
		color:#ae0600;
		font: 15px verdana, sans-serif;
		font-weight:bold;
	}
	
	#Article_titre a:visited{
		color:#ae0600;
		font: 15px verdana, sans-serif;
		font-weight:bold;
	}
		
	#Article_titre_Event {
		color:#f0010f;
		font: 15px verdana;
		font-weight:bold;
	}
	
	#Article_titre a:link {
		color:#ae0600;
		font: 15px verdana, sans-serif;
		font-weight:bold;
	}
	
	/*-----------------------------*/
	
	#Article_titre2 {
		color:#9f9fa0;
		font: 9px verdana, sans-serif;
		font-weight:bold;
		margin-top:3px;
	}
	
	#Article_titre2 a:link {
		color:#9f9fa0;
		font: 9px verdana, sans-serif;
		font-weight:bold;
		margin-top:3px;
	}
	
	#Article_titre2 a:visited {
		color:#9f9fa0;
		font: 9px verdana, sans-serif;
		font-weight:bold;
		margin-top:3px;
	}
	
	/*-----------------------------*/
	
	#Article_titre3 {
		font: 11px verdana, sans-serif;
		margin-top:3px;
		line-height: 150%;
	}
	
	#Article_titre3 a:link {
		font: 11px verdana, sans-serif;
		margin-top:3px;
		line-height: 150%;
	}
	
	#Article_titre3 a:visited {
		font: 11px verdana, sans-serif;
		margin-top:3px;
		line-height: 150%;
	}
	
	/*-----------------------------*/
	
	#Article_titre4 {
		border-width:1px;
		border-style:solid;
		border-color:#c0c0c0;	
	}
	
	#Article_titre4 a:link{
		border-width:1px;
		border-style:solid;
		border-color:#c0c0c0;	
	}
	
	#Article_titre4 a:visited{
		border-width:1px;
		border-style:solid;
		border-color:#c0c0c0;	
	}
	
	/*-----------------------------*/
	
	#Article_titre5 {
		position:relative;
		left:10px;
		width:630px;
		top:10px;
		text-align:justify;
		text-align:left;
		font: 11px verdana;
		line-height: 150%;
	}
	
	#Article_titre5 a:link {
		
		text-align:justify;
		text-align:left;
		font: 11px verdana;
		line-height: 150%;
	}
	
	#Article_titre5 a:visited {
	
		text-align:justify;
		text-align:left;
		font: 11px verdana;
		line-height: 150%;
	}
	
	/*-----------------------------*/
	
	#tous_les_articles {
		position:relative;
		font: 11px verdana, sans-serif;
		top:320px;
		margin-left:80px;
		color:#520404;
		font-weight:bold;
		height:100px;
	}
	
	#tous_les_articles2 {
		position:relative;
		font: 11px verdana, sans-serif;
		top:10px;
		color:#520404;
		font-weight:bold;
		height:50px;
	}
	
	#tous_les_articles a:link {
	position:absolute;
		text-decoration:none;
		top:325px;
		margin-left:70px;
		font: 11px verdana, sans-serif;
		color:#520404;
		font-weight:bold;
		height:50px;
	}
	
	#more {
		position:absolute;
		font: 11px verdana, sans-serif;
		color:#5212d4;
		margin-top:5px;
		margin-left:55px;
		font-weight:bold;
		
	}
		
/** Container Dernier Article ***********************/
	#dernierArticle_ecriture {
		position:relative;
		top:10px;
		left:0px;
		font: 11px verdana, sans-serif;
		width:200px;
		color:#586889;
		line-height: 160%;
		padding: -5px;
	}
	
	#dernierArticle_ecriture a:link,a:visited{
		position:relative;
		font: 11px verdana, sans-serif;
		width:270px;
		color:#586889;
		line-height: 200%;
	}
	
	/* Newsletter **************************************/
	#newsletter_ecriture {
		position:relative;
		top:10px;
		left:5px;
		font: 11px verdana, sans-serif;
		width:280px;
		color:#586889;
		line-height: 160%;
	}
	
	#myCatalogue_ecriture {
		position:relative;
		top:33px;
		width:50px;
		left:7px;
		font: 11px verdana, sans-serif;
		width:280px;
		color:#000000;
		line-height: 160%;
	}
	
	#newsletter_box{
		position:absolute;
		top:20px;
		left:1px;
		font: 11px verdana, sans-serif;
	}
	
	/* Phrase du jour ***********************************/
	#phraseDuJour_ecriture {
		position:relative;
		top:10px;
		left:8px;
		font: 11px verdana, sans-serif;
		width:320px;
		color:#000000;
		line-height: 160%;
	}
	
	/* Phrase du jour ***********************************/
	#dossierPresse_ecriture {
		position:relative;
		top:15px;
		left:8px;
		font: 11px verdana, sans-serif;
		width:320px;
		color:#000000;
		line-height: 160%;
	}
	
	/* Dossier de presse PDF ***********************************/
	#dossierPresse_pdf {
		position:relative;
		top:-20px;
		left:220px;
		font: 11px verdana, sans-serif;
		width:320px;
		color:#000000;
		line-height: 160%;
	}
	
	#catalogue_pdf {
		position:relative;
		top:-23px;
		left:190px;
		font: 11px verdana, sans-serif;
		width:320px;
		color:#000000;
		line-height: 160%;
	}
	
	/* Evenement ****************************************/
	#evenement_ecriture{
		position:relative;
		top:10px;
		left:42px;
	}
		
	/* Gallerie *****************************************/
	#gallerie_ecriture{
		position:relative;
		width:314px;
		top:13px;
		left:12px;
	}
	#gallerie_ecriture2{
		position:relative;
		width:303px;
		top:13px;
		left:12px;
	}
	
	#recherhceImg{
	position:relative;
		top:5px;
	}
		
	/* CONTAINER 2 ---------------------------*/
	#container2{
		position:relative;
	}
	
	#container2_haut {
		margin-top:20px;	
		width:160px;
		height:53px;
		background-image: url(imagesTrame/container2_haut.jpg);
		font-weight:bold;
	}
	
	#container2_ligne {
		width:163px;
		top:210px;
		background-image: url(imagesTrame/container2_ligne.jpg);
		background-repeat:repeat-y;
	}
	
	#container2_ecriture{
		margin-left:10px;
		width:140px;
		height:80%;
		text-align:left;
		text-align:justify;
	}
	
	#container2_bas {
		width:163px;
		height:6px;
		background-image: url(imagesTrame/container2_bas.jpg); 
	}
		
	/* Elements Gauche -----------------------------------------*/
	#elementHaut{
		font: 11px verdana;
		font-weight:bold;
		color:#959595;
	}
	
	#elementGauche{
		font: 11px verdana;
		font-weight:bold;
		color:#959595;
	}
	
	#elementHaut a{
		font: 11px verdana;
		width:60px;
		text-align:center;
		font-weight:bold;
		color:#959595;
	}
	
	#elementGaucheDessinTableau{
		font: 14px verdana;
		font-weight:bold;
		background-color:#959595;
		color:#FFFFFF;
	}
	
	
	#elementGauche a:visited{
		font: 11px verdana;
		width:60px;
		text-align:center;
		font-weight:bold;
		color:#959595;
	}
	
	/* Elements centre --------------------------------------------*/
	#elementCentre{
		margin-top:10px;
		margin-bottom:10px;
		width:100%;
	}
	
	#elementCentre table {
 		border-collapse: collapse;
 		width:100%;
	}
	
	#elementCentre table td  { 
	 	border-width:1px;
 		border-style:solid; 
 		border-color:#d2dede;
	}
	
	#elementCentre table td a { 
		position:relative;
		display:block;
		text-align : center;
		width:100%;
		border-width:1px; 
		border-color:#d2dede;
		border-collapse: collapse;
	
	}
	
	#elementCentreTableau{
		position:relative;
		min-height:440px;
		_height:713px;
		margin-top:15px;
		margin-bottom:20px;
		width:610px;
		font: 11px verdana, sans-serif;
		text-align:center;
		border: 1px solid #959595;;
		font-weight:bold;
		color:#777777;
		}
		
	<!-- Hack ie pour min-height -->
	
	html>body #elementCentreTableau {
		min-height: 440px;		
	} 

		
	#elementCentreTableau table td{
		position:relative;
		margin-top:15px;
		width:610px;
		font: 11px verdana, sans-serif;
		text-align:center;
		font-weight:bold;
		color:#777777;
	}
		
	#elementCentreDessin{
		position:relative;
		top:-159px;
		left:55px;
		width:580px;
		font: 12px verdana, sans-serif;
		text-align:left;
		font-weight:bold;
		color:#777777;
	}
	
	/* GaucheDroite --------------------------------------------*/
	
	#flecheGaucheDroite{
		width:100%;
		height:41px;
	}
	
	#flecheGauche{
		margin-top:15px;
		margin-left:-100px;
		height:40px;
		height:41px;
	}
	
	#flecheDroite{
		display:block;
		margin-left:100px;
		margin-top:-41px;
		height:40px;
		height:41px;
	}
	
	#montableau{
	
	}
	

	
/** FOOTER ---------------------------------------------------*/
	#footer {
		margin-top:20px;
		margin-left:225px;
		line-height:20px;
		font: 11px verdana;
		padding-top:5px;
	}
	
	#footerPartenaire {
		margin-top:-15px;
		margin-left:350px;
		line-height:30px;
		font: 11px verdana;
		padding-top:5px;
	}
	
	#footer a{
	
		font: 11px verdana;
		text-align:center;
		width:200px;
		height:55px;
		background-color: #484848;
		color:white;
	}

	
	#footer2 {
		position:relative;
		top:5px;
		width:496px;
		left:225px;
		height:59px;
		background-image: url(imagesTrame/footer.jpg);
		background-color:#00FF00;
	}
	#footer3 {
		position:relative;
		top:3px;
		left:165px;
		font: 10px verdana, sans-serif;
		font-weight:bold;
		color:#777777;
	}
	
	/* Relatif aux lien du header */
	#footer a#lien1 {	
		position:relative;
		display: block;	/* mise en block de <a> pour lui donner des dimensions */
		left:3px;
		top:12px;
		height: 18px;
		width: 156px;
		text-decoration: none;
	}
	
	/* Relatif aux lien du header */
	#footer a#lien2 {	
		position:relative;
		display: block;	/* mise en block de <a> pour lui donner des dimensions */
		left:160px;
		top:-6px;
		height: 18px;
		width: 164px;
		text-decoration: none;
	}
	
	/* Relatif aux lien du header */
	#footer a#lien3 {	
		position:relative;
		display: block;	/* mise en block de <a> pour lui donner des dimensions */
		left:325px;
		top:-24px;
		height: 18px;
		width: 167px;
		text-decoration: none;
	}
	
	#footer a#lien4 {	
		position:relative;
		display: block;	/* mise en block de <a> pour lui donner des dimensions */
		left:210px;
		top:-0px;
		height: 18px;
		width: 167px;
		text-decoration: none;
	}
	
	#footer a#lien1:hover {
		position:relative;
	    opacity: 0.3;
              filter: alpha(opacity:30);
              -khtml-opacity: 0.3;
              -moz-opacity: 0.3;
		background-color:#484848;
	}
	
	#footer a#lien2:hover {
		position:relative;
	    opacity: 0.3;
              filter: alpha(opacity:30);
              -khtml-opacity: 0.3;
              -moz-opacity: 0.3;
		background-color:#484848;
	}
	
	#footer a#lien3:hover {
		position:relative;
	    opacity: 0.3;
              filter: alpha(opacity:30);
              -khtml-opacity: 0.3;
              -moz-opacity: 0.3;
		background-color:#484848;
	}
