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

@font-face {
    font-family:'HP_Simplified_Webfonts';
    src:url(../fonts/hps-euro-regular-eot.eot);
    src:url(../fonts/hps-euro-regular-eot.eot?#iefix)format('embedded-opentype'),
    url('../fonts/hps-euro-regular-woff.woff') format('woff'),
    url('../fonts/hps-euro-regular-ttf.ttf') format('truetype');
}
@font-face {
    font-family:'HPSimplified_bold';
    src:url(../fonts/HPSimplifiedW01-Bold.eot);
    src:url(../fonts/HPSimplifiedW01-Bold.eot?#iefix)format('embedded-opentype'),
    url('../fonts/HPSimplifiedW01-Bold.woff') format('woff'),
    url('../fonts/HPSimplifiedW01-Bold.ttf') format('truetype');
}


html {
    height:100%;
}

body {
    font-family: "HP_Simplified_Webfonts", Arial, Helvetica;
    background-color:#e6ebee;
    margin:0px;
    padding:0px;
    height:100%;
}

img
{
	border :0px;
}

#container 
{
	position: relative;
	min-height: 100%;
}

label {

    font-size:12px;
    color: #000000;
    font-weight:bold;
}

h2 {

    font-size:20px;
    color: #0096D6;
    font-weight:bold;
    margin : 10px;
}

#header
{
	width: 1120px;
	margin: auto;
	padding-top :30px; 
	height: 72px;
    margin-top: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#content
{
	width: 1120px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

#logo
{
	margin-right: 30px; 
	height: 60px;
	vertical-align: middle;
	display: inline-block;
}

#whatelse{
    text-decoration: none;
    font-size: 15px;
    margin-left: 45px;
}

#whatelse:hover{
    text-decoration: none;
}

#grotitre 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #000000;
	line-height: 60px;
	display: inline-block;
	height: 60px;
	vertical-align: middle;
}

select {
    height:20px;
    width: 200px;
    color : #666;
}

.tablo_100 {
    height:100%;
    width:100%;
    margin: 0px;
    padding: 0px;
}

#main {
margin:auto;
width:1113px;
}

#haut {
width:1100px;
background-color:#000000;
text-align:center;
margin:auto;
color:#FFF;
margin-bottom:5px;
margin-top:0px;
padding:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:30px;
color: #FFF;
font-weight:bold;
}

.prix {
width:80px;
height:20px;
border:0px;
}

.percent {
width:40px;
height:20px;
border:0px;
}

.grey {
width:80px;
height:20px;
border:0px;
background-color:#E1E1E1;
}

.blue {
    width: 80px;
    height: 20px;
    border: 0px;
    background-color: #E1E2E2;
}

.desc {
width:200px;
height:20px;
border:0px;
}

.ligne_produit {
background-color:white;
font-size:11px;
font-weight:bold;
color:black;
margin: 2px 0px 2px 0px;
padding: 2px 0px 2px 0px;
}

.ligne_produit p{
    margin-left:10px
}

.ligne_produit td {
border-top:1px solid #d2d0ce;
border-bottom :1px solid #d2d0ce;
padding: 2px 2px 2px 2px;
}

.ligne_acc {
background-color:white;
border : 2px solid #006699;
font-size:11px;
color:#333;
margin: 2px 0px 2px 0px;
padding: 5px 0px 5px 0px;
}

.ligne_acc p{
   margin-left: 10px;
}

.ligne_acc td {
border-top:1px solid #d2d0ce;
border-bottom :1px solid #d2d0ce;
padding: 5px 2px 5px 2px;
}

.ligne_cha {
background-color:#d2d0ce;
border : 2px solid #d2d0ce;
font-size:11px;
color:#333;
margin: 2px 0px 2px 0px;
padding: 5px 0px 5px 0px;
}

.ligne_cha td {
    border-top:1px solid #d2d0ce;
    border-bottom :1px solid #d2d0ce;
    padding: 5px 2px 5px 2px;
}

.limit {
    width : 100px;
}

.line {

    font-size : 12px;
    color:#333;
}

.line2 {

    font-size : 10px;
    color:#333;
}

