body
	{
		background-color:#808080;
	}

#icon
	{
		position:absolute;
		top:0px;
		left:0px;
	}
	

	/* Ceci est pour les lien de navigation au dessu de la page */
	
#central
	{
		position:absolute;
		top:150px;
		left:150px;
	}

	/* ceci est la boite transparante de text pour la page Index */
	
div.transbox
	{
		position:absolute;
		top:450px;
		left:75px;
		width:750px;
		height:300px;
		margin:30px 50px;
		background-color:#ffffff;
		border:1px solid black;
			/* for IE */
		filter:alpha(opacity=60);
			/* CSS3 standard */
		opacity:0.6;
	}
	
	/* ceci est la boite pour la page contact */
	
div.transbox2
	{
		position:absolute;
		top:200px;
		left:200px;
		width:400px;
		height:100px;
		margin:30px 50px;
		background-color:#ffffff;
		border:1px solid black;
			/* for IE */
		filter:alpha(opacity=60);
			/* CSS3 standard */
		opacity:0.6;
		z-index:1
	}
	
	
	/* ceci est les division pour les image dans la gallerie de Realisations */
	
div.img
	{
		margin:2px;
		border:1px solid #0000ff;
		height:auto;
		width:auto;
		float:left;
		text-align:center;
	}


div.img img
	{
		display:inline;
		margin:3px;
		border:1px solid #ffffff;
	}

	
div.img a:hover img
	{
		border:1px solid #0000ff;
	}

	
div.desc
	{
		text-align:center;
		font-weight:normal;
		width:200px;
		margin:2px;
	}
	
div.pos
	{
		position:absolute;
		top:300px;
		left:75px;
	}

div.link
	{
		position:absolute;
		top:75px;
		left:450px;
	}
	
div.back
	{
		position:relative;
		top:200px;
		left:175px;
		width:500px;
		height:500px;
		margin:30px 50px;
		background-color:#000000;
		border:1px solid black;
		z-index:-1
	}