body {
	margin: 0;
	padding: 0;
	background: url(../imgs/background.jpg) repeat-x white;
	width: 1300px;
	margin: 0 auto;
	font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
}
.clear {
	clear: both;
}
textarea {
	resize: none;
}

body.sb {
	background: white;
}

/* Balises standards */
h1 {
	font-weight: bold;
	font-size: 26px;
	color: #ffbb37;
}
h1 span.first {
	font-weight: bold;
	font-size: 26px;
	color: #606060;
}
h1 span.separat {
	font-weight: bold;
	font-size: 26px;
	color: #303030;
}
h1.section {
	border-bottom: solid 1px #f3f3f3;
}
h1.titre {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	height: 25px;
	line-height: 25px;
	background: url(../imgs/pixelGris.gif) repeat-x center center;
	color: #a3a3a3;
}
h1.titre span {
	background: white;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
}

/* -- Header -- */
#header {
	height: 100px;
	background: url(../imgs/logo.png) no-repeat top left;
}
#header div.version_save {
	width: 110px;
	background: url(../imgs/version2.jpg) no-repeat top left;
	float: right;
	height: 100px;
	line-height: 115px;
	color: white;
	text-align: center;
	margin-right: 8px;
	cursor: default;
}

#header div.version {
	color:white;
	background-color : rgb(255,186,56);
	border-radius : 10px;
	float: right;
	text-align : center;
	width:110px;
}

#header div.versiontitle {
	width: 120px;
	/*background: url(../imgs/teamviewer-logo.png) no-repeat top center;*/
	float: right;
	height: 100px;
	/*line-height: 150px;*/
	color: black;
	text-align: center;
	margin-right: 8px;
	margin-top : 20px;
	cursor: default;
}
#header div.telemaintenance {
	width: 120px;
	/*background: url(../imgs/teamviewer-logo.png) no-repeat top center;*/
	float: right;
	height: 100px;
	/*line-height: 150px;*/
	color: black;
	text-align: center;
	margin-right: 8px;
	margin-top : 20px;
	cursor: pointer;
}

#header div.telemaintenance a {
	display:inline-block;
	margin-top : 10px;
}

#header div.compte {
	min-width: 210px;
	float: right;
	height: 100px;
	text-align: left;
	margin-right: 8px;
	cursor: default;
}
#header div.compte .avatar {
	height: 50px;
	width: 50px;
	background: #ffbb37 url(../imgs/user.png) center center no-repeat;
	margin-top: 20px;
	border-radius: 10px;
	float: left;
}
#header div.compte .data {
	min-height: 50px;
	float: left;
	margin-top: 25px;
	padding: 0px 10px;
	font-size: 14px;
	line-height: 18px;
}
#header div.separateur {
	width: 19px;
	background: url(../imgs/separation.jpg) no-repeat top left;
	height: 100px;
	float: right;
}

/* -- Menu -- */
#menu {
	margin-bottom: 10px;
}
#menu ul {
	list-style: none;
}
#menu ul li.option {
	float: left;
	color: black;
	width: 196px;
	text-align: center;
	margin: 0;
	padding: 18px 0;
	font-weight: bold;
}
#menu ul li a {
	color: black;
	text-decoration: none;
}
#menu ul li a.actif, #menu ul li a:hover {
	color: #ffbb37;
}

/* -- Menu Gauche -- */
#menuGauche {
	float: left;
	width: 450px;
}
#menuGauche ul.menu li.option {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	width: 450px;
	background: url(../imgs/menuGaucheFleche.jpg) no-repeat top left;
	text-indent: 20px;
	cursor: pointer;
}
#menuGauche ul.menu li a {
	text-decoration: none;
	color: black;
	font-weight: normal;
}
#menuGauche ul.menu li.option:hover {
	background-position: bottom left;
}
#menuGauche ul.menu li:hover a {
	color: #ffbb37;
}
#menuGauche ul.menu li.actif, #menuGauche ul li.actif:hover {
	background: url(../imgs/menuGauche.jpg) no-repeat top left white;
	color: black;
}