.box-active{
    background: #F3F3F3;
    background-image: linear-gradient(bottom, #F5F7F8 17%, white 59%);
    background-image: -o-linear-gradient(bottom, #F5F7F8 17%, white 59%);
    background-image: -moz-linear-gradient(bottom, #F5F7F8 17%, white 59%);
    background-image: -webkit-linear-gradient(bottom, #F5F7F8 17%, white 59%);
    background-image: -ms-linear-gradient(bottom, #F5F7F8 17%, white 59%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.17, #F5F7F8),
        color-stop(0.59, white)
    );
    border: 1px solid #bfbfbf;
    margin: 12px 0px 11px 0px;
    margin-left: 10px;
    border-radius: 0px 6px 0px 6px ;
}

.box-inactive{
    background-color: #f0f1f2;
    background: #F3F3F3;
    background-image: linear-gradient(bottom, #F5F7F8 17%, white 59%);
    background-image: -o-linear-gradient(bottom, #F5F7F8 17%, white 59%);
    background-image: -moz-linear-gradient(bottom, #F5F7F8 17%, white 59%);
    background-image: -webkit-linear-gradient(bottom, #F5F7F8 17%, white 59%);
    background-image: -ms-linear-gradient(bottom, #F5F7F8 17%, white 59%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.17, #F5F7F8),
        color-stop(0.59, white)
    );
    border: 1px solid #5a5a5a;
    margin: 12px 0px 11px 0px;
    margin-left: 10px;
    border-radius: 0px 6px 0px 6px ;
}

#box1 {
    width:352px;
}

#box1 table {
    width:340px;
    margin:5px;

}

#box1 td {
    border:0px;
    padding:3px;
}

#box1 tr {
    border:0px;
}

#submitbox1 {
    border:none;
    width:49px;
    height:39px;
}

#box1_dark {
    width:352px;
}

#box1_dark table {
    width:352px;
    margin:5px;

}

#box1_dark td {
    border:0px;
    padding:3px;
}

#box1_dark tr {
    border:0px;
}

#box1_dark label {

    font-size:12px;
    color: #999;
    font-weight:bold;
}

#box1_dark H2 {

    font-size:20px;
    color: #999;
    font-weight:bold;
}

#submitbox1_dark {
    border:none;
    width:49px;
    height:39px;
}


#box2 {
    width:352px;
    margin-top: 10px;
}

#box2 table {
    width:340px;
    margin:5px;

}

#box2 td {
    border:0px;
    padding:3px;

    font-size: 15px;
    color:#FFF;
    font-weight:bold;
}

#box2 tr {
    border:0px;
}

#box2_dark {
    width:352px;
    margin-top: 10px;
}

#box2_dark table {
width:340px;
margin:5px;

}

#box2_dark td {
    border:0px;
    padding:3px;

    font-size: 15px;
    color:#999;
    font-weight:bold;
}

#box2_dark tr {
    border:0px;
}

#box2_dark label {

    font-size:12px;
    color: #999;
    font-weight:bold;
}

#box2_dark H2 {

    font-size:20px;
    color: #999;
    font-weight:bold;
}

#box3 {
    width:285px;
    margin : 0px 5px 0px 5px;
}

#box3 table {
    width:275px;
    margin:5px;
}

#box3 H2{
    font-size:16px;
    color:#996633;
}

#box3 td {
    border:0px;
    padding:3px;

    font-size:12px;
    font-weight:bold;
    color:#333;
}

#box3 tr {
    border:0px;
}

#box4 {
    width: 352px;
}

#box4 table {
    width:275px;
    margin:5px;

}

#box4 td {
    border:0px;
    padding:3px;
}

#box4 tr {
    border:0px;
}

#box4_dark {
    width:285px;
    margin : 13px 5px 0px;
}

#box4_dark table {
    width:275px;
    margin:5px;

}

#box4_dark td {
    border:0px;
    padding:3px;
}

#box4_dark tr {
    border:0px;
}

#box4_dark label {

    font-size:12px;
    color: #999;
    font-weight:bold;
}

#box4_dark H2 {

    font-size:20px;
    color: #999;
    font-weight:bold;
}

