body {
	background: url("../images/header3.png") repeat-x scroll 0 0 #E7E7E7;
	color: #666666;
	font: 12px/18px 'Helvetica Neue', Arial, Helvetica, sans-serif;
	min-width: 800px;
	text-rendering: optimizelegibility;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0.01);
	line-height: 1.5;
	padding-left: 55px;
	padding-right: 55px;
	margin: 0;
}

h3 {
	color: #778899;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 10px 0;
	text-decoration: underline;
}

#refresh a,#logout a {
	color: #127BA8;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#refresh,#logout {
	border: 2px solid #DDDDDD;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: right;
	height: 54px;
	margin-left: 20px;
	width: 150px;
}

#refresh:hover,#logout:hover {
	background-color: #F8F8F8;
}

#refresh img,#logout img {
	display: inline-block;
	margin: 2px 8px 0;
	text-align: left;
	vertical-align: middle;
}

#refresh span,#logout span {
	display: inline-block;
	vertical-align: middle;
}

#wrapper {
	background: transparent;
	/*
    display: block;
    float: left;
    width: 100%;
    */
}

#bottom-links {
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 0 5px 20px;
	/**width: 1190px;**/
}

#login {
	background-color: #FFF;
	margin: 50px auto;
	width: 300px;
	font-size: 12px;
	font-weight: lighter;
	text-align: left;
	text-decoration: none;
	color: #000000;
}

#bloc {
	padding: 5px 0px;
}

#login tr {
	height: 25px;
}

#login fieldset {
	background: url("../images/securite.png") no-repeat scroll center center
		#F5F5F5;
	border: 2px solid #EC6F23;
	padding: 10px;
}

#login form {
	background-color: #FFFFFF;
	border: 0px solid #EEEEEE;
	margin: 0px;
	padding: 0px;
}

#login input {
	width: 150px;
	border: thin solid #EC6F23;
}

#login_bloc {
	padding: 5px 0px;
}

#bouton {
	text-align: center;
	padding: 20px 0px;
}

#bouton input {
	width: 100px;
	border: thin solid #EC6F23;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
}

#bouton input:hover {
	width: 100px;
	border: thin solid #7F7F7F;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #EC6F23;
}

.err {
	color: red;
	font: bold 12px Arial, Helvetica, sans-serif;
}

ul {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
}

.list-special li h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #000;
	padding: 3px 0 0 0;
	margin: 0;
}

.list-special li span {
	color: #666;
}

.list-special li.hover h2,li.hover span {
	color: #000;
}

.list-special li a {
	color: #127BA8;
	text-decoration: underline;
	display: block;
	margin-bottom: 4px;
}

.list-special li a:hover {
	color: #EB6E23;
}

.retour {
	background: url("../images/retour_orange.png") no-repeat scroll 0 0
		transparent;
	height: 48px;
	width: 780px;
}

.lienApplication {
	background: url("../images/monitor.png") no-repeat scroll 0 0
		transparent;
	height: 48px;
}

.performance {
	background: url("../images/performance.png") no-repeat scroll 0 0
		transparent;
	height: 48px;
}

.compteRendu {
	background: url("../images/compte_rendu.png") no-repeat scroll 0 0
		transparent;
	height: 48px;
}

.quitter {
	background: url("../images/quitter.png") no-repeat scroll 0 0
		transparent;
	height: 48px;
}

.refresh {
	background: url("../images/refresh.png") no-repeat scroll 0 0
		transparent;
	height: 48px;
}

.monitor {
	background: url("../images/monitor.png") no-repeat scroll 0 0
		transparent;
	height: 48px;
}

.parametrage {
	background: url("../images/parametrage.png") no-repeat scroll 0 0
		transparent;
	height: 48px;
}

.corbeille {
	background: url("../images/trash.png") no-repeat scroll 0 0 transparent;
	height: 48px;
}

.meteo {
	background: url("../images/meteo.png") no-repeat scroll 0 0 transparent;
	height: 48px;
}

.recherche {
	background: url("../images/recherche.png") no-repeat scroll 0 0
		transparent;
	height: 48px;
}

