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


#im {
	background-image: url("images/logoAcc.png") ; 
	
	width: 400px;
	height: 400px;
	
}
html {
    height: 100%;
}
body {
	background-image: url("images/fond2.jpg");
	text-align: center;
    height: 100%;
    margin: 0;
    padding: 0;
}
#page-table {
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}
#page-td {
    height: 100%;
    padding: 0;
    vertical-align: middle;
}
div#global {
	background-image: url("images/logoAcc.png") ; 
	background-repeat:no-repeat;
    background-position:center top;
    width: 500px;
	height: 500px;
    margin: 20px auto;
    text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#FFF
	
}