#box5 {
    width:352px;
}

#box5 table {
    width:275px;
    margin:5px;

}

#box5 td {
    border:0px;
    padding:3px;
}

#box5 tr {
    border:0px;
}

#box5_dark {
    width:285px;
    margin : 10px 5px 0px 5px;
}

#box5_dark table {
    width:275px;
    margin:5px;
}

#box5_dark td {
    border:0px;
    padding:3px;
}

#box5_dark tr {
    border:0px;
}

#box5_dark label {

    font-size:12px;
    color: #999;
    font-weight:bold;
}

#box5_dark H2 {

    font-size:20px;
    color: #999;
    font-weight:bold;
}

#recap {
width:560px;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.01, #F5F7F8),
        color-stop(0.29, white)
    );
    border: 2px solid #bfbfbf;
    border-radius: 0px 6px 0px 6px;
    margin-top: 13px;
}

#recap h2 {
    font-size:22px;
}


#recap select {
    width : 80px;
    color:#666;

}

#recap th {
    font-size:11px;
    font-weight: bold;
    color: white;
    background-color: #6F7072;

}

#recap .list {
    width:560px;
    margin:auto;
}

#recap a {
    font-size:13px;
    font-weight:bold;
    color:#333;

    text-decoration:none;
}

#recap #total {
    width : 560px;
    background-color:#0096D6;
}

#recap #total table {
    width : 560px;
}

.infospe {
    font-size:10px;
}

#footer 
{
	height:28px;
	background-color:white;
	margin: auto;
	width:1097px;
	color: #000000;
	margin-top: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 10px;
	line-height: 28px;
}

#fond {
    background-image: url(../img/fond.png);
    background-repeat:repeat-x;
    background-color:#E1E1E1;
    height:auto;
}

#register {
    width:700px;
    margin:auto;
}

#register h2 {
    font-size:20px;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}

#register label {
    font-size:14px;
    font-weight:normal;
    display:inline-block;
    width:250px;
    margin-top: 5px;
}

#register input {
    margin-top:5px;
    width: 300px;
    display:inline-block;
}

#register p {
    font-size:12px;
    color: #000000;
}

#register #envoyer {
    margin:auto;
}

#register a {
    text-decoration:none;
    font-size:15px;
    color:#000000;
    margin-left:10px;
}

#connexion {
    width: 600px;
    height: 360px;
    margin: auto;
    background: #F3F3F3;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.17, #F5F7F8), color-stop(0.59, white) );
    border: 1px solid #E6EBEE;
    box-shadow: 1px 2px 33px #E6EBEE;
}

#connexion h2 {
    font-size:20px;
    font-weight:bold;
    text-align:center;
    padding:20px;
}

#connexion label {
    font-size:14px;
    display:block;
    width:250px;
    font-weight: normal;
    margin-top:10px;
}

#connexion input {
    margin-top:5px;
    width: 280px;
}

#connexion p {
    font-size: 14px;
}

#connexion #envoyer {
    margin:auto;
}

#connexion a {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    margin-left: 431px;
    color: black;
}


.denied {
    width:350px;
    background-color:#666666;
    margin:auto;
    border:1px solid #FFF;
    color:#FFF;
    padding:5px;
    font-size:12px;
    font-weight:bold;

    margin-bottom:20px;
}

.denied ul {
    margin: 0px;
    padding: 0px;
}

#fondalpha {
    width : 1137px;

    margin:auto;
    padding-bottom:30px;
}

#menu {
    width : 1065px;
    height : 50px;
    line-height: 50px;
    padding: 10px 30px;
    background-color:white;
    margin:auto;
    margin-top:20px;
    margin-bottom: 20px;
    color:#000000;
    font-size:12px;
    font-weight:bold;

}

#menu a {
    display:inline-block;
    height:30px;
    line-height: 30px;
    vertical-align: middle;
    color:#0096d6;
    font-size:12px;
    margin-right: 25px;
    font-weight:normal;
    margin : 0px;
    text-decoration:none;
}

#menu a img {
    margin : 0px 5px 0px 0px;
    padding:0px;
}