.pastille{
  border-radius:50%;
  width:10px;
  height:10px;
  float:left;
  margin-left:5px;
  margin-top:2px;
}
.btn-legends {
  height: 50px;
  width: 100px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: default;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #FFFFFF #FFFFFF #FFFFFF;
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #FFFFFF;
  *border: 0;
  border-bottom-color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 20px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.connexes {
	margin: 0 auto;
}

.connexes label {
	font-weight: bold;
}

.partieProduit {
	margin: 0 auto;
    width: 75%;
    border-color: #127BA8;
    border-radius: 10px;
}

#plus,#moins {
	height: 24px;
	margin-bottom: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

#plusFormat {
	height: 24px;
	margin-bottom: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

.moinsFormat {
	height: 20px;
	width: 20px;
	vertical-align: middle;
}

.list-special li {
	display: block;
	clear: both;
	padding: 5px 0px 5px 74px;
	margin: 0 0 6px 0;
	width: 296px;
}

.list-special ul ul li {
	margin: 0 0 4px 0;
	padding: 0;
	float: none;
	display: block;
}

.list-special ul ul a {
	text-decoration: none;
	display: inline;
	margin: 0;
}

.list-special ul ul a:hover {
	text-decoration: underline;
}

.supervisionFooter {
	margin: 0 auto;
}

.supervisionFooter td {
	padding: 1px;
	width: 125px;
}

.supervisionFooter td img {
	margin-left: 80px;
}

.supervision td {
	padding: 5px;
	width: 160px;
}

.supervision td img {
	margin-left: 15px;
}

.fieldsetSupervisionDroite {
	border: 2px solid #DDDDDD;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 338px;
	margin-left: 388px;
	margin-top: 15px;
}

.fieldsetSupervisionDroite legend {
	text-transform: uppercase;
	color: orange;
	font-weight: bold;
}

.fieldsetSupervisionGauche {
	border: 2px solid #DDDDDD;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 338px;
	float: left;
	margin-top: 15px;
}

.fieldsetSupervisionGauche legend {
	text-transform: uppercase;
	color: #EB6E23;
	font-weight: bold;
}

.fieldsetSupervisionColonne {
	border: 2px solid #DDDDDD;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 349px;
	margin-top: 15px;
}

.fieldsetSupervisionColonne legend {
	text-transform: uppercase;
	color: orange;
	font-weight: bold;
}

.fieldsetSupervision {
	border: 2px solid #DDDDDD;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 1130px;
	text-align: left;
	margin-bottom: 10px;
}

.fieldsetSupervision legend {
	text-transform: uppercase;
	color: orange;
	font-weight: bold;
	margin-bottom: 5px;
}

.fieldsetMenu {
	border: 2px solid #DDDDDD;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 6px;
	text-align: left;
	margin-bottom: 20px;
}

.fieldsetMenu legend {
	text-transform: uppercase;
	color: orange;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 8px;
}

.labelDroite {
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	min-width: 130px;
	text-align: right;
}

.bouton_application {
	background: url("../images/sprite_bouton.png") no-repeat scroll 0 0
		transparent;
}

.bouton_application:HOVER {
	background: url("../images/sprite_bouton.png") no-repeat scroll 0 -37px
		transparent;
}

.listeApplications {
	list-style: none;
	margin: 0px;
	padding: 0px 250px;
}

.bouton_application {
	background: url("../images/sprite_bouton.png") no-repeat scroll 0 0
		transparent;
	width: 231px; /* Largeur de l'image */
	height: 48px; /* Hauteur de l'image */
	text-align: center;
	line-height: 48px;
	padding: 0;
	color: #FFF;
	font-size: 14px;
}

.bouton_application:Hover {
	background: url("../images/sprite_bouton.png") no-repeat scroll 0 -48px
		transparent;
}

.labelGauche {
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	text-align: left;
}

.labelAppli {
	color: #666666;
	text-align: left;
	height: 50px;
	padding-left: 35px;
	/*width: 213px;*/
}

.labelAppli a {
	color: #127BA8;
	text-align: left;
	font-style: italic;
}

.divServeur {
	padding-left: 65px;
	height: 50px;
	background: url("../images/server_manage_min.png") no-repeat scroll left
		0 transparent;
}

.labelApplication {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	text-align: left;
	text-transform: uppercase;
	width: 230px;
	padding-left: 3px;
	padding-right: 43px;
	border-left: 1px solid #778899;
	white-space: normal;
}

.labelServeur {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	text-align: left;
	text-transform: uppercase;
	width: 230px;
	padding-left: 23px;
	padding-right: 23px;
	border-left: 1px solid #778899;
	white-space: normal;
}

.labelElement {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	text-align: left;
	text-transform: uppercase;
	width: 230px;
	padding-left: 43px;
	padding-right: 3px;
	border-left: 1px solid #778899;
	white-space: normal;
}

.labelHost {
	color: #127BA8;
	font: 11px helvetica;
	height: 15px;
	text-align: left;
	width: 320px;
	padding-left: 3px;
	padding-right: 3px;
	border-left: 1px solid #778899;
	white-space: normal;
}

.labelConsigne {
	color: orange;
	font: 11px helvetica;
	font-weight: bold;
	height: 15px;
	text-align: center;
	width: 60px;
	padding-left: 3px;
	padding-right: 3px;
	border-left: 1px solid #778899;
	border-right: 2px solid #778899;
	white-space: normal;
}

.thApplication {
	width: 290px;
}

.thHost {
	width: 310px;
}

.thConsigne {
	width: 60px;
}

.thSuppression {
	width: 50px;
}

.inputApplication {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	height: 16px;
	text-align: left;
	text-transform: uppercase;
	width: 280px;
	padding-left: 5px;
	padding-right: 5px;
}

.inputHost {
	color: #127BA8;
	font: 10px helvetica;
	height: 16px;
	text-align: left;
	width: 300px;
	padding-left: 5px;
	padding-right: 5px;
}

.inputConsigne {
	color: orange;
	font: 10px helvetica;
	font-weight: bold;
	height: 16px;
	text-align: center;
	width: 50px;
	padding-left: 5px;
	padding-right: 5px;
}

#tableauFormat th {
	border: 1px solid #778899;
}

