
/* Le menu des différents themes reste accessible sur la gauche */
#menucentral {
	float: left;
}

/* On décale le contenu de 233px pour laisser l'espace au menucentral */
#contenu {
	clear: none;
	margin-left: 233px;
	margin-top: 20px;
}

.soria .dijitDialogTitleBar {
	background: url("images/fond-DialogTitle.png") repeat-x scroll left top #FAFAFA;
} 

.soria .dijitDialog .dijitDialogTitle {
	color: #732813;
	text-transform: uppercase;	
}

