/* CSS Document */


body {

background-color:#ffffff;
margin: 0px;
padding: 0px;

}

.centre-index {
position:absolute;
left: 50%; 
top: 50%;
width: 900px;
height: 560px;
margin: 0px auto;
padding: 0px;
margin-left: -450px;
margin-top: -280px;
z-index: 10;
}
			
		

		
.fond-index {

	text-align : center;
	width:900px;
	height:560px;
	position:absolute;
	top:0px;
	Left:0px;	
	z-index:20;		
		}	
		
.architecte-CFAI {

	text-align : center;
	width:200px;
	height:400px;
	position:absolute;
	top:0px;
	Left:700px;	
	z-index:30;		
		}				
		


/********************************************************************************
*********************************************************************************
********************************************************************************/
	


.baseline-index 	{
		font-family : Arial,Helvetica;
		font-size : 9px;
		color : #96a97e;
		text-align : center;
		width:900px;
		height:10px;
		position: absolute;
		top:580px;
		Left:0px;
		z-index:10;
		}
		
.baseline-index A:link {
		text-decoration : none;
		color : #96a97e;
		}
		
.baseline-index A:visited {
		text-decoration : none;
		color : #535353;
		}
		
.baseline-index A:hover {
		text-decoration : none;
		color : #000000;
		}
		
.baseline-index A:active {
		text-decoration : none;
		color : #000000;
		}		
		