#menuGauche ul li.option {
	line-height: 40px;
	font-weight: bold;
	min-height: 40px;
	padding-left: 15px;
}
#menuGauche ul li.option a {
	text-decoration: none;
	color: black;
}
#menuGauche ul li.option:hover a {
	color: #ffbb37;
}
#menuGauche ul li.option.actif, #menuGauche ul li.actif:hover {
	background: url(../imgs/menuGauche.jpg) no-repeat top left white;
	color: black;
}
#menuGauche ul li.option ul.ssMenu {
	padding-left: 5px;
	display: block;
}
#menuGauche ul li ul.ssMenu li.categorie {
	display : list-item;
	float : left;
	line-height: 40px;
	font-weight: normal;
	width: 420px;
	background: url(../imgs/menufleche.jpg) no-repeat top left;
	text-indent: 20px;
	cursor: pointer;
}


#menuGauche ul li ul .ssMenu li a {
	text-decoration: none;
	color: black;
}

#menuGauche ul li ul.ssMenu li:hover a {
	color: #ffbb37;
}
#menuGauche ul li ul.ssMenu li.actif, #menuGauche ul li ul.ssMenu li.actif:hover {
	background: url(../imgs/menuGauche.jpg) no-repeat top left white;
	color: black;
}

/* -- Les boutons -- */
.awesome, .awesome:visited {
	outline: none;
	background: #222 url(../imgs/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
.awesome:hover {
	background-color: #111;
	color: #fff;
}
.awesome:active {
	top: 1px;
}
.small.awesome, .small.awesome:visited {
	font-size: 11px;
	padding: 5px 8px 5px;
}
.awesome, .awesome:visited, .medium.awesome, .medium.awesome:visited {
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}
.large.awesome, .large.awesome:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.green.awesome, .green.awesome:visited {
	background-color: #91bd09;
}
.green.awesome:hover {
	background-color: #749a02;
}
.blue.awesome, .blue.awesome:visited {
	background-color: #2daebf;
}
.blue.awesome:hover {
	background-color: #007d9a;
}
.red.awesome, .red.awesome:visited {
	background-color: #e33100;
}
.red.awesome:hover {
	background-color: #872300;
}
.magenta.awesome, .magenta.awesome:visited {
	background-color: #a9014b;
}
.magenta.awesome:hover {
	background-color: #630030;
}
.orange.awesome, .orange.awesome:visited {
	background-color: #f0962b;
}
.orange.awesome:hover {
	background-color: #d45500;
}
.yellow.awesome, .yellow.awesome:visited {
	background-color: #ffb515;
}
.yellow.awesome:hover {
	background-color: #fc9200;
}

/* -- Page interne -- */
#page {
	min-height: 600px;
}
#pageDroite {
	float: right;
	width: 850px;
}

/* -- Footer -- */
#footer {
	border-top: solid 1px #e3e3e3;
	font-size: 12px;
	color: #a3a3a3;
	margin-top: 15px;
}
#footer .copyright {
	float: right;
	text-align: right;
	padding: 3px;
}
#footer .menu {
	float: left;
	text-align: left;
	padding: 3px;
}
#footer .menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .menu ul li {
	float: left;
	padding: 0 10px;
	cursor: default;
}
#footer a {
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}
#footer a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #ffbb37;
}
#footer .menu ul li.sep {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #e3e3e3;
}

/* -- Nous contacter -- */
#contact-gauche {
	background: #ffedca;
	padding: 10px;
	font-size: 12px;
	float: left;
	margin-right: 10px;
	width: 480px;
}
#contact-gauche .adresse {
	float: left;
}
#googlemap {
	float: right;
	width: 308px;
	height: 300px;
}
#imgGoogle {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
#textGoogle {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#contact-droite {
	background: #ffedca;
	padding: 10px;
	font-size: 12px;
	float: left;
	width: 450px;
}
#contact-droite table {
	padding: 0;
	margin: 0;
}
#contact-droite table tr td {
	padding: 4px 10px;
}
#contact-droite table td.intitule {
	text-align: right;
	width: 150px;
	padding-right: 15px;
}

