/* * {
	margin:0;
	padding:0;
} */

form {
	margin:0;
	padding:0;
}

/*Style général*/

body {
	font-family:        sans-serif;
    padding:            0;
    margin:             0;
	background: #FEFDDF url(../img/fond.png) top left repeat-x;
	font-size: 90%;
	color: #333;
}
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #003d4c;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #003d4c;
	font-size: 90%;
	margin: 0.1em 0;
}
h2 {
	color: #e32;
	font-family:'lucida grande',helvetica, arial, sans-serif;
	font-size: 124%;
	line-height: 26px;
	margin: 0.3em 0;
	text-align: center;
	font-weight: bold;
}
h3 {
	color: #993;
	font-family:'lucida grande',helvetica, arial, sans-serif;
	font-size: 120%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
/*Tableaux Généraux*/
table {
	border:1px solid #ccc;
	clear: both;
	margin-bottom: 10px;
}
th {
	font-weight:        	bold;
    background:         	#B4CAE9 url(../img/tbg_th0.png) repeat-x;
	margin:             	0.1em;
	padding:            	0.1em;
	border:					1px solid #bbb;
	border-top: 			1px solid #fff;
	border-left: 			1px solid #fff;
	text-align: 			center;
	font-size: 				90%;
}

/* table.index{
	margin-bottom: 0;
} */
tr.total td, table.index tr.total td  {
	font-weight:        bold;
    background:        	#E5E5E5 url(../img/tbg_th1.png) repeat-x;
	border:				1px solid #bbb;
	border-top: 		1px solid #fff;
	border-left: 		1px solid #fff;
	font-size: 			90%;
	padding: 			2px;
}

th a {
	color: #333;
	display: block;
	padding: 2px 4px;
}
th a:hover {
	color: #000;
	text-decoration: un;
}

/*Formulaires*/
form {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
	text-align: left;
}
fieldset legend {
	color: #e32;
	font-size: 144%;
	font-weight: bold;
}
fieldset fieldset {
	text-align: left;
	margin-top: 0px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 90%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
}
form div.input {
	color: #444;
}
label {
	display: block;
	font-size: 90%;
}

div.checkbox label {
	font-size: 100%;
}

.checkbox label {
	margin: 0px 6px 7px 2px;
}

input, textarea {
	clear: both;
	font-size: 90%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}
select {
	clear: both;
/*
	font-size: 90%;
*/
	/* vertical-align: text-bottom; */
	padding: 2px;
}
option {
	font-size: 90%;
	padding: 0 3px;
}
input[type=checkbox] {
	border: 0;
	width: auto;
	margin: 3px;
}

button, input[type=button], input[type=submit]{
	display: inline;
	font-family: sans-serif;
	padding: 2px;
/*
	font-size: 90%;
*/
	font-weight: bold;
	border: 1px outset #c0c0c0;
	cursor: pointer;
	background: #EAF1F9 url(../img/tbg_nav5.png) repeat-x;
	border-radius:6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

button:hover, input[type=button]:hover, input[type=submit]:hover{
	background: #EAF1F9 url(../img/tbg_nav6.png) repeat-x;
}

input, textarea, select{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	color: #555;
}

input[type=image]{
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	vertical-align: middle;
}

.required input{
	background-color: #E0FFFF;
}
span.button_submit{
	margin-left: 4px;
	width: 49%;
	float: left;
}
span.button_cancel{
	margin-right: 4px;
	width: 49%;
	float: right;
}

span.button_action button{
	width: auto;
	font-size: 90%;
	padding: 2px 15px 2px 15px;
}

div.button_action {
	padding: 4px;
	float: left;
}
/* Layout */
#container {
	text-align: left;
	margin: 0;
	padding: 0;
}

#entete{
	width: 100%;
	height: 30px;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #F7FBFB;
	z-index: 10;
}

#entete h2{
	position: absolute;
	top: 2px;
	text-align: center;
	width: 100%;
}

#header{
	margin: 0;
	padding: 0;
	top: 0;
	height: 55px;
}
#content{
	margin: 0;
	padding: 3px;
}
/*Add Edit View*/
.lotis_form, .lotis_view{
	width: 800px;
	margin: auto;
}
.add select{
	width: 94%;
}
.add input, .add textarea{
	width: 92%;
}
.add input.signe_apres{
	width: 92%;
}
.add select.signe_apres{
	width: 92%;
}
.add div{
	text-align: left;
}
.add span{
	display: block;
	font-size: 90%;
	color: #444;
}
.cke_toolbox span{
	display: inline;
}