.ligneFormat td {
	border: 1px solid #778899;
	padding: 5px;
}

.tabSpacing {
	border: 0px solid #FFF;
	height: 30px;
}

.tabSpacing td {
	border-top: 2px solid #778899;
}

.borderTop {
	border-top: 2px solid #778899;
}

.feuSupervision {
	height: 30px;
	width: 60px;
	text-align: center;
	border-left: 2px solid #778899;
}

.feuSupervision img {
	padding-top: 3px;
}

.feuPerformance {
	height: 30px;
	width: 60px;
	text-align: center;
	border-left: 2px solid #778899;
}

.feuPerformance img {
	padding-top: 3px;
}

.feuvert {
	height: 30px;
	width: 60px;
	text-align: center;
	border-left: 2px solid #778899;
}

.feuvert img {
	padding-top: 3px;
}

.padding20 {
	padding-left: 20px;
}

.padding40 {
	padding-left: 40px;
}

.lignePaire {
	background-color: #F0F0F0;
}

.colonneEtat {
	width: 100px;
	text-align: center;
}

.ligneImpaire {
	background-color: #FFFFFF;
}

.tableConfig {
	margin: 0 auto;
	color: #666666;
	text-align: left;
}

.serveurManager {
	text-align: center;
}

.fieldsetConfig {
	background-color: #F0F8FF;
	border: 2px solid #127BA8;
	border-radius: 8px 8px 8px 8px;
	width: 95%;
	/*width: 700px;*/
	margin: 0 auto;
	margin-bottom: 8px;
}

.fieldsetConfig legend {
/* 	text-align: center; */
	text-transform: uppercase;
	color: #127BA8;
	font-weight: bold;
	font-size: 11px;
}

