body{
	margin:0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	background:#e4e5e9 url(../img/bckgrnd.png) repeat-y scroll top center;
}

a{
	text-decoration:none;
	border:none;
	outline-style:none;
}


.wrapper{
	width:160px;
	margin:auto;
}


/* header */

.header{
	width:840px;
	height:180px;
	float:right;
	margin:0 0 0 -420px;
	position:fixed;
	left:50%;
	z-index:100;
}

.bloc_lav{
	width:340px;
	height:160px;
	background:#e4e5e9;
	float:right;
}

ul#logo{
	margin:25px 0 0 103px;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul#logo li{
	height:116px;
	width:375px;
}

ul#logo li a{
	display:block;
	position:relative;
	height:116px;
	background:url(../img/header01.png) no-repeat scroll top left;
}

ul#logo li a span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:50;
	background:url(../img/header01.png) no-repeat scroll bottom left;
}

#fond_blanc{
	width:160px;
	height:160px;
	background:#fff;
	position:fixed;
	z-index:75;
}

.transp_lavande{
	width:340px;
	height:20px;
	background:url(../img/transp_lavande.png) repeat-x;
	clear:right;
	float:right;
}

.transp_white{
	width:160px;
	height:20px;
	background:url(../img/transp_white.png) repeat-x;
	float:right;
}



/* content home page */

.bloc_portfolio{
	padding-top:200px;
}

ul#menu{
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul#menu li{
	height:64px;
	margin: 0 0 25px 26px;
}

ul#menu li a{
	display:block;
	position:relative;
	height:64px;
}

ul#menu li a span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:50;
}

ul#menu li a span:hover {
cursor:pointer;
}

ul#menu li a.yse{
	width:268px;
	background:url(../img/btn/btn_yse.png) no-repeat scroll top left;
}

ul#menu li a.yse span{
	background:url(../img/btn/btn_yse.png) no-repeat scroll bottom left;
}

ul#menu li a.bis{
	width:246px;
	background:url(../img/btn/btn_bis.png) no-repeat scroll top left;
}

ul#menu li a.bis span{
	background:url(../img/btn/btn_bis.png) no-repeat scroll bottom left;
}

ul#menu li a.ah{
	width:298px;
	background:url(../img/btn/btn_ah.png) no-repeat scroll top left;
}

ul#menu li a.ah span{
	background:url(../img/btn/btn_ah.png) no-repeat scroll bottom left;
}

ul#menu li a.bdc{
	width:361px;
	background:url(../img/btn/btn_bdc.png) no-repeat scroll top left;
}

ul#menu li a.bdc span{
	background:url(../img/btn/btn_bdc.png) no-repeat scroll bottom left;
}

ul#menu li a.ss{
	width:287px;
	background:url(../img/btn/btn_ss.png) no-repeat scroll top left;
}

ul#menu li a.ss span{
	background:url(../img/btn/btn_ss.png) no-repeat scroll bottom left;
}

ul#menu li a.chd{
	width:261px;
	background:url(../img/btn/btn_chd.png) no-repeat scroll top left;
}

ul#menu li a.chd span{
	background:url(../img/btn/btn_chd.png) no-repeat scroll bottom left;
}

ul#menu li a.emp{
	width:345px;
	background:url(../img/btn/btn_em.png) no-repeat scroll top left;
}

ul#menu li a.emp span{
	background:url(../img/btn/btn_em.png) no-repeat scroll bottom left;
}

ul#menu li a.crds{
	width:270px;
	background:url(../img/btn/btn_crds.png) no-repeat scroll top left;
}

ul#menu li a.crds span{
	background:url(../img/btn/btn_crds.png) no-repeat scroll bottom left;
}

ul#menu li a.myh{
	width:273px;
	background:url(../img/btn/btn_myh.png) no-repeat scroll top left;
}

ul#menu li a.myh span{
	background:url(../img/btn/btn_myh.png) no-repeat scroll bottom left;
}

ul#menu li a.bvsg{
	width:332px;
	background:url(../img/btn/btn_bvsg.png) no-repeat scroll top left;
}

ul#menu li a.bvsg span{
	background:url(../img/btn/btn_bvsg.png) no-repeat scroll bottom left;
}



/* bottom */

.copyright{
	font:11px arial,helvetica,sans-serif;
	color:#c4c9d9;
	width:160px;
	text-align:center;
}