#menu a span {
    display:inline-block;
    margin : 0px 10px 4px 0px;
    padding:0px;
}

#menu a:hover {
    color: #0986d0;
    font-size: 15px;
    font-weight: bold;
}

h3 {
    color:#FFF;
    display:block;
    height:17px;
    padding:5px;
    margin :auto;
    margin-top: 20px;
    width:1001px;
    background-color: #3399CC;
    background-repeat:repeat-x;
    font-size:17px;

    font-weight:normal;
}

.tablo_propal {
    background-color:#FFF;
    color:#333;
    font-size:12px;

    width:1011px;
    margin:auto;
    border:1px solid #0073BE;
    padding:5px;
    margin-top:0px;
}

.tablo_propal form {
    margin :0px;
    padding:0px;
}

.tablo_propal form select {
    width:50px;
}

.tablo_propal td {
    margin-top:5px;
    display:table-cell;
    vertical-align:middle;
}

.tablo_propal td p {
margin :20px;
}

.tablo_propal th {
    padding : 5px;
    border-bottom:1px solid #0073BE;
}

#nouvelle {
    margin:0px;

    font-weight:bold;
    color:#333333;
}

#nouvelle:hover {
    color:#0073BE;
}

#name 
{
	display:inline-block;
	height:30px;
	vertical-align: middle;
	line-height: 30px;
	margin-right:40px;
}

.action {
    display:block;
    background-image: linear-gradient(bottom, rgb(7,108,176) 35%, rgb(0,114,190) 68%, rgb(7,108,176) 84%);
    background-image: -o-linear-gradient(bottom, rgb(7,108,176) 35%, rgb(0,114,190) 68%, rgb(7,108,176) 84%);
    background-image: -moz-linear-gradient(bottom, rgb(7,108,176) 35%, rgb(0,114,190) 68%, rgb(7,108,176) 84%);
    background-image: -webkit-linear-gradient(bottom, rgb(7,108,176) 35%, rgb(0,114,190) 68%, rgb(7,108,176) 84%);
    background-image: -ms-linear-gradient(bottom, rgb(7,108,176) 35%, rgb(0,114,190) 68%, rgb(7,108,176) 84%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.35, rgb(7,108,176)),
        color-stop(0.68, rgb(0,114,190)),
        color-stop(0.84, rgb(7,108,176))
    );

    padding:5px;
    color:#FFF;
    text-decoration:none;
    text-align:center;
    width:150px;
    cursor: pointer;
    border:0px;
}

.action3 {
    padding:5px;
    color:#0073BE;
    text-decoration:none;
    text-align:center;
    text-decoration:underline;
}

.send {
    width:200px
}

.aucun {
    width:999px;
    padding:5px;
    border:1px solid #0073BE;
    margin:auto;
    background-color:#FFF;
    color:#333;
    font-size:12px;

}

#ask {
    margin-top:30px;
    margin:auto;
}

#ask h2 
{
	font-size:20px;
	font-weight:bold;
	color:#3399CC;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-top: 10px;
}

#ask label 
{
	font-size:12px;
	font-weight: normal;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	width:250px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: left;
}

#ask .separate
{
	width: 48%;
	display: inline-block;
	margin-left: 11px;
}

#ask .separate div
{
	margin: 5px 0px;
/*	background-color: #E1E1E1;*/
	padding:3px 10px;
}


#ask .info_client
{
	clear: both;
}

#ask input[type="text"]
{
	width: 230px;
	height : 30px;
	padding: 2px;
}

#ask .contract
{
	width: 100%;
}

#ask .contract div
{
	margin: 5px 10px;
	background-color: #E1E1E1;
	padding:3px 10px;
	text-align: center;
}

#ask select
{
	width: 230px;
	height: 30px;
	padding: 2px;
}

#ask p {
    font-size:12px;
    font-weight:bold;
    color:#FFF;

    margin-left:10px;
}

#ask #envoyer {
    margin:auto;
}

#ask a {
    text-decoration:none;
    font-size:15px;
    font-weight:bold;
    color:#FFF;

    margin-left:10px;
}

#pdf {
    margin-top:30px;
    height:516px;
    width:800px;
    margin:auto;
}