.cle {
	color: #778899;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	padding-left: 10px;
	padding-right: 23px;
	text-align: left;
	text-transform: uppercase;
	white-space: normal;
	width: 145px;
	margin-bottom: 5px;
}

.valeur {
	height: 25px;
	padding-left: 10px;
	width: 500px;
}

.valeur input,.valeur textarea {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	width: 500px;
}

.valeur select {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	width: 150px;
}

.nbServeur {
	width: 10px;
	text-align: center;
}

.separation {
	width: 250px;
	color: #DDD;
	margin: 20px auto;
}

#supervision-main-wrapper {
	display: block;
	min-height: 300px;
	width: 1200px;
	padding: 0 0 20px;
}

#supervision-footer {
	background: url("../images/main-footer.png") no-repeat scroll left
		bottom transparent;
	display: block;
	min-height: 50px;
	width: 1200px;
	padding: 0 0 20px;
}

.supervision a {
	color: #127BA8;
	text-decoration: underline;
	display: block;
	margin-bottom: 4px;
}

.supervision a:hover {
	color: #EB6E23;
}

#applications {
	width: 1150px;
	padding: 0px 25px;
	clear: both;
}

#scheduler {
	width: 1150px;
	padding: 0px 25px;
	clear: both;
	margin-bottom: 25px;
}

#parametrageScheduler {
	background: url("../images/Scheduler.png") no-repeat scroll right center
		transparent;
	min-height: 140px;
	clear: both;
}

#labelScheduler {
	text-transform: uppercase;
	color: #666666;
	margin-top: 10px;
	text-align: center;
}

.labelStart {
	color: #00CC00;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 4px;
}

.labelStop {
	font-size: 20px;
	letter-spacing: 4px;
	color: #CC3300;
}

.labelPause {
	font-size: 20px;
	letter-spacing: 4px;
	color: #EB6E23;
}

#dateScheduler {
	text-align: center;
}

#dateScheduler table {
	margin: 10px auto 0px auto;
}

#dateScheduler select {
	border: 2px solid #DDDDDD;
	font-size: 15px;
	margin: 0 10px;
	text-align: center;
	width: 80px;
}

#dateScheduler th {
	color: #127BA8;
	font: 11px helvetica;
	text-transform: uppercase;
}

#boutonScheduler {
	margin-top: 20px;
	text-align: center;
}

#boutonScheduler table {
	margin: 0 auto;
}

#boutonScheduler td {
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

#boutonScheduler img {
	font-size: 14px;
	height: 32px;
	margin: 5px 50px;
}

#mails {
	width: 500px;
	resize: none;
}

.submitScheduler {
	text-decoration: none;
	border: 0px solid #FFF;
}

.submitScheduler img {
	border: 0px solid #FFF;
}

#boutonModification {
	margin-top: 20px;
	text-align: center;
}

#boutonModification table {
	margin: 0 auto;
}

#boutonModification td {
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

#boutonModification img {
	font-size: 14px;
	height: 32px;
	margin: 5px 50px;
}

.submitModification {
	text-decoration: none;
	border: 0px solid #FFF;
	cursor: pointer;
}

.submitModification img {
	border: 0px solid #FFF;
}

.erreurs {
	color: #F00000;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 5px 30px;
}

.fieldsetErreurs {
	border: 2px solid #DDDDDD;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 1130px;
	text-align: left;
	margin-bottom: 10px;
}

.fieldsetErreurs legend {
	text-transform: uppercase;
	color: orange;
	font-weight: bold;
	margin-bottom: 5px;
}

.tableApplication {
	margin: 0 auto;
}

.tableApplication th {
	background-color: #778899;
	color: #FFFFFF;
}

.tableColonne {
	margin: 0 auto;
	width: 750px;
}

.tableColonne td {
	vertical-align: top;
}

#colDroite {
	padding-left: 9px;
}

#footer {
	width: 1150px;
	padding: 20px 25px;
	clear: both;
}

#configuration {
	width: 1150px;
	padding: 0px 25px;
	clear: both;
}

.configuration_gauche {
	float: left;
	margin: 0 25px;
	color: #000000;
	font-size: 12px;
	font-weight: lighter;
	text-align: left;
	text-decoration: none;
	width: 300px;
}