table.add, table.add td, table.add tr{
	text-align: left;
	border-spacing: 0;
	padding: 3px;
}
table.add{
	border: 0;
	width: 100%;
}
table.add td{
	border-bottom: 1px solid #ccc;
	border-right: 0;
}
.add input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
.add div.input{
	display: inline;
}
.button_action button{
	width: 100%;
}

span.add_budget, span.add_budget div, table.add span.add_budget{
	display: inline;
	float: left;
	margin: 2px;
	padding: 0;
}

span.add_budget{
	width: 48%;
	margin: 0;
}

span.add_budget_anx {
	width: 31%;
	margin: 0;
}

span.add_budget div input{
	margin: 2px;
	padding: 2px;
	display: inline;
}

span.add_budget div label{
	margin: 0;
	padding: 2px;
	text-align: center;
	font-weight: normal;
}

/*index*/
table.index{
	width: 100%;
	white-space: nowrap;
}
table.index td{
	padding: 2px;
}
table.index tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 2px;
	vertical-align: middle;
	font-size: 90%;
}

table.index tr.altrow td , table.add tr.altrow td{
	background: #ECF2F9;
}
table.index tr.current td {
	background: #FFF0CB url(../img/tbg_th2a.png) repeat-x;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
table.index tr.vide td, table.index tr.vide:hover > td {
    background: transparent;
	cursor: auto;
}
table.index tr td.actions {
	text-align: center;
	white-space: nowrap;
	font-size: 90%;
	padding: 2px 5px;
}
.nopadding, .nopadding a  {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
.nopadding img{
	padding: 0;
	margin: 0;
	margin-bottom: -4px;
}
input[type=image] {
	margin-bottom: 2px;
}
table.index tr:hover > td{
	background: #FFF0CB url(../img/tbg_th2a.png) repeat-x;
}
table.index tr.cliquable:hover > td{
	cursor: pointer;
}
table.index tr.total:hover > td,table.index tr:hover > td.vide{
	background: #E5E5E5 url(../img/tbg_th1.png) repeat-x;
}

/*Menu*/
ul.menu
{
	background: #B1C7E5 url(../img/tbg_nav0.png) repeat-x;
	display: block;
	height: 30px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	min-width: 1000px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 30px;
	z-index: 10;
}

ul.menu li
{
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
}
ul.menu li a
{
	display: block;
	line-height: 30px;
	font-weight: bold;
	background: #B1C7E5 url(../img/tbg_nav0.png) repeat-x;
	color: #000;
	margin: 0;
	padding: 0 5px;
	border-right: 1px solid #000;
	text-decoration: none;
	font-size: 90%;
}

li#first-element a {
	border-left: 1px solid #000;
}

ul.menu li a:hover { 
	background: #B1C7E5 url(../img/tbg_nav2.png) repeat-x;
	color: #000;

 }

ul.menu li ul.submenu
{
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.menu li.active a
{
	background: #5F879D url(../img/tbg_nav2.png) repeat-x;
}

ul.menu li ul.submenu li
{
	float: none;
	margin: 0;
	padding: 0;
	margin-left: -1px;
	min-width: 120px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 0;
}
ul.menu ul.submenu li a, ul.menu li.active ul.submenu li a
{
	display: block;
	font-weight: bold;
	margin: 0;
	border: 0;
	text-decoration: none;
	color: #000;
	background: #EAF1F9 url(../img/tbg_nav5.png) repeat-x;
}

ul.menu ul.submenu li a:hover, ul.menu li.active ul.submenu li a:hover
{
	background: #B2C8E6 url(../img/tbg_nav6.png) repeat-x;
	color: #000;
}

ul.menu li:hover ul.submenu { 
	display: block; 
}
/*Elements spécifiques*/
/*éléments entete*/
#heure {
	position: absolute;
	right: 3px;
	top: 7px;
}

#combo_lotis, #combo_budgets {
	position: absolute;
	left: 110px;
	top: 1px;
	z-index: 9;
}

#label_loti, #label_budget{
	position: absolute;
	top: 7px;
	left: 3px;
	z-index: 9;
}
/*Login*/
div.login{
	width: 400px;
	margin: auto; 
}

div.login input{
	width: 100%;
	margin: 3px auto 10px auto; 
}

div.login input[type=submit], div.login div.submit input{
	width: auto;
	margin-top: 10px;
	padding: 2px 15px 2px 15px;
	background: #EAF1F9 url(../img/tbg_nav5.png) repeat-x;
	cursor: pointer;
	color: #000;
}

