body {
    background-image: none;
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    font-family: arial helvetica sans-serif;
}
#mainPage {
    width:830px; height: 600px; 
    margin-left:auto;margin-right:auto;
    background: url(login-bg.png) repeat-y scroll left top transparent;
    overflow: hidden;
}
#login-banner {
    width:808px; height: 171px; margin-left:6px;
    background-image: url("login-banner.png");
    background-repeat: no-repeat;
}
#footer {
    width:830px; height:140px;
    margin-left:auto;margin-right:auto;
    background-image: url(login-footer.png);
    background-repeat: no-repeat;
}
#divLogin { 
    border: 2px solid #fe7276;
    background-color: #A40004; padding: 5px 5px 5px 5px; 
    width: 300px; margin-left: 360px; margin-top: 50px;
}
#divLogin label { color: #fe7276; font-weight: bold; font-size: 10pt; }
#blocAdresse {
    width:799px; margin-left:9px;
    padding: 5 0 5 3;
    background: none repeat scroll 0% 0% #5dcdc9; color: #1d7471;
    border-top: 1px solid #006561;
    border-bottom: 1px solid #006561;
}
#blocNavigateurs {
    position:absolute;
    top:60px;
    left:0px;
}
#blocNavigateurs img { width:24px; }
#blocIE6 { display:none }
#IE { display:inline; }
#IEBroken { display:none; }
#blocMessage { 
	position:absolute;
	width: 450px; left:50px; top:40px;
	background-color: #FFFF6D; padding: 5px 5px 5px 5px;
	border: 1px solid black;
	box-shadow: 4px 4px 12px #443A31;
	text-align:left;
	font-style: italic;
}
#divFacebook { position:absolute; top:10px; left:0; }
#idIconeFacebook { width:28px;vertical-align:middle;margin-right:10px }
