@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background:url(../images/bck.jpg) repeat-x fixed;
	background-color: #eeeeee;
	color: #333333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border:0;	
}
a{
	color: #3ea4a6;
	text-decoration:none;
	cursor: pointer;
}
a:hover{
	text-decoration: underline;	
}
h1, .h1-like{
	color: #777777;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 15px;
}

/* PLANNING */
#planning{
	width: 23%;
	background-color: white;
	height: 100%;
	float:right;
	margin-top: -18px;
	position : fixed;
	right:0;
	top:68px;
	z-index: 2500;
	-moz-box-shadow: 0px 0px 3px #aaa; 
 	-webkit-box-shadow: 0px 0px 3px #aaa;  
  	box-shadow: 0px 0px 3px #aaa;
	overflow:scroll;
	
}

#planning .contenu{
	margin: 20px;
	padding-bottom: 50px;
}

#planning .job{
	padding: 2%;
	padding-bottom: 3%;
	padding-top: 50px;
	margin-bottom: 10px;
	position:relative;
}
#planning .deadline{
	background-color: rgba(0,0,0,0.1);
	padding: 2%;
	margin-bottom: 10px;
	font-weight:bold;
	width: 96%;
	position:absolute;
	top: 0px;
	left: 0px;
}
#planning h2{
	font-size: 1.3em;
	padding-bottom: 5px;
	border-bottom: 1px solid #7C7C7C;
	margin-bottom: 10px;
	margin-top: 20px
}

#planning a{
	color: white;
	text-decoration:none;	
}
#planning .job h3{
	font-size: 1.2em;
	margin-bottom: 0px;
}
/* /PLANNING */

/* CONTAINER */
#container{
	width: 98%;
	padding-left: 2%;
}
#container_centre{
	width: 75%;
	float:left;
	margin-top: 130px;
	padding-left: 2px;
}


/* HEADER */
#header{
	width: 96%;
	height: 30px;
	color: #CCC;
	padding: 10px 0 10px 0;
	font-size: 11px;
	background:url(../images/bck.jpg) repeat-x fixed;
	background-color: #eeeeee;
	position : fixed;
	z-index: 2000;
}
#header #log{
	float:right;
	margin-top: 10px;
}
#header #logo{
	margin-top: 2px;
	float:left;	
}


/* MENU */

#menu{
	width: 100%;
	height: 52px;
	margin-bottom: 20px;
	position : fixed;
	z-index: 2100;
	top: 50px;
	background-color: #f8f8f8;
	border-bottom: 1px solid  #BDBDBD;
	margin-left: -2%;
	padding-left: 2%;

}
#menu li, #menu li a{
	display: inline-block;
	color: #777777;
	font-weight: bold;
	text-decoration: none;
	padding: 11px 5px 10px 5px;
	height: 30px;
}
#menu li:hover{
	background-color: #eeeeee;
}

/* CADRE BLANC */
.cadreBlanc, .cadreBlancLogin{
	width: 100%;
	border-radius : 5px;
	-moz-box-shadow: 0px 0px 3px #aaa; 
 	-webkit-box-shadow: 0px 0px 3px #aaa;  
  	box-shadow: 0px 0px 3px #aaa; 
	background-color: #fff;
	margin-bottom: 20px;
	position:relative;
}
.cadreBlancLogin{
	width: 430px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
}
.cadreBlanc .contenu, .cadreBlancLogin .contenu{
	padding: 15px;
	overflow:hidden;
	position:relative;
}
.options{
	position: absolute;
	right: 15px;
	top: 15px;
	float:right;
}

/* TABLEAUX */
table{
	width: 100%;
	margin-top: 10px;
	color: #333333;
}
thead{
	font-weight: bold;
	color: #777777;
}
th{
	height: 30px;
	padding: 5px;
}
td{
height: 25px;
padding-top: 5px;
padding-left: 5px;
}
td img{
padding-top: 10px;
}
th{
	border-bottom: 2px solid #3ea4a6;
	border-top: 1px solid #dddddd;
	background-color: #fff;
	height: 50px;
	vertical-align:middle;
}
tr{
	border-bottom: 1px solid #dddddd;
}
tr:nth-child(odd){
  	background-color: #f9f9f9;
}

