html, body{margin:0; padding:0;}

body{
	background-image: url(images/motif.jpg);
	background-repeat:repeat;
}

#global{
	margin-left:13%;
	width:1001px;
	
}

#coin_droit{
	background-image:url(images/index_01.png);
	background-repeat:no-repeat;
	width:33px;
	height:21px;
	float:left;
}
#milieu{
	background-image:url(images/index_022.png);
	background-repeat:repeat-x;
	width:935px;
	height:21px;	
	float:left;
}
#coin_gauche{
	background-image:url(images/index_03.png);
	background-repeat:no-repeat;
	width:33px;
	height:21px;
	float:left;
}
#b{
	clear:both;
	background-image:url(images/cont.png);
	background-position:-47px 0px;
	background-repeat:repeat-y;
	width:1001px;
	padding-left:20px;
}
#b_droit{
	background-image:url(images/index_14.png);
	background-repeat:no-repeat;
	width:33px;
	height:21px;
	float:left;
}

#b_milieu{
	background-image:url(images/index_155.png);
	background-repeat:repeat-x;
	width:935px;
	height:21px;	
	float:left;
}
#b_gauche{
	background-image:url(images/index_16.png);
	background-repeat:no-repeat;
	width:33px;
	height:21px;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
#login{
	margin-top:80px;
	background-image:url(images/login.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:156px;
	padding-left:90px;
	padding-top:60px;
}