#pdf h2 {
    font-size:20px;
    font-weight:bold;
    margin-top: 10px;
}

#pdf label {
    font-size:14px;
    font-weight:normal;
    display:block;
    width:250px;
    margin-top:5px;
}

#pdf input {
    margin-top:5px;
    width: 200px;
}

#pdf p {
    font-size:12px;
    font-weight:bold;
    color:#FFF;

    margin-left:10px;
}

#pdf #envoyer {
    margin:auto;
}

#pdf a {
    text-decoration:none;
    font-size:15px;
    font-weight:bold;
    color:#FFF;

    margin-left:10px;
}



.connect_direct {
    text-decoration:none;
    font-size:15px;
    font-weight:bold;
    color:#FFF;

    text-align:left;
}


.warning_montant {
    font-size:12px;
    font-weight:bold;
    color:red;
    width :525px;
    text-align:center;
}

.vlaCalendarPicker {
	position: absolute;
	z-index: 999;
	
	margin-top: -5px;
	margin-left: -2px;
	
	display: none;
}

.vlaCalendarPicker .pickerBackground {
	background: transparent url('../img/calendar_background.png') no-repeat top center;
	padding: 16px;
	height: 130px;
	width: 166px;
	overflow: hidden;
}

/* Background for IE6 - code does not validate as it is a hack */
*html .vlaCalendarPicker .pickerBackground {
	background-image: url('../img/calendar_background.gif');
}

/* Main calendar */

.vlaCalendar, .vlaCalendar table {
	font-family: calibri, arial !important;
	color: black;
	font-size: 12px !important;
}

.vlaCalendar {
	display: block;
	width: 164px;
}
.vlaCalendar .container, .vlaCalendar .container div {
	width: 164px;
	height: 130px;
	text-align: left;
	position: absolute;
	overflow: hidden;
}

.vlaCalendar span.indication {
	display: block;
	text-align: center;
}

.vlaCalendar table {
	margin-top: 8px;
	text-align: right;
	border-collapse: collapse;
	background-color: white; /* <- IE ugly text in transition fix  */
}

.vlaCalendar .picker td {
	cursor: pointer;
}

/* Label & arrows */

.vlaCalendar .label:hover {
	color: #0066cc;
	cursor: pointer;
}
.vlaCalendar .noHover:hover {
	color: black;
	cursor: default;
}

.vlaCalendar .arrowLeft, .vlaCalendar .arrowRight {
	background: transparent url('../img/arrowleft.gif') no-repeat center;
	height: 12px;
	width: 10px;
	cursor: pointer;
}
.vlaCalendar .arrowLeft {
	margin-left: 5px;
	float: left;
}
.vlaCalendar .arrowLeft:hover {
	background-image: url('../img/arrowleft_hover.gif');
}
.vlaCalendar .arrowRight {
	margin-right: 5px;
	float: right;
	background-image: url('../img/arrowright.gif');
}
.vlaCalendar .arrowRight:hover {
	background-image: url('../img/arrowright_hover.gif');
}

/* Month */

.vlaCalendar .month th {
	text-align: center;
	font-weight: normal;
	width: 24px;
	padding-bottom: 1px;
	border-bottom: 1px solid #f5f5f5;
}

.vlaCalendar .month td {
	padding-right: 3px;
	height: 15px;
}

.vlaCalendar .month tr.firstRow td {
	padding-top: 2px;
}

.vlaCalendar .month td:hover {
	background: url('../img/day_hover.gif') bottom no-repeat;
	color: #0066cc;
}

.vlaCalendar .month td.selected {
	background: url('../img/day_selected.gif') bottom no-repeat;
	color: #0066cc;
}
.vlaCalendar .month td.selected:hover {
	background-image: url('../img/day_selected_hover.gif');
}

.vlaCalendar .month td.outsideDay {
	color: #a8a8a8;
}
.vlaCalendar .month td.outsideDay:hover {
	color: #b1c5fc;
}

/* Year & decade */

.vlaCalendar .year {
	margin-left: 2px;
}