/* FORMULAIRES */
.col1, .col2{
	float:left;
	width: 48%;
}
.col1{
	clear:both;	
}
.col2{
	margin-left: 3%;	
}
label{
	font-weight: bold;
	font-size: 15px;
}
form p{
	margin-bottom: 20px;	
}
input[type='text'], input[type='password'], textarea{
	margin-top: 5px;
	width: 100%;
	height: 22px;
	border-radius: 3px;
	border: 1px solid #dddddd;
	padding: 3px;
}
input[type='radio']{
	margin-top: 5px;	
}
input[type='checkbox']{
	margin-top: 17px;
}
input[type='text']:focus, input[type='password']:focus, textarea:focus{
	border: 1px solid #3ea4a6;
}
textarea{
	width : 100%;
	resize:none;
	background-color: #fff;
}
input[type='submit']{
	border: none;
	padding: 5px;
	padding-top:5px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 40px;
}

#recherche{
	margin-bottom: 20px;
	overflow:hidden;
}
#recherche label{
	float: left;
	margin-top: 12px;
	margin-right: 10px;
}
#recherche input[type='text']{
	float:left;
	width:250px;
	
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#recherche input[type='submit']{
	float:left;
	position: relative !important;
	height: 30px;
	margin:0;
	margin-top: 15px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	line-height: normal;
}
.effacerRecherche{
	margin-top: 12px;	
}

/* FORMULAIRE FACTURES */

.entete{
	margin-bottom: 15px;
	font-weight: bold;
	overflow:hidden;	
}

.newClient{
	margin-top: 27px;	
}
fieldset{
	background-color: #eeeeee;
	padding: 10px;
	margin-bottom: 15px;
	position:relative;
}
fieldset textarea{
	width: 70%;
}

input[type='text'].prix, .prix{
	width: 65px;
	margin-left:30px;
}
.euro{
	padding-top: 12px;
	float:left;
}
.supprimer{
	position: absolute;
	right: 10px;
	top:10px;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
}
#plusDetails{
	position:absolute;
	left:570px;
	bottom:0px;
	cursor: pointer;
}



/* BOUTONS */
.bouton{
	display:block;
	border-radius : 3px;
	background-color: #3ea4a6;
	text-align:center;
	font-size: 15px;
	font-weight:bold;
	color: #fff;
	line-height: 30px;
	cursor:pointer;
}
.bouton:hover{
	text-decoration:none;
	background-color: #297c7e;
}
.btPlus{
	width: 30px;
	height: 30px;
	float:right;
	margin-bottom: 10px;
}

.btRecherche{
	position:relative !important;
	float:left;
}
.btPlanning{
	padding: 0px 8px 0 8px;
	margin-right: 10px;
	display: inline-block;
	font-size: 0.8em;
}

/* AIDES */
.right{
	float: right;	
}
.left{
	float:left;	
}
.rouge{
	color: red;	
}
.strong{
	font-weight: bold;	
}

/* MESSAGES */
#message{
	position:absolute;
	width: 100%;
	text-align:center;
	z-index: 3000;
	padding:10px;
}
.erreur
{
	text-align:center;
	font-weight: bold;
	margin-bottom:10px;
	color: red;
}

/* CALCULATRICE DE PRIX */
#calculette{
	width: 760px;
	height: 720px;
	padding: 20px;	
}

#calculette label{
	font-size: 12px;
	float: left;
	width: 150px;
	padding-top: 10px;
}


#calculette input, #calculette select{
	float:left;
	margin: 0;
	height: 30px;
	padding:0;
	padding-left: 5px;
	width: 195px;
	margin-right: 20px;
}

#calculette input[type='checkbox']{
	width: auto;
}


#calculette select{
	padding-top: 5px;
	width: 200px;
}

#calculette select{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 	
}

#calculette p{
	clear: left;
	overflow:hidden;
	height: 30px;
}

#calculette .total{
	color: red;
	font-weight: bold;
}

#alertCont{
	height: 35px;
	margin: 15px 0 20px 0;
}
.alert{
	background-color: red;
	color: white;
	width: 100%;
	height: 15px;
	padding: 10px 0 10px 0;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}

#clients .mix{
	display: none;
}

