
body {
	margin : 0;
	padding : 0;

	background-color : #4372A1;
}



/*--------------------------------------------------------------------
/* PAGE
/**/

#page {
	width : 750px;

	margin : auto;

	margin-top : 1em;
}


h1 {
	margin : 0;
	padding : 0;

	width : 750px;
	height : 181px;

	overflow : hidden;
	text-indent : -9000px;

	background-image : url(../images/reseau-au-quebec.gif);
}


#page .boite {
	background-image : url(../images/boite-fond.gif);
	background-repeat : repeat-y;

	margin-top : 1em;
	margin-bottom : 1em;
}

#page .boite .boite-haut {
	height : 14px;
	overflow : hidden;
	background-image : url(../images/boite-haut.gif);
}


#page .boite .boite-bas {
	height : 16px;
	overflow : hidden;
	background-image : url(../images/boite-bas.gif);
}

#page .boite .boite-contenu {
	margin-left : 20px;
	margin-right : 20px;
}