.configuration_droite {
	float: right;
	margin: 0 25px;
	color: #000000;
	font-size: 12px;
	font-weight: lighter;
	text-align: left;
	text-decoration: none;
	width: 300px;
}
/* -----------------  tableau de résultats --------- */
.tableSuppressionApplication td .gris {
	background-color: #EEE;
}

.tableSuppressionApplication {
	border: 2px solid #778899;
	border-collapse: collapse;
	width: 90%;
	margin: 20px auto 20px auto;
}

.tableSuppressionApplication th {
	background-color: #778899;
	color: #FFFFFF;
	text-align: center;
}

.tableSuppressionApplication tr {
	height: 25px;
}

.tableSuppressionApplication td {
	border: 1px solid #778899;
	border-collapse: collapse;
	font-size: 12px;
	/*font-weight: bold;*/
	vertical-align: middle;
	text-align: center;
}

.tableSuppressionApplication td.left {
	text-align: left ;
	padding-left: 10px;
}


.tableSuppressionApplication td img {
	vertical-align: middle;
}

.tableSuppressionApplication .colonneGauche {
	text-align: left;
	padding-left: 10px;
}

.tableSuppressionApplication .colonneDroite {
	width: 80px;
}

.tableSuppressionApplication tr.selectionnee {
	background-color: #D4FFCF;
}

.tableCompteRendu {
	border: 2px solid #778899;
	border-collapse: collapse;
	width: 100%;
	margin: 20px auto 20px auto;
	text-align: center;
}

.tableCompteRendu th {
	background-color: #778899;
	color: #FFFFFF;
}

.tableCompteRendu tr {
	height: 25px;
}

