/* CSS Document */


body {
	text-align: justify;
	font-family:  "Trebuchet MS";
	font-size: 11px;

	background-color:#FFFFFF;
}
	
	#ensemble {
border: 0px solid green ;
margin: 0px auto;
width:850px;
height: 100%;

	}

	#header {
	    background-image:url(../images/header.jpg);
border: 0px solid green ;
margin: 0px auto;
width:850px;
height: 119px;



	}
	
	
	#fond {
border:0px solid green ;
margin: 0px auto;
width:850px;
height: inherit;
background-image:url(../images/fond.jpg);
background-repeat:repeat-y;

	}

	#footer {
border:0px solid green ;
margin: 0px auto;
width:850px;
height: 38px;
background-image:url(../images/footer.jpg);
background-repeat:no-repeat;

	}

#bt_intranet {
background-image:url(..//images/bt_intranet.jpg);
background-repeat:no-repeat;
height:51px;
width:192px;
margin: 0 auto;

}

#bt_intranet:hover {
background-image:url(..//images/bt_intranet_on.jpg);
background-repeat:no-repeat;
height:51px;
width:192px;
margin: 0 auto;
cursor : hand;

}

#bt_extranet {
background-image:url(../images/bt_extranet.jpg);
background-repeat:no-repeat;
height:51px;
width:192px;
margin: 0 auto;

}

#bt_extranet:hover {
background-image:url(../images/bt_extranet_on.jpg);
background-repeat:no-repeat;
height:51px;
width:192px;
margin: 0 auto;
cursor : hand;

}

#bt_equipe {
background-image:url(../images/bt_espace.jpg);
background-repeat:no-repeat;
height:51px;
width:192px;
margin: 0 auto;

}

#bt_equipe:hover {
background-image:url(../images/bt_espace_on.jpg);
background-repeat:no-repeat;
height:51px;
width:192px;
margin: 0 auto;
cursor : hand;
}
