html {
	margin : 0px;
	padding: 0px;
	height:100%;
	background-color: #0642de; /*Bleu*/
	border : 3px solid #fcff1d;
	background-repeat: repeat-x;
	background-position:  top left;
	background-image: url('../images/asm/logo.gif');
	
}

body {
	margin: 0px;
	margin-bottom: -2px;
	padding: 0px;
	height:100%;
	background-repeat: no-repeat;
	background-position:  bottom left;
	background-image: url('../images/asm/fond_asm_gauche.gif');
}

#fond {
	
	margin: 0px;
	margin-bottom: -2px;
	padding: 0px;
	height:100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url('../images/asm/fond_asm_droit.gif');
}

#ubody {
	width: 800px;
	height : 80%;
	padding-top: 7px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-family: 'Comic Sans MS',Verdana, Arial, Helvetica, sans-serif;
}
#logo_gauche{
	position:absolute;
	width : 213px;
	height:213px;
	top: 0px; 
	left: 0px;
	/*background:url(../images/asm/logo.gif) no-repeat; /*#87ADD2;*/
}

