/************	RESET	************/
html,body {
	margin:0;
	padding:0;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p,
iframe, a, img, ol, ul, li, fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

/************   BODY    ************/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    background: url(../images/e.png);
    cursor:default;
    /*text-align: center ;*/
}

hr{
	color: #B9CFE0;
	background-color: #B9CFE0;
	height: 1px;
	border: 0;
}

div#scroll {
	height:200px; 
	overflow-y:scroll;
}

ul.radio_list li {
	float:left;
	padding: 0px 10px 0px 5px;
	border-right: 1px solid #B9CFE0;
}

div#infos ul li{
	list-style-type:none;
	padding: 5px 20px;
}

div#infos ul li#utilisateur{
	font-weight:bold;
    background: url(../kmWidgetsPlugin/images/icones/user-silhouette.png) no-repeat 0px;
}

div#infos ul li#dateHeure{
    background: url(../kmWidgetsPlugin/images/icones/calendar.png) no-repeat 0px;
}

div#infos ul li#deconnexion{
    background: url(../kmWidgetsPlugin/images/icones/lock.png) no-repeat 0px;
}

div#infos ul li#preparerUnMail{
    background: url(../kmWidgetsPlugin/images/icones/mail-open-document-text.png) no-repeat 0px;
}

div#infos ul li#deconnexion a{
	font-weight:bold;
	color:red;
}
div#header{
	position:absolute;
	top:1px;
	left:0px;
    z-index: 11;
    width:100%;
    height:150px;
}

div#infos{
	position: absolute;
	top: 18px;
	left: 220px;
}

div#logo{
	position:absolute;
	top:10px;
	left:15px;
    background: url(../images/logo.png);
    width:186px;
    height:110px;
}

div#plongeur-ok{
	position:absolute;
	top:13px;
	right:15px;
	text-align: right;
    width:337px;
    height:188px;
    z-index: 110;
}

div#plongeur-coffre{
	position:absolute;
	top:0px;
	right:15px;
	text-align: right;
    width:100px;
    height:188px;
    z-index: 110;
}

div.mascotte div.bulle{
	position:absolute;
	top:17px;
	right:110px;
	width: 180px;
	text-align: center;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
    -moz-box-shadow: 0px 0px 2px #777;  
    -webkit-box-shadow: 0px 0px 2px #777;  
    box-shadow: 0px 0px 2px #777;
    
    border: 1px solid #ffffff;
    padding:5px;
	background-color:#F6F7F4;
	background: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#F6F7F4)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #E9E9E9, #F6F7F4 30px); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient(top, #E9E9E9, #F6F7F4 30px); /* FF3.6+ */
	background: -ms-linear-gradient(top, #E9E9E9, #F6F7F4 30px); /* IE10 */
	background: -o-linear-gradient(top, #E9E9E9, #F6F7F4 30px); /* Opera 11.10+ */
	background: linear-gradient(top, #E9E9E9, #F6F7F4 30px); /* W3C */
}

div.mascotte div.fleche-bulle{
	position: absolute;
	top: 41px;
	right: -18px;
}

div#extendBackgroundAuth{
	position:absolute;
	top:0px;
	left:0px;
    background: #fff url(../images/extend-background-auth.png) repeat-x;
	border-bottom: 1px solid #96B7CE;
    width:100%;
    height:160px;
	
    -moz-box-shadow: 0px 0px 4px #57a0b5;  
    -webkit-box-shadow: 0px 0px 4px #57a0b5;  
    box-shadow: 0px 0px 4px #57a0b5;
}

div#extendBackground{
	position:absolute;
	top:0px;
	left:0px;
    background: #fff url(../images/extend-background.png) repeat-x;
	border-bottom: 1px solid #96B7CE;
    width:100%;
    height:197px;
	
    -moz-box-shadow: 0px 0px 4px #57a0b5;  
    -webkit-box-shadow: 0px 0px 4px #57a0b5;  
    box-shadow: 0px 0px 4px #57a0b5;
}

div#bottomLine{
	position:absolute;
	bottom:0px;
	left:0px;
    background-color: #d1d048;
    width:100%;
    height:18px;
    -moz-box-shadow: 0px 0px 4px #57a0b5;  
    -webkit-box-shadow: 0px 0px 4px #57a0b5;  
    box-shadow: 0px 0px 4px #57a0b5;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    font-weight:bold;
    font-size:11px;
    font-style:italic;
    color: #025B43;
}

