/* important pour l'intégration plone*/
.documentContent table,td,tr {
	border: none !important;
}

div,td {
	color: #000000
}

/* General */
.fl-right {
	float: right;
}

/* Boite des critères */
.consult-criteres {
	border: 1px solid #000 !important;
	padding: 20px 10px 10px 10px;
	width: 530px;
	margin: 20px 0 0 0;
}

.consult-criteres legend {
	color: #000;
	font-size: 0.9em;
	font-style: italic;
}

.consult-titre-label {
	color: #000;
	padding: 0 10px 0 8px;
	font-size: 0.9em;
	font-weight: bold;
	background: url(images/puce.gif) left center no-repeat;
}

/* Styles de boutons */
.bouton-rechercher {
	margin: 20px 0 0 420px;
	background-color: #aaf0ea;
	border: 1px solid #000 !important;
	font-size: 0.8em !important;
	cursor: hand;
}

/* Tableau des résultats */
#slot-resultats,#slot-resultats table {
	width: 100%;
}

.tableau-resultats {
	margin-top: 15px;
	border: 1px solid Black !important;
	border-collapse: collapse !important;
	/*width: 550px;*/
	width: 100%;
}

.tableau-entete {
	font-weight: bold;
	text-align: center;
	font-size: 0.8em;
}

.tableau-entete td {
	border: 1px solid Black !important;
	padding: 2px 20px 2px 20px;
	background-color: #aaf0ea;
}

.tableau-corps td {
	border-right: 1px solid Black !important;
	border-left: 1px solid Black !important;
	font-size: 0.9em;
	padding: 0 20px 0 3px;
	vertical-align: top;
}

/* pour la pagination */
.gwt-Paginator {
	padding: 0px 0px 0px 0px;
	margin-top: 20px;
	margin-bottom: 4px;
	width: 200px !important;
}

.gwt-Paginator .button {
	background: transparent;
	padding: 1px 6px 1px 6px;
	margin-left: 1px;
	margin-right: 1px;
	border: solid 1px #80C4C5 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.gwt-Paginator .selected {
	padding: 1px 6px 1px 6px;
	margin-left: 1px;
	margin-right: 1px;
	border: solid 1px #000 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}

.gwt-Paginator .break {
	padding: 2px 6px;
	border: none !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Boite de dialogue */
.gwt-DialogBox {
	background-color: white;
	border-left: 1px solid #666 !important;
	border-right: 1px solid #666 !important;
	border-bottom: 1px solid #666 !important;
}

.gwt-DialogBox .Caption {
	background: url(images/gradient.gif) repeat-x top left;
	font-weight: bold;
	cursor: default;
	padding: 5px 10px;
	border-bottom: 1px solid #666 !important;
	border-top: 1px solid #666 !important;
	text-align: left;
}

/*.gwt-DialogBox td {text-align:right; }*/
.gwt-DialogBox .gwt-Button {
	margin: 10px;
}

.gwt-Button {
	display: block;
	margin: 1em 0 2em 0;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 0 0 12px;
	border: 0px !important;
	text-decoration: underline;
	background: #FFF url(images/retour.gif) left center no-repeat;
}

.dialog-text {
	width: 24em;
	font-size: 80%;
	padding: 10px;
	text-align: left;
}

.boite-dialogue {
	
}

.gwt-TextBox {
	border: 1px solid #000 !important;
	font-size: 0.8em;
	padding: 1px;
	margin: 0 10px 0 0;
}

.gwt-ListBox {
	border: 1px solid #000 !important;
	font-size: 0.8em;
}

/* style pour le tableau de la pagination*/
TABLE.sortableTable TD {
	border-bottom: solid #93BEE2 1px !important;
	BORDER-RIGHT: 1px solid #93BEE2 !important;
	border-left: 1px solid #93BEE2 !important;
	border-top: 1px solid #93BEE2 !important;
}

.tableHeader {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background: #104A7B;
}

.headerStyle {
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

/* Lien (Label) */
.lien {
	color: #06BAAA;
	cursor: pointer;
	font-weight: bold;
}

.lien-selected {
	font-weight: bold;
}

.titre-page {
	color: #06BAAA;
	margin: 5px 0 10px 0;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #06BAAA !important;
}

.titre-page-niveau2 {
	color: #06BAAA;
	font-size: 0.85em;
	padding-top: 0px !important;
}

.spacer {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
}

h1 {
	color: #06BAAA;
	border-left: 3px solid #06BAAA !important;
	border-right: 3px solid #06BAAA !important;
	padding: 0 5px 0 5px;
	margin: 0;
	font-size: 1.1em;
	display: inline;
}

.titre-listing {
	color: #000;
	padding: 0 10px 0 8px;
	margin: 0 15px 0 0;
	font-size: 0.9em;
	background: url(images/puce.gif) left center no-repeat;
}

.corps-listing {
	font-size: 0.9em;
	padding: 0 50px 0 0;
}

.label-pas-resultat {
	margin-top: 15px;
	text-align: right;
	font-weight: bold;
	font-size: 0.8em !important;
}

.list-box {
	width: 400px;
	font-size: 0.8em !important;
}

.patientez {
	font-size: 80%;
	padding: 10px;
	text-align: left;
}

.wait {
	background: url(images/icon-wait.gif) left center no-repeat;
	padding-top: 15px ! important;
}

.ref-etab {
	text-align: right;
	font-weight: bold;
	color: #06BAAA;
	font-size: 0.9em;
}

.consult-resultats { /*width: 550px;*/
	width: 100%;
}

.label {
	font-weight: bold;
}

.liste-diplome {
	color: #06BAAA;
	margin: 0em 0 0.25em 0;
	font-size: 1em;
	font-weight: bold;
	padding-top: 10px !important;
}