/* -- Telemaintenance -- */
#content ul {
	margin: 0 auto;
	text-align: center;
	width: 780px;
}
#content ul li {
	float: left;
	width: 260px;
	height: 200px;
	line-height: 180px;
}
#content ul li a {
	text-decoration: none;
}
#content ul li a span {
	padding: 5px 10px 5px;
	background: black;
	color: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content li:hover {
	cursor: default;
}
#content li span:hover {
	background: #ffbb37;
	color: black;
	cursor: pointer;
}
#content li.netview {
	background: url(../imgs/logo_netviewer.gif) no-repeat top center;
}
#content li.teamviewer {
	background: url(../imgs/teamviewer-logo.png) no-repeat top center;
}
#content li.ntrglob {
	background: url(../imgs/ntr_global.gif) no-repeat top center;
}
.message-telemaintenance {
	background: #e3e3e3;
	padding: 15px 0px 15px;
	font-size: 13px;
	margin: 0;
	text-align: center;
}

/* -- Accueil -- */
#carrousel {
	height: 440px;
	width: 980px;
	background: url(../imgs/presentation.jpg) no-repeat center center;
	overflow: hidden;
	position: relative;
}
#carrousel div.slide {
	position: absolute;
	top: 0;
	left: 0;
	margin: 30px;
}
#carrousel div.legend {
	position: absolute;
	margin-bottom: 4px;
	padding: 5px;
	width: 910px;
	line-height: 16px;
	height: 65px;
	bottom: 0;
	left: 0;
	background: url(../imgs/opaque.png);
	color: white;
	font-size: 12px;
}
div.titreNews {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 3px;
}
#basAccueil {
	height: 160px;
	margin: 0 auto;
	width: 926px;
}
#basAccueil ul {
	list-style: none;
}
#basAccueil ul li {
	float: left;
	width: 300px;
	height: 180px;
	font-size: 12px;
}
#basAccueil ul li:first-child {
	float: left;
	width: 613px;
	height: 180px;
	font-size: 12px;
}
#basAccueil ul li.sep {
	width: 13px;
	background: url(../imgs/sepEspaceClient.png) no-repeat center center;
}
#basAccueil ul li.coordonnees {
	background: url(../imgs/fr.png) no-repeat right center;
	height: 180px;
}
#basAccueil ul li.coordonnees div {
	padding-top: 60px;
	padding-left: 10px;
}

#articles {
	height: 180px;
}
#articles div.article {
	margin: 10px;
	display: block;
	padding: 10px;
}
#articles div.article div.titreArticle {
	padding-bottom: 5px;
	font-weight: bold;
}
#articles div.article div.contenuArticle {
	width: 570px;
	height: 100px;
}
#articles div.article div.dateArticle {
	text-align: right;
}

/* -- Espace Client -- */
#zone-espace-client {
	background: white url(../imgs/sepEspaceClient.png) no-repeat center center;
}
#espace-client-gauche {
	width: 425px;
	margin-right: 5px;
	padding: 30px;
	float: left;
}
#espace-client-gauche p {
	font-size: 12px;
	padding-top: 10px;
	text-align: justify;
	text-justify: newspaper;
	color: black;
}
#espace-client-gauche div.telephone {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 20px;
	border-radius: 23px;
	background: #ffbb37;
	padding: 2px;
	margin: 0px 15px;
}
#espace-client-gauche div.telephoneSub {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
	color: #ffbb37;
}
#espace-client-gauche div.telephone div {
	margin: 1px 2px 1px 2px;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: #ffbb37;
	border-radius: 19px;
	background: #fff url(../imgs/phone.png) no-repeat 60px center;
	padding-left: 45px;
}
#espace-client-droite {
	width: 425px;
	margin-left: 5px;
	padding: 30px;
	float: right;
}
#espace-client-droite p {
	font-size: 12px;
	padding-top: 10px;
	text-align: justify;
	text-justify: newspaper;
	color: black;
}
#espace-client-droite table {
	font-size: 12px;
	padding-top: 10px;
	color: black;
	margin: 0 auto;
}
#espace-client-droite table td {
	height: 28px;
	line-height: 28px;
	font-size: 14px;
}
#espace-client-droite table td.intitule {
	width: 140px;
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
}
#espace-client-droite table input[type=text], #espace-client-droite table input[type=password] {
	font-size: 16px;
	font-weight: bold;
}

