


/*Arriere plan general*/
body{
	background-color:rgb(255,255,255);
}
/*Arriere plan de la page*/
#page{
	background-color:rgb(255,255,255);
}
/*Division de l'entête*/
#header{
	background: URL("../img/themes/theme6/header_background.jpg");
}
/*Division du menu*/
#menuDiv{
	background: URL("../img/themes/theme6/menu_background.jpg") no-repeat;
}
#menuDiv2{
	background: URL("../img/themes/theme6/menu_bg.jpg");	
}
/*Division du contenu des pages*/
#contentDiv{
	background: #FFFFA7;
}
/*couleur des rubriques
Attention les couleurs doivent etre en hexadecimal
*/
.item_top
{
	background-color:#ffffff;
	
}
/*contenu des rubriques*/
.content{
	background: URL("../img/themes/theme6/body_background.jpg");
/*	background-color:white;*/
}
/*arriere plan du menu du back office*/
.shadetabs{
	background: URL("../img/themes/theme6/body_background.jpg");
}

/*__________________________________________________________*/

.topbar
{
	background: url("../img/themes/theme6/topbar_top.gif") no-repeat top;
}
.topbar_bottom
{
	background: url("../img/themes/theme6/topbar_bottom.gif") no-repeat;
}
.haut_gauche{
	background: URL("../img/themes/theme6/body_background.jpg");
}
.haut_droit{
	background: URL("../img/themes/theme6/body_background.jpg");
}
.bas_gauche{
	background: URL("../img/themes/theme6/body_background.jpg");
}
.bas_droit{
	background: URL("../img/themes/theme6/body_background.jpg");
}
.haut{
	background: URL("../img/themes/theme6/body_background.jpg");
}
.gauche{
	background: URL("../img/themes/theme6/body_background.jpg");
}
.droit{
	background: URL("../img/themes/theme6/body_background.jpg");
}
.bas{
	background: URL("../img/themes/theme6/body_background.jpg");
}
.menu_content td{
	background: URL("../img/themes/theme6/body_background.jpg");
}

.item_top
{
	background-color:#FFFFFF;
	color:#666666;
}