.tableau-entete
{
	background-image:url(images/tables-bg.jpg);
	font-size: 10pt;
	color:White;
	font-weight:bolder;
}
.bouton-action, A.bouton-action, A.bouton-action:link, A.bouton-action:visited, A.bouton-action:active, A.bouton-action:hover
{
	font-size: 8pt;
	color: brown;
}
.bouton-navigation,A.bouton-navigation,A.bouton-navigation:link, A.bouton-navigation:visited, A.bouton-navigation:active,A.bouton-navigation:hover
{
	font-size:8pt;
	color:white;
}
.formulaire-zone-gauche
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffff;
	background-color: #66cc00;
}
.formulaire-zone-droite
{
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial, Tahoma;
	background-color: gainsboro;
}
.NormalTextBox
{
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica;
}
.button-supprimer
{
	padding-left: 30px;
	background-image: url(images/delete.png);
	background-repeat: no-repeat;
	background-position: left;
}
.button-annuler
{
	padding-left: 30px;
	background-image: url(images/back.png);
	background-repeat: no-repeat;
	background-position: left;
}
.button-enregistrer
{
	padding-left: 30px;
	background-image: url(images/save.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.button-enregistrerNouveau
{
	padding-left: 30px;
	background-image: url(images/save-new.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.button-rechercher
{
	
	background-position: left bottom;
	padding-left: 30px;
	background-image: url(images/find.png);
	background-repeat:no-repeat;
	
}
.button-imprimer
{
	
	background-position: left bottom;
	padding-left: 30px;
	background-image: url(images/print-view.png);
	background-repeat:no-repeat;
	
}

/*Sous titre central*/
.sous-titre-central-texte
{
	font-weight: bold;
	font-size: 10pt;
	color: #ff9900;
}
/*Texte normaux gras*/
.NormalBold
{
	font-weight: bold;
	font-size: 10pt;
	color: #1a507c;
}
/*Arrire plan du menu gauche*/
.menu-gauche-table
{
	background-image: url(images/mon_patient_23.jpg);
}

/*Style de l'items du menu gauche*/
.menu-gauche-texte
{
	padding-left: 20px;
	font-weight: bold;
	font-size: 10pt;
	background-image: url(images/rub_service.jpg);
	color: white;
	background-repeat: repeat-x;
}

/*Style des sous items du menu gauche*/
.sous-menu-gauche-texte
{
	padding-left: 40px;
	font-weight: bold;
	font-size: 8pt;
	background-image: url(images/sousrub_service_40.jpg);
	color: white;
	background-repeat: repeat-x;
}

/*Style du texte du titre central*/
.titre-central-texte
{
	font-weight: bold;
	font-size: 10pt;
	color: #6699ff;
	background-image: url(images/image07.gif);
	background-repeat: repeat-x;
}

/* Le style Natif dotnetnuke */
.Head
{
	font-weight: bold;
	font-size: 10pt;
	/*color: white;*/
	font-family: Tahoma, Arial, Helvetica;
}
.Normal, .NormalDisabled
{
	font-weight: normal;
	font-size: 10pt;
	color: gray;
	font-family: Tahoma, Arial, Helvetica;
}
.textCommentaire
{
	font-size:8pt;
	font-family:Tahoma,Arial, Helvetica;
}