#blocPageEnvoi {
	background-image: url(../imgs/ajoutDemande.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

ul.elements {
	list-style: none;
	background: url(../imgs/pixelGris.gif) repeat-x left bottom;
	padding: 0px 10px;
	margin-top: 10px;
}
ul.elements li {
	float: left;
	padding: 3px 15px;
	cursor: pointer;
}
ul.elements li span {
	background: #ffbb37;
	color: white;
	padding: 1px 5px;
	border-radius: 4px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
}
ul.elements li a {
	text-decoration: none;
	color: black;
}
ul.elements li a:hover {
	color: #ffbb37;
}
ul.elements li.actif {
	border: solid 1px #c8c8c8;
	border-bottom: white;
	background: white;
	cursor: default;
}
ul.elements li.actif a:hover {
	color: black;
}

#pageDroite table {
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
#pageDroite table tr td {
	padding: 4px 10px;
}
#pageDroite table td.intitule {
	text-align: right;
	width: 150px;
	padding-right: 15px;
}

.message-important {
	border: solid 1px #ffbb37;
	background: url(../imgs/infos.png) no-repeat 12px center #ffedca;
	padding: 15px;
	padding-left: 55px;
	font-size: 12px;
}

#tabUsers table {
	width: 100%;
}
#tabUsers table thead, #tabUsers table tfoot {
	background: #ffedca;
}
#tabUsers table thead th, #tabUsers table tfoot th {
	text-align: left;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	padding-left: 4px;
}
#tabUsers table thead th.nom {
	width: 150px;
}
#tabUsers table thead th.prenom {
	width: 150px;
}
#tabUsers table thead th.actions {
	width: 90px;
}
#tabUsers table tbody tr {
	height: 25px;
	line-height: 25px;
	text-align: left;
}
#tabUsers table tbody tr:nth-child(even) {
	background: #fef7e9;
}

#tabAntennes table {
	width: 100%;
}
#tabAntennes table thead, #tabAntennes table tfoot {
	background: #ffedca;
}
#tabAntennes table thead th, #tabAntennes table tfoot th {
	text-align: left;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}
#tabAntennes table thead th.nom {
	width: 150px;
}

#tabAntennes table thead th.actions {
	width: 90px;
}
#tabAntennes table tbody tr {
	height: 25px;
	line-height: 25px;
	text-align: left;
}
#tabAntennes table tbody tr:nth-child(even) {
	background: #fef7e9;
}

