/* CSS Document */
body {
	background-image: url(../images/fond_page.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0px;
}

#conteneur {
	position:relative;
	left:0px;
	top:0px;
	width:1000px;
	height:auto;
	z-index:1;
}

#contenu {
	position:absolute;
	left:248px;
	top:165px;
	width:511px;
	height:725px;
	z-index:1;
	background-image: url(../images/fond_contenu.jpg);
	background-repeat: no-repeat;
	background-color: #f9f9f9;
}

#menugauche {
	position:absolute;
	left:0px;
	top:165px;
	width:249px;
	height:auto;
	z-index:4;
}
#cotedroit {
	position:absolute;
	left:193px;
	top:352px;
	width:54px;
	height:170px;
	z-index:0;
	background-image: url(../images/menu_gche/cote_droit.jpg);
	background-repeat: no-repeat;
}

#menuavenir {
	position:absolute;
	left:757px;
	top:154px;
	width:243px;
	height:5px;
	z-index:3;
}
#avenirtitre {
	position:relative;
	left:-10px;
	top:-5px;
	width:70px;
	height:28px;
	z-index:1;
}


#banniere {
	position:absolute;
	left:19px;
	top:22px;
	width:980px;
	height:120px;
	z-index:2;
}
#menuh {
	position:absolute;
	left:19px;
	top:142px;
	width:980px;
	height:23px;
	z-index:2;
}
#outilh {
	position:absolute;
	left:19px;
	top:0px;
	width:980px;
	height:23px;
	z-index:2;
	background-image: url(../images/fond_outilh.gif);
}
#boutonmenusocial {
	position:absolute;
	left:289px;
	top:142px;
	width:231px;
	height:23px;
	z-index:3;
	
}
#boutonmenupratique {
	position:absolute;
	left:522px;
	top:142px;
	width:128px;
	height:23px;
	z-index:3;
	
}
#cadremenusocial {
	position:absolute;
	left:289px;
	top:164px;
	width:194px;
	height:65px;
	z-index:3;
	background-color: #980953;
	visibility: hidden;
	
}
#cadremenupratique {
	position:absolute;
	left:522px;
	top:164px;
	width:194px;
	height:110px;
	z-index:3;
	background-color: #00755c;
	visibility: hidden;
}

#cadreaccueil {
	position:relative;
	left:33px;
	top:50px;
	width:448px;
	height:221px;
	z-index:1;
	background-image: url(../images/accueil/cadre.gif);
	background-repeat: no-repeat;
}
#ficheaccueil {
	position:absolute;
	left:-20px;
	top:-25px;
	width:128px;
	height:170px;
	z-index:2;
}
