@charset "utf-8";
/* CSS Document */

#Fond {
		background:url(../images/fond.gif);
		background-repeat:repeat-x;
	}

#droite {
	background-image: url(../images/droite.gif);
	}

#gauche {
		background:url(../images/gauche.gif);
	}

#haut {
		background:url(../images/haut.gif);
		background-repeat:no-repeat;
	}
	
#bas {
		background:url(../images/bas.gif);
		background-repeat:no-repeat;
	}
	
#border_noir{
		background-color:#000000;
	}
	
#border_gris{
	background-color:#999999;
	}

#border_bleu{
	background-color:#235599;
	}

/*
#logo {
	background-repeat:no-repeat;
	background-image: url(../images/logo.gif);
	background-position: center center;
}
*/
#logo {
	background: url(../images/logo.gif) no-repeat center center;
	height: 400px;
}



#menu_select {
		background:url(/images/menu/menu1_select.gif);
		background-repeat:no-repeat;
	}
	
