﻿/************** BLOC GAUCHE ***************/
	div#img_branche{
			background-image: url(../images/imagesKaribou/menu_gche/menu_bas_arbre_gche.gif);
			background-repeat: no-repeat;
			margin:0;
			padding:0;
			height:69px;
			width:191px;	
			}

/************** BLOC DROIT ***************/
	div#bloc_droit{padding:0 0 0 0;}
		div#conteneur{float:left;width:738px;}
		div#conteneur_haut{
			background-repeat: no-repeat;
			background-position:top;
			padding-top:51px;
			}
		div#conteneur_gche{
			background-repeat:repeat-y;
			background-position:left;
			}	
		div#conteneur_droit{
			background-repeat:repeat-y;
			background-position:right;
			}		
		div#conteneur_bas{
			background-repeat: no-repeat;
			background-position:bottom;
			}	
		div#contenu{padding: 0px 70px 100px 65px;}
		
			div#perso{
				background-repeat: no-repeat;
				position:absolute;
				margin:-165px 0 0 -75px;

			}
			/*** Pour cacher la règle à IE 5.5 et IE 6  ***/
			div#contenu  > div#perso{
				background-repeat: no-repeat;
				position:absolute;
				margin:-165px 0 0 -75px;

			}