span.button_cancel button, span.button_submit button, span.button_submit input{
	width: 100%;
	color: #000;
	padding: 2px 15px 2px 15px;
}

div.login input[type=submit]:hover, div.submit input:hover{
	background: #EAF1F9 url(../img/tbg_nav6.png) repeat-x;
}


div.login div.submit{
	text-align: center;
}

/*Logout*/
#logout{
	position: fixed;
	top: 30px;
	right: 3px;
	z-index: 10;
}

#logout img{
	width: 28px;
	height: 28px;
}

/*Logout*/
#guide{
	position: fixed;
	top: 30px;
	right: 90px;
	z-index: 10;
}

#guide img{
	width: 28px;
	height: 28px;
}

/*print*/
#print{
	position: fixed;
	top: 30px;
	right: 33px;
	z-index: 10;
}

#print img{
	width: 28px;
	height: 28px;
}
/*csv*/
#csv{
	position: fixed;
	top: 30px;
	right: 63px;
	z-index: 10;
}

#csv img{
	width: 28px;
	height: 28px;
}
/*Plan de trésorerie +zoom*/
#opacity{
	background-color: 		#000;
	opacity: 				.80;
	position: absolute;
	width: 100%;
	height: 2000px;
	margin-left: -10px;
	top: 0;
	z-index: 10;
	display: none;
}


#plantre.plantre{
	position: absolute;
	width: 96%;
	top: 200px;
	left: 0;
	padding: 0 2%;
	z-index: 20;
}

#plantre div{
	margin: 0;
	padding: 0;
}

#plantre.plantre div#plantre2{
	background-color: 		#fff;
	text-align: left;
	padding: 20px;
	padding-top: 0;
	border-radius: 			10px;
	-moz-border-radius: 	10px;
	-webkit-border-radius:	10px;
	box-shadow:				1px 1px 12px #FFF;
	-moz-box-shadow:		1px 1px 12px #FFF;
	-webkit-box-shadow:		1px 1px 12px #FFF; 
	z-index: 20;
}

#plantre div #title{
	color: #000;
	font-size: 108%;
	font-weight: bold;
}

#plantre div #restePlacer, #restePlacer.equibud {
	float: 					right;
	height: 				20px;
	width: 					200px;
	padding: 				10px;
	margin-top: 			-15px;
	border: 				2px solid #ccc;
	color: 					#E32;
	font-size: 				90%;
	font-weight: 			normal;
	background-color: 		#fff;
	text-align: 			center;
	border-radius: 			10px;
	-moz-border-radius: 	10px;
	-webkit-border-radius:	10px;
	box-shadow:				1px 1px 12px #000;
	-moz-box-shadow:		1px 1px 12px #000;
	-webkit-box-shadow:		1px 1px 12px #000; 
	z-index: 				20;
	display: 				none;
	white-space: 			nowrap;
}

#plantre table{
	background-color:#fff;
}

#plantre table input{
	padding: 		2px 1px;
	margin: 		0;
	width: 90%
}
#plantre table td{
	padding: 		2px;
	margin: 		0;
}
#plantre3{
	width: 100%;
	display: none;
	font-weight: bold;
	text-align: center;
}
#plantre3 table{
	width: 600px;
	margin: auto;
}
/*Budget*/
#restePlacer.equibud {
	position: 	absolute; 
	right: 		10px;
	top: 		90px; 
	margin: 	0;
}
span.budget_depenses{
	width: 50%;
	float: left;
}
span.budget_depenses tr{
	height: 23px;
}
span.budget_recettes{
	width: 50%;
	float: left;
}
span.budget_recettes tr{
	height: 23px;
}

/* Prix de vente */
td.double {
	border-top: 1px solid #CCC;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 10px;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
/* Notices and Errors */
div.message {
	clear: both;
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #E32;
	font-weight: bold;
}
div#authMessage {
	clear: both;
	color: #E32;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 90%;
	line-height: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 90%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 90%;
	line-height: 120%;
	margin: 1em;
	overflow: auto;
	position: relative;
/*
	top: 120px;
*/
	width: 100%;
	text-align: left;
}

#config_requise {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	background-color: #fff;
}

#loading {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	margin-top: 60px;
	padding: auto;
	z-index: 90;
	display: none;
	opacity: .60;
	background: #CCC url(../img/loading.gif) no-repeat center center;
}

#printbt {
	display: none;
}


