#global {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px; /* largeur obligatoire pour être centré */
	text-align: left;
	}
     
body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
	background : #F5F8E3;
	font-family:verdana,arial;
	font-size:12px;
	background-image : url(images/linux-fabien-illide.gif) ;
	background-repeat:no-repeat; 
    background-attachment : fixed ;
	background-position:100% 100%;
     }
#image_competences{
	position:absolute;
	background: url(images/competences-fabien-illide.png) no-repeat;
	z-index:4;
	top:100px;
	left:20px;
	width:428px;
	height:85px;
}

#competences {
	position:absolute;
	top:158px;
	left:20px;
	width:428px;
	height:232px;
	line-height:160%;
	z-index: 2;  

 }
 
 #competences_trans {
	position:absolute;
	top:158px;
	left:20px;
	width:428px;
	height:232px;
	background-color:#F6DB00;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
 
 #image_contact {
	position:absolute;
	top:100px;
	left:600px;
	z-index: 4; 
	width:310px;
	height:89px;
	background: url(images/contact-fabien-illide.png) no-repeat ;
	}

	

	
#contact {
     position:absolute;
     top:158px;
     left:600px;
     width:309px;
     height:300px;
	 z-index: 2;  

     }
#contact_trans {
	position:absolute;
	top:158px;
	left:600px;
	width:309px;
	height:240px;
	background-color:#F6DB00;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
     
#references {
     position:absolute;
     top:594px;
     left:20px;
     width:603px;
     height:350px;
	 z-index: 2;  
     }
	 
 #references_trans {
	position:absolute;
	top:558px;
	left:20px;
	width:603px;
	height:350px;
	background-color:#F6DB00;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
	
 #image_references {
	position:absolute;
	top:500px;
	left:20px;
	z-index: 4; 
	width:604px;
	height:94px;
	background: url(images/references-fabien-illide.png) no-repeat ;
	}
    
H1 {
    font-size:12px;
    display: inline;
   }
   
ul* {margin-left:35px;}
li* {margin:0;margin-left:5px;}
ul  {margin:0;}

p{position:relative;margin-left:5px;}

#references li {
             line-height:160%;
              }
              
.espace_liste {
        margin-top:20px;
              }
			  
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: blue;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: blue;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	background-color: blue;
	color: yellow;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	background-color: blue;
	color: yellow;
}

#image_fixe{
	position:absolute;
	top:440px;
	left:560px;

	width:414px;
	height:470px;
	}