.vlaCalendar .year td {
	width: 40px;
	height: 35px;
	text-align: center;
	cursor: pointer;
}
.vlaCalendar .year td:hover {
	background: url('../img/month_hover.gif') center no-repeat;
	color: #0066cc;
}

.vlaCalendar .year td.selected {
	background: url('../img/month_selected.gif') center no-repeat;
}
.vlaCalendar .year td.selected:hover {
	background-image: url('../img/month_selected_hover.gif');
}

.vlaCalendar .year td.current {
	background: url('../img/month_current.gif') center no-repeat;
	color: #0066cc;
}
.vlaCalendar .year td.current:hover {
	background-image: url('../img/month_current_hover.gif');
}

.vlaCalendar .year td.selectedcurrent {
	background: url('../img/month_selectedcurrent.gif') center no-repeat;
}
.vlaCalendar .year td.selectedcurrent:hover {
	background-image: url('../img/month_selectedcurrent_hover.gif');
}

.vlaCalendar .year td.outsideYear {
	color: #a8a8a8;
}
.vlaCalendar .year td.outsideYear:hover {
	color: #b1c5fc;
}

.retour {
width:200px;
display:block;
font-size:13px;
font-weight:bold;
color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
margin:auto;
text-decoration:none;
}

.radius10
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.radius5
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.radiusdemi10
{
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius:  5px 5px 0px 0px;
	border-radius:  5px 5px 0px 0px;
}

.inline
{
	display: inline-block;
}

.btn_proba
{
	background-color:#CCC;
	border:1px solid; 
	margin-left: 2px;
}

#copy
{
	float:left;
}

#mention
{
	float:right;
}

.black
{
    background-color: #000;
}

.redbutton, .report_btn {
    display: inline-block;
    border: none;
    border-radius: 0px 6px 0px 6px;
    border-color: #0096d6;
    background-color: #0096d6;
    color: white;
    font-size: 16px;
    max-height: 64px;
    padding: 5px 15px;
    text-align: -webkit-center;
    max-width: 220px;
    text-decoration: none;
    font-weight: bold;
}

.redbutton:hover, .report_btn:hover{
    cursor: pointer;
    background-color: #006699;
}

.report_btn{
    width: 100px;
    margin-top: 20px;
    height: 38px;
    margin-right: 9px;
    display: inline;
    float: right;
}

.secondaybutton {
    display: inline-block;
    border: none;
    border-radius: 0px 6px 0px 6px;
    border-color: #767676;
    background-color: #767676;
    color: white;
    font-size: 16px;
    max-height: 64px;

    padding: 5px 15px;
    text-align: -webkit-center;
    max-width: 220px;
    text-decoration: none;
    font-weight: bold;
}

.secondaybutton:hover{
    cursor: pointer;
    background-color: #5a5a5a;
}

.left{
    display: inline-block;
    width: 400px;
    vertical-align: top;
    margin-right: 50px;
    margin-left: 30px;
}

.right{
    display: inline-block;
    width: 600px;
    vertical-align: top;
}
.cond_smart {
    display: inline-block;
    width: 600px;
    vertical-align: top;
    margin-left: 40px;
}
.cond_smart {
    font-size: 12px;
}

.accessoire{
    display: inline-block;
    vertical-align: top;
}

.champ{
    display: inline-block;
    vertical-align: top;
}
.titre_liste p{
    margin-left: 10px
}
.marge{
    font-size: 11px;
    width: 70px;
    text-align: left;
    border-right:#d2d0ce solid 2px
}
.installation{
    font-size: 11px;
    width: 90px;
    text-align: left;
    border-right:#d2d0ce solid 2px
}
.description{
    font-size: 11px;
    width: 130px;
    text-align: left;
    border-right:#d2d0ce solid 2px
}
.description_champ{
    font-size: 11px;
    width: 249px;
    text-align: left;
    border-right:#d2d0ce solid 2px
}
.action_champ{
    font-size: 11px;
    width: 86px;
    text-align: left;
    border-right:#d2d0ce solid 2px
}
.prix_champ{
     font-size: 11px;
     width: 191px;
     text-align: left;
     border-right:#d2d0ce solid 2px
 }
