/* Thème défaut */
body
{
	background-color: #5f7b9c;
	background-image: url(../img/fond_perso.png);
}

/*Boutons*/
input[type='submit'], 
input[type='button'], 
button, a.bouton, 
span.bouton, 
.ui-dialog .ui-button-text
{
	background-image: url(../img/bouton_etats.jpg);
	background-position: 0 0;
}
input[type='submit']:hover, 
input[type='button']:hover, 
button:hover, 
a.bouton:hover, 
.ui-dialog .ui-button-text:hover
{
	background-position: 0 -26px;
}
input[type='submit']:active, 
input[type='button']:active, 
button:active, 
a.bouton:active, 
.ui-dialog .ui-button-text:active
{
	color: rgba(255,255,255,0.5);
	
	background-position: 0 -52px;
}

/*Formulaire filtre*/
.formulaire.filtre
{/*#566580*/
	background-image: url(../img/fond_perso.png);
}

.formulaire.filtre input[type='submit']
{
	background: url(../img/bouton_etats_2.jpg) 0 0;
}
.formulaire.filtre input[type='submit']:hover
{
	background: url(../img/bouton_etats_2.jpg) 0 210px;
}
.formulaire.filtre input[type='submit']:active
{
	background: url(../img/bouton_etats_2.jpg) 0 110px;
}

/*Raccourcis boutons*/
a.raccourci:hover
{
	background-image: url(../img/fond_perso.png);
}

/*Notifications*/
.notification
{
	background-image: url(../img/fond_perso.png);
}

/*Listes*/
table.liste > tbody > tr:hover > td
{
	background-image: url(../img/fond_perso.png);
}

#admin #top_menu
{
	background-image: url(../img/fond_menu.jpg);
	box-shadow: inset 0 0 1px rgba(255,255,255,1);
}
#admin #top_menu a
{
	text-decoration: none;
	color: #FFFFFF;
}
#admin #top_menu #raccourcis > a.bouton
{
	background-image: url(../img/fond_menu.jpg);
}
#admin #corps #menu
{	
	background-color: #5f7b9c;
}


/*jQuery*/
.ui-widget-overlay
{
	background-image: url(../img/fond_perso.png);
}
.ui-widget-header
{
	background: #CCC url(../img/fond_menu.jpg) 50% 50% repeat-x;
}