/************ PAGE COMPLETE ************/
div#main{
	position:relative;
	top: 0px;
    width:980px;
    margin:0 auto;
    text-align: left; 
}

div#main-login{
	position:relative;
	top: 0px;
    width:350px;
    margin:0 auto;
    text-align: left; 
}

div#authentification-title {
	position:absolute;
	left: 0px;
	bottom: 0px;
    width:350px;
	font-weight: bold;
	font-size: 20px;
	padding-left: 5px;
}

div#pageAuth{
	position:relative;
	top: 160px;
    z-index: 100;
}

div#page{
	position:relative;
	top: 144px;
    z-index: 100;
}

/************ ARBORESCENCE CLIENT ************/
div.blocStyle{
	z-index: 100;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
    -moz-box-shadow: 0px 0px 4px #57a0b5;  
    -webkit-box-shadow: 0px 0px 4px #57a0b5;  
    box-shadow: 0px 0px 4px #57a0b5;
    border: 1px solid #ffffff;
	background-color:#F6F7F4;
    padding:10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#dee6ef), to(#F6F7F4)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient(top, #dee6ef, #F6F7F4 30px); /* Chrome 10+, Saf5.1+ */
	background: -moz-linear-gradient(top, #dee6ef, #F6F7F4 30px); /* FF3.6+ */
	background: -ms-linear-gradient(top, #dee6ef, #F6F7F4 30px); /* IE10 */
	background: -o-linear-gradient(top, #dee6ef, #F6F7F4 30px); /* Opera 11.10+ */
	background: linear-gradient(top, #dee6ef, #F6F7F4 30px); /* W3C */
}

div.blocStyle a{
	/*color: green !important;*/
}
    
div#arborescenceGauche{  
    width: 200px;
	margin-top: 5px; 
}

div#voletDroit{
	margin-top: 5px;
	margin-left: 5px;
}

div#lignesDevis{
	margin-top: 5px;
	margin-left: 5px;
}

div#pageTitle{
	font-weight: bold;
	font-size: 20px;
	border-bottom: 1px dotted #B9B9B9;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

div#pageSubTitle{
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.authentification {
	/*background: url(../kmWidgetsPlugin/images/icones/question-24.png) right -5px no-repeat;*/
}

.parametre {
	background: url(../kmWidgetsPlugin/images/icones/ruler-24.png) right -3px no-repeat;
}

.vert{
	color: #4C7F11;
}

.bleu{
	color: #9BC0DB;
}

.bleuFonce{
	color: #1170B2;
}

.rouge{
	color: #E05E5E;
}

/**/
img.thumbDiaporama {
	border: 3px solid #fff;
    -moz-box-shadow: 0px 0px 4px #57a0b5;  
    -webkit-box-shadow: 0px 0px 4px #57a0b5;  
    box-shadow: 0px 0px 4px #57a0b5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
img.thumbDiaporama:hover {
	border-color: #FCEA23;
}

/* ---------- COMMUN ------------ */
form ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

span.help {
	font-size:10px;
	color:gray;
	font-weight: normal;
}

img.ui-datepicker-trigger{
	position:relative;
	top:3px;
	left:3px;
	padding-right:3px;
}

table td.label {
	text-align:right;
	height:30px;
	padding-right: 10px;
	font-weight:bold;
}

form table td.label {
	height:30px;
}

span.inputWrap { padding:7px 3px; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; background:#eeeeee; }
span.inputWrap input { padding:3px; border:1px solid #bcbcbc; color:#000; background:#fff; }
span.inputWrap input.keypress { color:#000 !important; }
span.inputWrapError { padding:7px 3px; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; background:#ffcccc; }
span.inputWrapError input { padding:3px; border:1px solid #ee7e7e; color:#000; background:#fff; }
span.inputWrapError input.keypress { color:#000 !important; }

/* ---------- PLONGEUR ------------ */

div.subTitle{
	padding: 5px 30px;
	margin: 0px 0px 5px 0px;
	font-size:18px;
	font-weight: bold;
	color:#86a7da;
	border-bottom: 1px dashed #b1c8e7;
}
div.subsubTitle{
	padding: 5px 30px;
	font-size:14px;
	font-weight: bold;
	color:#86a7da;
}

div.chart{ background: url(../images/icons/chart-pie-separate.png) no-repeat 7px; }
div.clock{ background: url(../images/icons/clock-select.png) no-repeat 7px; }
div.clockHistory{ background: url(../images/icons/clock-history.png) no-repeat 7px; }
div.users{ background: url(../images/icons/users.png) no-repeat 7px; }
div.counter{ background: url(../images/icons/counter.png) no-repeat 7px; }
div.anchor{ background: url(../images/icons/anchor.png) no-repeat 7px; }
div.tickBtn{ background: url(../images/icons/tick-button.png) no-repeat 7px; }
div.crossBtn{ background: url(../images/icons/cross-button.png) no-repeat 7px; }
div.generality{ background: url(../images/icons/generality.png) no-repeat 7px; }
div.key{ background: url(../images/icons/key.png) no-repeat 7px; }
div.battery-charge{ background: url(../images/icons/battery-charge.png) no-repeat 7px; }
div.infosClub{ background: url(../images/icons/folder-open.png) no-repeat 7px; }
div.skills{ background: url(../images/icons/medal.png) no-repeat 7px; }
div.information{ background: url(../images/icons/information.png) no-repeat 7px; }
div.clipboardList{ background: url(../images/icons/clipboard-task.png) no-repeat 7px 6px; }
div.clipboardPlus{ background: url(../images/icons/clipboard-plus.png) no-repeat 7px; }
div.compass{ background: url(../images/icons/compass.png) no-repeat 7px; }

/* ---------- CALENDRIER ------------ */
table#dataTableCalendrier tbody tr {
	height: 39px;
}

/* ---------- PALANQUEE ------------ */

ul.palanqueeElm {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.palanqueeElm li {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #B9CFE0;
	padding:5px;
	padding-bottom:0px;
	width:217px;
	float: left;
	margin-right:5px;
	margin-bottom:8px;
	background-color: #fff;
}

table.stats td.label {
	height:20px;
	text-align:center;
}

table.stats td.statsNb {
	font-size:12pt;
	text-align:center;	
}

table.inscription {
	margin: 20px 0px;
    border-collapse: collapse;
}

table.inscription th {
	border: 1px solid #7CA2C1;
	padding: 5px;
}

table.inscription td {
	border: 1px solid #b9cfe0;
	padding: 5px;
}

table.inscription th.first {
	background-color:#c0d3e5;
	
}

table.inscription th.second {
	background-color:#d5e4f2;
	
}

div#ticket-caisse {
	background: url(../images/ticket-caisse-background.jpg);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #fff9ef;
	
    -moz-box-shadow: 0px 0px 4px #57a0b5;  
    -webkit-box-shadow: 0px 0px 4px #57a0b5;  
    box-shadow: 0px 0px 4px #57a0b5;
    padding:10px;
    font-family: courier;
    font-size:12pt;
    color: #3B280A;
}

div#ticket-caisse #titre {
    font-size:16pt;
    text-align: center;
    font-weight: bold;
}

div#ticket-caisse .separateur {
    font-size:11pt;
    text-align: center;
}

div#ticket-caisse #corps {
    font-size:11pt;
}

div#ticket-caisse #corps table thead {
    font-weight: bold;
}

div#ticket-caisse #corps table tbody {
    font-size:9pt;
}

div#ticket-caisse #corps table tfoot {
    font-weight: bold;
}

div#ticket-caisse #footer {
    font-size:10pt;
    text-align: center;
    margin-bottom:10px;
    color: red;
}

/* ---------- COMMUN ------------ */

div#contentHelpAlfred {
	padding: 10px;
}

div#contentHelpAlfred img.imageBorder {
	border: 1px solid #A9C3E1;
}

div#contentHelpAlfred ul{
	padding: 10px;
	margin-left: 20px;
}

div#contentHelpAlfred ul li{
	list-style-type: round;
	padding-top: 3px;
}