.tabTickets table {
	width: 100%;
}
.tabTickets table thead {
	background: #ffedca;
}
.tabTickets table thead th {
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}
.tabTickets table thead th.id {
	width: 62px;
}
.tabTickets table thead th.nouveau {
	width: 24px;
}
.tabTickets table thead th.date {
	width: 85px;
}
.tabTickets table thead th.enCours {
	width: 30px;
}
.tabTickets table thead th.user {
	width: 150px;
}
.tabTickets table thead th.actions {
	width: 90px;
}
.tabTickets table tbody tr {
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.tabTickets table tbody tr:nth-child(even) {
	background: #fef7e9;
}
.tabTickets table tbody tr td img {
	padding: 0;
	margin: 0;
	padding-top: 3px;
	cursor: pointer;
}
.tabTickets table tbody tr td.dateHeure {
	font-size: 12px;
	line-height: 17px;
}
.tabTickets table tbody tr td.personne {
	font-size: 13px;
	line-height: 17px;
}
.tabTickets table tbody tr td.objet {
	font-size: 14px;
	text-align: left;
}

input.cache {
	display: none;
}

/* -- Gestion pagination -- */
.paginationTickets {
	color: #d45500;
	text-decoration: none
}
.paginationTickets th {
	padding-top: 5px;
	text-align: center
}
.paginationTickets a {
	padding: 2px;
	border-radius: 5px;
	background: #ffedca;
	color: #d45500;
	text-decoration: none
}
.paginationTickets a:hover {
	border: solid 1px #d45500;
	color: #d45500
}

/* -- Lecture demande -- */
div.infosDemande {
	background: #ffedca;
	padding: 10px;
	font-size: 12px;
}
div.infosDemande table td {
	padding: 3px;
}
div.infosDemande table tr td:first-child {
	text-align: right;
}

#lstMessages {
	list-style: none;
	margin: 0;
	padding: 0;
	min-height: 30px;
}
#lstMessages li {
	margin-bottom: 15px;
}
#lstMessages li.client {
	background: url(../imgs/msgClient.jpg) no-repeat top left;
	min-height: 100px;
	padding-left: 20px;
}
#lstMessages li.infologis {
	background: url(../imgs/msgInfologis.jpg) no-repeat bottom right;
	min-height: 100px;
	padding-right: 20px;
}
#lstMessages li div.infos {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}
#lstMessages li.client div.infos {
	color: #bc810f;
}
#lstMessages li.infologis div.infos {
	color: #6b6b6b;
	text-align: right;
}
#lstMessages li.client div.content {
	padding: 10px;
	background-color: #fef4e1;
	margin-right: 20px;
	min-height: 55px;
}
#lstMessages li.infologis div.content {
	padding: 10px;
	background-color: #f3f3f3;
	margin-left: 20px;
	min-height: 55px;
}

#lstMessages li div.edition {
	position: absolute;
	background: #f3f3f3;
	color: #3f3f3f;
	height: 25px;
	left: 942px;
}
#lstMessages li div.edition ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#lstMessages li div.edition ul li {
	float: left;
	width: inherit;
	text-align: center;
	padding: 0px 11px;
	height: 25px;
	line-height: 25px;
}

#menuEvolution {
	margin: 0;
	padding: 0;
}
#menuEvolution li {
	float: right;
	padding: 10px;
	padding-left: 50px;
	background: url(../imgs/commentaires.png) no-repeat 10px center white;
}
#menuEvolution li a {
	text-decoration: none;
	color: black;
}
#menuEvolution li:hover {
	background: url(../imgs/commentaires.png) no-repeat 10px center #ffbb37;
	color: white;
	cursor: pointer;
}
#menuEvolution li:hover a {
	color: white;
}

#menuFichiers {
	margin: 0;
	padding: 0;
}
#menuFichiers li {
	float: right;
	padding: 10px;
	padding-left: 50px;
	background: url(../imgs/nouveauFichier.png) no-repeat 10px center white;
}
#menuFichiers li a {
	text-decoration: none;
	color: black;
}
#menuFichiers li:hover {
	background: url(../imgs/nouveauFichier.png) no-repeat 10px center #ffbb37;
	color: white;
	cursor: pointer;
}
#menuFichiers li:hover a {
	color: white;
}

#lstFichiers {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
#lstFichiers li {
	width: 960px;
	margin-bottom: 15px;
}
#lstFichiers li.fichier {
	background: url(../imgs/fichier.png) no-repeat 5px center;
	width: 980px;
}
#lstFichiers li div.del {
	float: right;
	width: 100px;
	height: 39px;
	text-align: center;
	line-height: 39px;
}
#lstFichiers li div.nomFic {
	float: left;
	padding: 10px;
	padding-left: 50px;
}
#lstFichiers li div.nomFic a {
	text-decoration: none;
	color: black
}
#lstFichiers li div.nomFic a:hover {
	text-decoration: underline
}
#lstFichiers li div.nomFic a:active {
	text-decoration: underline;
	color: red
}
#lstFichiers li div.nomFic a:visited {
	text-decoration: none;
	color: black
}
form.envoiFichier {
	display: none
}
div.erreurEnvoi {
	display: none;
	color: red
}

