@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	background:url(../img/html.png) repeat center bottom #FFFFFF;
}
	
body {
	font-family:Arial, Helvetica, sans-serif;	
	line-height:18px;
	font-size:12px;
	color: #000000; 
	background:url(../img/global.png) repeat-y center top;
	margin: 0; 
	padding: 0;
}

#container {
	margin: auto;
	width: 750px;
	position: relative;
}

#pageHeader {
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
}

#contenu {
	margin:20px auto;
	position:relative;
	margin-top : 20px
	width:750px;
	background: url(../img/deco-frise.png) repeat-y 5px 555px #ffffff;
}

#leftSide {
	position:absolute;
	left: 5px;	
	width:200px;
	background-color: #FFFFFF;
}

#content {
	margin-left:205px;
	text-align:justify;
	padding: 0px 5px 85px 10px;
}

#footer {
	height:30px;
	border-top: #000000 thin dotted;
	background-color: #AAAAAA;
}




/* ------------------------ bloc LEFT -------------------------- */
#blocLogin {
	width: 200px;
	height: 149px;
	background: url(../img/bloc-login.png) no-repeat center top  ;
}

#centerBlocLogin {
	padding-top: 55px;
}

#blocPartenairePmeBtp {
	width: 200px;
	height: 226px;
	background: url(../img/bloc-partenairePmeBtp.png) no-repeat center top  ;
}

#blocDepotCv {
	width: 200px;
	height: 179px;
	background: url(../img/bloc-depotCv.png) no-repeat center top  ;
}

#centerBlocDepotCv {
	padding-top: 55px;
}

#centerBlocPartenairePmeBtp {
	width:167px;
	height:150px;
	padding: 50px 16px 10px 16px;
}