/* CSS Document */
body{
	margin:0px;
}

/*////////COLONNE GAUCHE//////////*/
.colonne-gauche{
	width:214px;
	float:left;
}

.zone-menu{
	width:214px;
	height:280px;
	float:left;
}

.zone-exclusif{
	width:214px;
	padding-top:10px;
	float:left;
}

.exclusif{
	float:left;
	margin-top:5px;
}

/*//////////MENU/////////////////////*/

.menu-qui-sommes-nous, .menu-nos-sites, .menu-nos-partenaires, .menu-devenir-salarie, .menu-appel-services{
	width:214px;
	height:35px;
	float:left;
	background-repeat:no-repeat;
	background-position:top left;
}

.menu-qui-sommes-nous{	background-image:url(images/menu/qui-sommes-nous-on.gif);}
.menu-nos-sites{ background-image:url(images/menu/nos-sites-on.gif);}
.menu-nos-partenaires{ background-image:url(images/menu/nos-partenaires-on.gif);}
.menu-devenir-salarie{ background-image:url(images/menu/devenir-salarie-on.gif);}
.menu-appel-services{ background-image:url(images/menu/appel-services-on.gif);}

/*/////////ZONE BANDEAU///////////////*/
.zone-bandeau{
	width:712px;
	height:199px;
	float:left;
	background-image:url(images/commun/bandeau.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

/*/////////////MENU BAS/////////////////*/
.menu-bas{
	width:926px;
	height:48px;
	background-image:url(images/menu/bg-bas.gif);
	background-position:top;
	background-repeat:repeat-x;
	float:left;	
	padding-top:6px;
}

/*/////////////ARRIERE PLAN/////////////*/
.cell-haut-gauche{
	background-image:url(images/commun/bg-haut-gauche.gif);
	background-position:top;
	background-repeat:repeat-x;
}

.cell-haut-droite{
	background-image:url(images/commun/bg-haut-droite.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.cell-bas{
	background-image:url(images/menu/bg-bas.gif);
	background-position:top;
	background-repeat:repeat-x;
}