#lstFichiers li.vide {
	padding: 10px;
	padding-left: 20px;
}

div.rapport {
	padding: 15px;
	background: #ffbb37;
	margin-top: 12px;
	margin-bottom: 12px;
}

#blockComm {
	background: white url(../imgs/loader.gif) no-repeat 360px center;
	line-height: 350px;
	text-align: center;
	color: #9f9f9f;
	font-size: 20px;
	position: absolute;
	height: 390px;
	width: 980px;
	z-index: 1000;
	display: none;
}
#blockMsg {
	background: white url(../imgs/loader.gif) no-repeat 160px center;
	line-height: 350px;
	text-align: center;
	color: #9f9f9f;
	font-size: 20px;
	position: absolute;
	height: 360px;
	width: 650px;
	z-index: 1000;
	display: none;
}
span.msg-error {
	font-size: 11px;
	color: red;
	padding-left: 12px;
}
div.fenetre {
	padding: 10px;
}
#lectureArticle {
	-webkit-box-shadow: 1px 1px 8px #a0a0a0;
	-moz-box-shadow: 1px 1px 8px #a0a0a0;
	box-shadow: 1px 1px 8px #a0a0a0;
}
#contenuLectureArticle {
	margin: 10px;
	padding: 3px;
	border: #f3f3f3 1px solid;
}

div.fenetreModale {
	-webkit-box-shadow: 1px 1px 8px #a0a0a0;
	-moz-box-shadow: 1px 1px 8px #a0a0a0;
	box-shadow: 1px 1px 8px #a0a0a0;
}

table#tableFormUtilisateur {
	margin: 5px;
}
table#tableFormUtilisateur tr td {
	padding: 5px;
}
table#tableFormUtilisateur tr td:first {
	text-align: right;
}

table#tableFormAntenne {
	margin: 5px;
}
table#tableFormAntenne tr td {
	padding: 5px;
}
table#tableFormAntenne tr td:first {
	text-align: right;
}

div.btnsFenetres {
	padding: 0px 10px 5px 10px;
	text-align: right;
}

/* -- Nouvelle Demande -- */
div.chargeArbo {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
	display: block;
	position: relative;
	background: black;
	color: white;
	line-height: 150px;
	text-align: center;
	background: black url(../imgs/ajax-loader.gif) no-repeat center 20px;
}
div.demGauche {
	float: left;
	width: 260px;
}
div.treeviewTicket {
	height: 655px;
	overflow-x: auto;
	overflow-y: auto;
	border: 1px solid #a3a3a3;
	padding: 5px;
	font-size: 12px;
}
div.infosDem {
	margin-left: 300px;
	width: calc(100% - 280px);
}
div#cheminDemande {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 5px;
	background: #ffedca;
}
div#listeFichiers {
	border: 1px solid #a3a3a3;
	height: 60px;
	overflow-y: auto;
}
div#listeFichiers ul {
	padding: 0;
	margin: 0;
}
div#listeFichiers ul li {
	height: 21px;
	background: url(../imgs/fichiers.png) left bottom repeat-x;
	line-height: 21px;
	font-size: 11px;
	padding-left: 5px;
}
div#listeFichiers ul li:hover {
	background-position: left top;
}
input.newFic {
	display: none
}
div.optionsNouvDem {
	width: 260px;
	float: left;
	height: 100px;
	margin-top: 20px;
}
div.optionsNouvDem ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.optionsNouvDem ul li {
	padding: 5px;
	padding-left: 25px;
}
div.optionsNouvDem ul a {
	text-decoration: none;
	color: black;
	font-size: 13px;
}
div.optionsNouvDem ul li.addDem {
	background: url(../imgs/ajoutFic.png) no-repeat 4px center;
}
div.infosDem table.opt {
	/*margin-left: 480px;*/
}
div.infosDem table.opt tr td {
	width: 100px;
	text-align: center;
	padding: 10px;
}
div.infosDem table.opt tr td:hover {
	background: #f3f3f3
}
div.infosDem table.opt tr td a {
	color: black;
	text-decoration: none;
}
input#objetDemande {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
span.suppFic {
	padding-right: 10px;
	float: right;
}
span.suppFic a {
	color: black;
}