.client{
    font-size: 11px;
    width: 70px;
    text-align: left;
    border-right:#d2d0ce solid 2px
}
.mensuel{
    font-size: 11px;
    width: 70px;
    text-align: left;
    border-right:#d2d0ce solid 2px
}
.action-menu{
    background: url(../img/action-bouton.png);
    background-position: 10px 6px;
    height: 40px;
    width: 90px;
    background-repeat: no-repeat;
}
.action-menu:hover {
    cursor: pointer;
}
.liste-action{
    display: none;
    position: relative;
    width: 50px;
    left: -68px;
    border: #525355 solid 2px;
    top: -19px;
    background: white;
}
.cut-border{
    position: relative;
    height: 4px;
    width: 50px;
    background-color: white;
    top: -4px;
    left: 18px;
    z-index: 3;
}
.liste-action li{
    list-style-type: none;
}

.liste-action input{
    background-color: white;
    border: none;
}

.liste-action input{
    background-color: white;
    border: none;
    height: 100%;
    width: 100%;
    text-align: left;
    font-size: 10px;
    border-bottom: #cfcdcb solid 1px;
    min-height: 20px;
}

.liste-action form{
    width: 134px;
    border-bottom: black solid 1px;
    margin-left: -40px;
}

.liste-action input:hover{
    cursor: pointer;
    background-color: #357ac1;
    color: white;
}

#lienAction p{
    display: block;
    color: #000000;
    margin-left: 5px;
    margin-bottom: 3px;
    font-weight: bold;
}

#lienAction a:hover{
    text-decoration: underline;
}

#lienAction a{
    display: block;
    color: #0096d6;
    text-decoration: none;
    margin-left: 5px;
    font-weight: normal;
    margin-bottom: 2px;
}

#lienAction input:hover{
    text-decoration: underline;
    cursor: pointer;
}

#lienAction input{
    display: block;
    color: #0096d6;
    text-decoration: none;
    margin-left: 5px;
    font-weight: normal;
    margin-bottom: 2px;
    border: none;
    background-color: #ffffff;
    margin-left: 0px;
}

.redbutton-lite {
    display: inline-block;
    border: none;
    border-radius: 0px 6px 0px 6px;
    border-color: #0096d6;
    background-color: #0096d6;
    color: white;
    font-size: 12px;
    max-height: 64px;
    padding: 5px 15px;
    text-align: -webkit-center;
    max-width: 220px;
    text-decoration: none;
    font-weight: bold;
}

.redbutton-lite:hover{
    cursor: pointer;
    background-color: #006699;
}
.content_form{
    display: block;
    vertical-align: top;
    margin: auto;
    margin-bottom: 15px;
    overflow: auto;
}

.content_form label
{
    display: inline-block;

}

.left_form{
    display: block;
    width: 260px;
    margin-left: 63px;
    vertical-align: top;
    float:left;
}
.right_form{
    display:block;
    width: 260px;
    vertical-align: top;
    float:right;
}

.bottom_submit{
    display: block;
   text-align: right;
   margin: auto;
   border-top: #cdcccb solid 2px;
}

.field_obligatoire{
    color: red;
    display: inline-block;
}

#filter
{
    padding:20px;
}

#filter input
{
    margin-right: 40px;
}

#filter select
{
    margin-right: 40px;
}

table#table_user {
    border-collapse: collapse;
}
table#table_user th{
    background: #0099d7;
    color: #ffffff;
}
table#table_user td{
    cursor: default;
    padding: 10px 20px 10px 20px;
    color: #000000;
    text-align: left;
    border : 1px solid #cfcfcf;
    display: table-cell;
    vertical-align: inherit;
}


.ui-widget-header {
    border: 1px solid #0096d6;
    background: #0096d6;
    color: #fff;
    font-weight: bold;
}

.report_table .separate{
    width: 100% !important;
}
.report_table td{
    width: 50%;
}


#ask .separate input[type="text"]
{
    width: 222px;
    height : 30px;
    padding: 2px;
}

.btn_submit{
    width: 92%;
    display: inline-block;
}

.report_all p{
    color: #000000 !important;
    font-weight: normal !important;
    padding: 15px !important;
    font-size: 15px!important;
}