body {
	background-color: #7A95CA;
	margin: 0px; 
}

#conteneur {
	position: relative;
	width: 770px;
	/* IE MAC ne voit pas la fin de commentaire sur cette ligne \*/
	width: 745px;
	/* IE MAC voit un commentaire sur 3 lignes se terminant ici */
	background: url(images/coin-body.gif) no-repeat bottom right;	
	background-color: #ffffff;
}

#gauche {
	position: relative;
	float: left;
	width: 235px;
	top: 15px;
	text-align: right;
}

#logo {
	position: relative;
	width: 191px;
	_width: 227px;
	height: 173px;
	padding-right: 35px;
	left: 9px;
	_left: 1px;
	border-bottom: 1px solid #cccccc;
}

#affichage_logo {
	position: absolute;
	width: 188px;
	height: 113px;
	right: 20px;
	top: 25px;
}

#menu {
	position: relative;
	text-align: right;
}

#droite {
	float: right;
	width: 509px;
	_width: 500px;
	margin-top: 15px;
	left: 235px;
	border-left: 1px solid #cccccc;
}

#entete {
	width: 500px;
	height: 173px;
	_height: 172px;
	margin-left: 8px;
}

#contenu {
	position: relative;
	width: 470px;
	_width: 500px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 18px;
	border-top: 1px solid #cccccc;
}

#pieddepage {
	position: relative;
	width: 745px;
	text-align: center;
	_margin-top: 5px;
	padding-bottom: 10px;
}

.clear {
	clear: both;        /* extend height of .main to longest column */
	height: 1px;
	overflow: hidden;   /* prevent IE expanding the container */
	margin: 0;          /* keep flush with surrounding blocks */
	line-height: 0px;
}

#document {
	margin: 15px auto 0px auto;
	width: 300px;
	padding: 5px;
	background-color: #efefef;
	border: 1px solid #ccc;		
}