span.modifAjax {
	background: url(../imgs/save.gif) no-repeat 10px center;
	padding-left: 35px;
	height: 30px;
	color: #808080;
}
span.confirmSauvFiche {
	color: green;
	display: none
}
span.confirmSauvPass {
	color: green;
	display: none
}
span.erreurSauvPass {
	color: red;
	display: none
}

/* -- Liste des mises à jour -- */
#lstDownMaj {
	margin: 0;
	padding: 0;
}
#lstDownMaj li {
	margin: 0px 0px 10px 0px;
	padding: 0;
}
#lstDownMaj li table {
	margin: 0;
	padding: 0;
}
#lstDownMaj li:nth-child(odd) {
	background: #fff7e7;
}
#lstDownMaj li:nth-child(even) {
	background: #fafafa;
}
#lstDownMaj a {
	color: black;
}
#lstDownMaj a.download {
	padding-left: 20px;
	background: url(../imgs/appli.png) left center no-repeat;
}
#lstDownMaj a.documentation {
	padding-left: 20px;
	background: url(../imgs/pdf.png) left center no-repeat;
}

/* -- CSS pour les problèmes d'incompatibibilité Explorer -- */
#naviguateurs {
	padding: 0;
	margin: 10;
	list-style: none;
}
#naviguateurs li {
	height: 64px;
	line-height: 64px;
	padding-left: 75px;
	margin-top: 10px;
	font-size: 19px;
}
#naviguateurs li a.down {
	padding-right: 20px;
	background: url(../css/images/down.png) right center no-repeat;
	text-decoration: none;
	color: black;
	font-weight: bold;
}
#naviguateurs li.chrome {
	background: url(../css/images/chrome.jpg) no-repeat 2px center;
}

#naviguateurs li.firefox {
	background: url(../css/images/firefox.jpg) no-repeat 2px center;
}

#tableDocumentation {
	width: 100%;
}
#tableDocumentation thead {
	background: #ffedca;
}
#tableDocumentation thead th {
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}
#tableDocumentation thead th.nom, #tableDocumentation tbody td.nom {
	width: 255px;
}
#tableDocumentation thead th.categorie, #tableDocumentation tbody td.categorie {
	width: 200px;
}
#tableDocumentation thead th.observation, #tableDocumentation tbody td.observation {
	width: 255px;
}
#tableDocumentation thead th.dateAjout, #tableDocumentation tbody td.dateAjout {
	width: 100px;
}
#tableDocumentation thead th.telechargement, #tableDocumentation tbody td.telechargement {
	width: 40px;
}

#tableDocumentation tbody tr {
	height: 25px;
	line-height: 25px;
	text-align: center;
}
#tableDocumentation tbody tr:nth-child(even) {
	background: #fef7e9;
}
#tableDocumentation tbody tr td img {
	padding: 0;
	margin: 0;
	padding-top: 3px;
	cursor: pointer;
}
#tableDocumentationtbody tr td.dateHeure {
	font-size: 12px;
	line-height: 17px;
}
#tableDocumentation tbody tr td.personne {
	font-size: 13px;
	line-height: 17px;
}
#tableDocumentation tbody tr td.objet {
	font-size: 14px;
	text-align: left;
}

textarea#txtDemande {
	height: 200px;
}

label#lblConfidentiel {
	color: orange;
}