button.disabled, input.disabled, button.disabled:hover, input.disabled:hover,
span.button_submit button.disabled, span.button_submit input.disabled, 
span.button_submit button.disabled:hover, span.button_submit input.disabled:hover,
span.button_cancel button.disabled, span.button_cancel input.disabled, 
span.button_cancel button.disabled:hover, span.button_cancel input.disabled:hover{
	color: #DDD;
	cursor: not-allowed;
	background: #EAF1F9 url(../img/tbg_nav5.png) repeat-x;
}

td.right, .right, table.index tr td.right{
	text-align: right;
	white-space: nowrap;
}
td.left, .left, table.index tr td.left{
	text-align: left;
}
td.center, .center,  table.index tr td.center{
	text-align: center;
}

table.home{
	margin: auto;
	margin-top: 30px;
	width: 600px;
	border-spacing: 5px;
}

table.mini{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 700px;
	border-spacing: 5px;
}

table.mini td{
	width: 20%;
}

table.mini td.current{
	background-color: #E0FFFF;
}

table.mini img{
	width: 64px;
}

table.home td{
	text-align: center;
	padding: 5px;
	border: 1px solid #ccc;
}

table.home td a{
	color: #555;
}

table.home td a:hover{
	color: #F00;
}

a:hover img, input[type=image]:hover {
	opacity: .7;
}

p.attention em {
background: #000;
color: #fff;
font-style: normal;
font-weight: bold;
}

p.exemple em {
background: #000;
color: #fff;
font-style: normal;
font-weight: bold;
}

div.aretenir {
border: 1px solid #000;
padding: 5px;
}

div.aretenir em {
display: block;
font-style: normal;
font-weight: bold;
}

div.importantM14 {
border: 1px solid #000;
padding: 5px;
}

div.importantM14 em {
font-style: normal;
font-weight: bold;
color: #fff;
background: red;
}

li {
text-align: justify;
}

table.documentation {
width: 80%;
border: 1px solid #000;
border-collapse: collapse;
}

table.documentation  tr.contourVert th{
border-left: 1px solid #000;
}

table.documentation  tr.centre td{
text-align: center;
}

table.documentation  td {
padding: 5px;
border: 1px solid #000;
text-align: justify;
}

table.documentation  td.centreSouligne {
text-align: center;
border: 0px;
border-bottom: 1px solid #000;
}

table.documentation  td.noborder {
border: 0px;
text-align: center;
}

table.documentation  td.centre {
text-align: center;
}

table.documentation  td.droite {
text-align: right;
}

table.documentation  td.special {
text-align: center;
font-weight: bold;
}

table.documentation  th {
padding: 5px;
border-top: 1px solid #000;
background: gray;
text-align: center;
}

table.documentation{
	margin: auto;
}

table.documentation ol{margin-left:20px; padding:0 15px;}
table.documentation ul{margin-left:20px; padding:0 15px;}
table.documentation li{text-align:left; }


.newsletter_view{
	width: 800px; 
	margin: auto; 
	margin-top: 30px;
	background: url(../img/papier.png);
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:				1px 1px 3px #B5BCA5;
	-moz-box-shadow:		1px 1px 3px #B5BCA5;
	-webkit-box-shadow:		1px 1px 3px #B5BCA5; 
	padding: 15px;
	border: 1px solid #CDD5BB; 
	min-height: 900px;
}

.newsletter_action{
	width: 800px; 
	margin: auto; 
}

.copie_valeur {
	cursor: pointer;
}

.copie_valeur:hover{
	color: #FF0000;
}

.combo_droit {
	float:right;
	margin-top:-30px;
}

ul.menu_secondaire{
	background: none;
	display: block;
	height: 30px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	left: 0;
	font-size: 90%;
}

ul.menu_secondaire li.onglet{
background: #B1C7E5 url(../img/tbg_nav0.png) repeat-x;
	border-right: 1px solid #000;
	width: 180px;
	height: 30px;
	float: left;
}
ul.menu_secondaire li.onglet a{
	line-height: 30px;
}

ul.menu_secondaire li.stock{
	border-right: 0;
	float: right;
	line-height: 30px;
	font-weight: bold;
}

ul.menu_secondaire li.stock span.combo_droit{
	margin: 0;
}


ul.menu_secondaire li.onglet:hover, ul.menu_secondaire li.onglet.active{
	background: #B1C7E5 url(../img/tbg_nav2.png) repeat-x;
}

.combo_gauche{
	display: inline;
	clear: none;
	margin-top:-25px;
	float: left;
	font-weight: bold;
}

.combo_gauche label{
	display: inline;
	clear: none;
}
