
body {
	margin : 0;
	padding : 0;

	background-color : #4372A1;
	/*background-image : url(../images/page-fond.gif);
	background-repeat : repeat-y;
	background-position : top center;*/
}

#pagefull {
	width : 100%;

	/*background-image : url(../images/page-fond-haut.gif);
	background-repeat : no-repeat;
	background-position : top center;*/

	background-image : url(../images/page-fond.gif);
	background-repeat : repeat-y;
	background-position : top center;
}

#pagefull-haut {
	width : 100%;

	background-image : url(../images/page-fond-haut.gif);
	background-repeat : no-repeat;
	background-position : top center;
}

#pagefull-bas {
	width : 100%;

	background-image : url(../images/page-bas.gif);
	background-repeat : no-repeat;
	background-position : bottom center;
	padding-bottom : 120px;
}

#page-haut {
	width : 100%;
	height : 29px;

	background-image : url(../images/page-haut.gif);
	background-repeat : no-repeat;
	background-position : top center;
}

#page-bas {
	/*width : 100%;
	height : 120px;

	background-image : url(../images/page-bas.gif);
	background-repeat : no-repeat;
	background-position : top center;*/
}

#page {
	/*background-color : #fff;*/

	/*padding-left : 5px;
	padding-right : 5px;*/

	/*border-left : 5px solid #fff;
	border-right : 5px solid #fff;*/

	width : 770px;

	margin : auto;

	position : relative;

	padding-bottom : 50px;


}

* html #page {
	left : 1px;
}



/*--------------------------------------------------------------------
/* ENTETE
/**/

#entete {
	position : relative;

	height : 164px;

	background-image : url(../images/entete-fond.gif);
	background-repeat : repeat-x;
	background-position : top left;
}

#entete h1 {
	margin : 0;
	padding : 0;

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

	background-image : url(../images/logo.gif);
	
	position : absolute;
	/*top : 13px;
	left : 12px;

	width : 322px;
	height : 102px;*/

	top : 12px;
	left : 12px;

	width : 376px;
	height : 94px;


}

/*--------------------------------------------------------------------
/* TOP MENU
/**/

#topmenu {
	background-color : #416E98;
	background-image : url(../images/topmenu-coin.gif);
	background-repeat : no-repeat;

	height : 24px;

	color : #fff;

	float : right;

	padding-left : 25px;
	padding-right : 15px;
	padding-top : 4px;
}

#topmenu a {
	color : #fff;
	text-decoration : none;
}

#topmenu a:hover {
	color : #fff;
	text-decoration : underline;
}

#topmenu .actif {
	font-weight : bold;
}


/*--------------------------------------------------------------------
/* MENU
/**/

#menu {
	position : absolute;
	left : 12px;
	top : 105px;

	background-image : url(../images/menu-fond.gif);
	background-repeat : no-repeat;
	background-position : bottom left;

	height : 59px;
}

#menu a {
	float : left;
	margin-right : 5px;
}

#menu img {
	border : 0;
}


/*--------------------------------------------------------------------
/* CONTENU
/**/

#contenu {
	margin-left : 12px;
	margin-right : 12px;

	min-height : 250px;
}

* html #contenu {
	height : 250px;
}




/*--------------------------------------------------------------------
/* PIED
/**/

#pied {
	position : absolute;

	height : 76px;

	background-image : url(../images/pied-fond.gif);

	margin-top : 1.5em;

	bottom : -50px;
	width : 100%;
}

#pied #copyright {
	/*position : absolute;
	top : 30px;
	left : 12px;*/
	padding-top : 30px;
	text-align : center;
}

#pied a {
	color : #000;
}

#pied a:hover {
	/*color : #873030;*/
	color : #1F4474;
}


#amigo {
	font-size : 5px;
}

#amigo a {
	color : #fff;
}