body {
	padding-top: 75px;
}

/* Style pour les tableaux */

thead.entete {
	background-color: rgb(238, 238, 238); 
	border-top: 2px solid rgb(238, 238, 238); 
	border-right: 2px solid rgb(238, 238, 238); 	
}

/* !important permet de passer par dessus le style de bootstrap */
thead tr td {	
	border-left: 2px solid rgb(238, 238, 238) !important;
	text-align: center;
}

th.entete {
	text-align: center;
	background-color: #7eadd7;
	color: #ffffff;
	vertical-align:middle !important;
}
/* Fin style pour les tableaux */


.action {
	width:24px;
	vertical-align:middle !important;
}

span.mandatory {
	color: red;
}

.enCours {
	font-size: 16px;
	font-weight: bold;
}


/* Fieldset */

legend.legendStyle {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	font-weight: bold;
}

fieldset.fsStyle {
	border: 1px solid #dddddd;
}

legend {
	width: auto;
	border-bottom: 0px;
}

table {
	margin: 0 auto;
}
/* Fin Fieldset */

.input-xs {
	height: 22px;
	padding: 2px 2px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}
.icon-xs{
	padding: 1px 1px;
	font-size: 11px;
}

.btn-xs{
	margin-top: 5px;
}

.icon-sm{
	padding: 1px 1px;
	font-size: 14px;
}

/* Entete page liste */

hr.grey {
	color: #dddddd;
	background-color: #dddddd;
	height: 1px;
	border: 0px;
	margin: 8px;
}

ul.pagination {
	margin:5px;	
}

.jumbotron h3 {
    color:#4686C0;
	padding-left: 30px;
	background: url(../images/star_big1.gif) no-repeat 0px 3px !important;
	margin: 0px;
}

/* Fin entete */

/* Erreur validation xml */
select.errorMessage {
	border: red 1px solid;
	color: red;
}
.errorMessage {
	text-align: left;
	color: red;
}
/* Fin erreur validation xml */

.contactleft{
	float: left;
	margin-right: 15px; 
	margin-left: 15px;
}
.contact{
	float: right;
	margin-right: 15px; 
	margin-left: 15px;
}

tr.visibleoff {
	display: none;
}

tr.visibleon {
	display: table-row;
}

.italic {
	font-style: italic;
}

.ligne {
	background-color: #F8EFFB
}

.ligne2 {	
	background-color: #f9f9f9;
}

.vertical {	
	vertical-align:middle !important;
}

/* Statut */

.green {
	color: green;
}

.red {
	color: red;
}

.bold {
	font-weight: bold;
}

.bleu {
	color: #4679a6;
}
.orange {
	color: #ef7615;
}

/* Fin statut */

/* Menu onglets */
#onglets a.mandatory {
	border-color: red;
}

#onglets a.disabled {
	background-color: #eeeeee;
}
/* Fin menu onglets */