.tableCompteRendu td {
	border: 1px solid #778899;
	border-collapse: collapse;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

.tableCompteRendu .delaiRouge {
	background-color: #FF4000;
}

.tableCompteRendu .delaiVert {
	background-color: #AEEE00;
}

.tableCompteRendu .colonneEtape {
	background-color: #F0F0F0;
	color: #666666;
	width: 110px;
}

.tableCompteRendu .colonneCompteRendu {
	width: 60px;
}

.tableMeteo {
	border: 2px solid #778899;
	border-collapse: collapse;
	width: 55%;
	margin: 20px auto 20px auto;
}

.tableMeteo th {
	background-color: #778899;
	color: #FFFFFF;
}

.tableMeteo tr {
	height: 25px;
}

.tableMeteo td {
	border: 1px solid #778899;
	border-collapse: collapse;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

.tableMeteo td img {
	vertical-align: middle;
}

.tableMeteo .colonneGauche {
	text-align: left;
	padding-left: 10px;
	width: 360px;
}

/** Modifs OAAG **/
.row-header {
	margin-top: 20px;
}

.container-body {
	margin-top: 32px;
}

/** Bords arrondis pour conteneur principal 
* utilise PIE.htc
**/
.rounded-container {
	min-height: 400px;
	border: 1px solid #DDD;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #E6E6E6 0px 0px 20px inset;
	-moz-box-shadow: #E6E6E6 0px 0px 20px inset;
	box-shadow: #E6E6E6 0px 0px 20px inset;
	background: #FFFFFF;
	-pie-background: #FFFFFF;
}

#header-non-connecte {
	min-height: 75px;
}

/* --------------------- CUSTOM COMBOBOX -----------------*/
.combo-large {
	width: 500px;
}

.combo-mini {
	width: 70px;
}

.custom-combobox {
	position: relative;
	display: inline-block;
}

.custom-combobox-toggle {
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	margin-left: -1px !important;
	padding: 0 !important;
	/* support: IE7 */
	*height: 1.7em !important;
	*top: 0.1em !important;
}

.custom-combobox-input {
	margin: 0;
	padding: 2px !important;
}

/* permet d'afficher la scrollbar et de limiter la largeur de la liste */
.ui-autocomplete {
	max-height: 230px;
	max-width: 500px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
	height: 230px;
}

/* ---------------- Navigation par en dessous --------------- */

/* tabs en dessous */
.navlist {
	margin-bottom: 2px;
	margin-top: 15px;
	padding: 3px 0;
	margin-left: 35px;
}

.navlist li { /*padding: 5px 0px 5px 5px;*/
	list-style: none;
	margin: 0;
	display: inline;
}

.navlist li a {
	background-color: #EFEFEF;
	color: #000;
	padding: 6px 1em;
	/*margin-left: 3px;*/
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-bottom-style: initial;
	text-decoration: none;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-top-radius-bottomright: 8px;
	-moz-top-radius-bottomleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.navlist li a:link {
	cursor: pointer;
	color: #888;
}

.navlist li a:hover,.navlist li a.current-nav {
	color: #000;
	background: #FFF;
	border-bottom: 2px solid #FFF;
}

.navlist li a.current-nav {
	cursor: default;
}

/* -------------------  UTILITAIRE ----------------- */

label.requis:after {
	margin-right : -8px;	
	content: " *";
	color: red;
}

.souligne{
	text-decoration: underline;
}

.gras{
	font-weight: bold;
}

.margin-left-moins-16{
	margin-left : -16px;
}

ul.tirets li:BEFORE {
	content: " - ";
}

ul.liste-puces {
	list-style-type: disc;
	margin: 0;
	padding-left: 15px;
	text-align: left;
}


ul.liste-cercles{
	list-style-type: circle;
	margin: 0;
	padding-left: 25px;
	text-align: left;
}

.italique {
	font-style: italic;
}

.nav-item {
	cursor: pointer;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-8 {
	margin-top: 8px;
}

.margin-top-7{
	margin-top: 7px;
}

.padding-top-20 {
	padding-top: 20px;
}

.no-margin-bottom {
	margin-bottom: 0;
}

.text-label {
	padding-top: 2px;
	text-align: right;
	font-weight: bold;
}

.tab-item { /*	padding-left: 50px;*/
	font-weight: bold;
}

.tab-item span:BEFORE {
	content: " - ";
}

.width-100 {
	width: 100px;
}

.width-70 {
	width: 70px;
}

.separateur-bas {
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom: 1px solid #DDDDDD;
}

.cadre-gris {
	padding: 12px;
	border: 1px solid #DDD;
	margin-bottom: 8px;
}

.static-text { /*min-height: 20px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 8px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
}

.table-centre th {
	text-align: center;
	vertical-align: middle !important;
}

img.img-16 {
	width: 16px;
	height: 16px;
}

img.img-24 {
	width: 24px;
	height: 24px;
}

img.img-32 {
	width: 32px;
	height: 32px;
}

img.img-14 {
	width: 14px;
	height: 14px;
}

.clickable {
	cursor: pointer;
}

.error-container,.success-container { /*overflow-y: auto;
	max-height: 250px;
	*/
	
}

.error-container span,.success-container span ,.warning-container span{
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 5px 30px;
}

.error-container span:BEFORE,.success-container span:BEFORE ,.warning-container span:BEFORE {
	content: '- ';
}

.warning-container span {
	color: #c09853;
}

.error-container span {
	color: #F00000;
}

.success-container span {
	color: #10C400;
}

/* --------------- Spécifique à l'application ------------*/
#container-infos-generales {
	min-height: 100%;
}

#container-activite {
	margin-top: 0;
	padding-top: 14px;
	padding-bottom: 8px;
}

#TABLEAU_PROTECTION_ELEC3 td {
	font-size: 10px;
}

#TABLEAU_PROTECTION_MECANIQUE td {
	font-size: 10px;
}

#TABLEAU_PROTECTION_ELEC2 td {
	font-size: 10px;
}

/*---------------- Recherche naf ----------------------------- */
.non-mrp {
	color: red !important;
}

/* --------------- Informations techniques ------------------- */
#tableSupportContrat th,#tableSupportContrat td {
	text-align: center;
}

#tableSupportContrat {
	margin-bottom: 14px;
}

.hide-print {
	display: none;
}