body {

}

h2 {  }
* html h2 {  }

html{
	background-image: url(images/fond_gris_degrade.jpg);
}

#Conteneur { 
	background-image: url(images/foto_header.jpg);
}

.Page{
	background: url(images/fond_contenu.jpg) no-repeat right bottom;
}

#Bandeau {
	background-image: url(images/fond_nav_haut.jpg);
	background-repeat: repeat;
}
#Bandeau-backgd { 
	background-image: url(images/foto_perso.jpg);
}

/* ************************************************ */
/*                    NAVIGATION                    */
/* ************************************************ */
#content_Menu {

}
#MenuHtml {

}
#MenuFlash {

}
#MenuHtml li { /* Formattage du menu en HTML */

	background-image: url(images/fond_menu_01.jpg);
	background-repeat: no-repeat;
}
.Bottom_Menu {
	background-image: url(images/fond_menu_01.jpg);
	background-repeat: no-repeat;
}
#MenuHtml ul li
{
	background-image: none;
}

/* ****************************************** */

/* Affichage du décor de bas de page + adresse */
#Pied {
}
#Pied p {
}


/* ************************************************ */
/*                  Design Mobile                   */
/* ************************************************ */
#header, #footer
{
	background-image : none;
}
#contenuMobile .Page
{
	background-image : none;
}
#contenuMobile #MenuHtml
{
	background-image : none;
}
#contenuMobile #MenuHtml li
{
	background-image: none;
}
