* {
	margin: 0;
	padding: 0;
}
html, body {
	height:100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	background-color: white;
}
h1 {
	font-size: 16px;
	color:#333;
}
h2 {
}
.font-333 {
	color: #333;
}
.font-333-bold {
	color: #333;
	font-weight: bold;
}
.font-12px-bold {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.font-12px {
	font-size: 12px;
}

.font-14px-bold {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.font-14px {
	font-size: 14px;
}


.font-blue {
	color: #FF7800;
}
.font-blue-bold {
	color: #FF7800;
	font-weight: bold;
}
.font-red {
	color: #F00;
}
.red-bold {
	color: #FF0000;
	font-weight: bold;
}
a {
	color:#FF7800;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0px;
	padding: 0px;
}
hr {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6C6;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
img {
	border:none;
}
ol, ul {
	list-style-type: none;
}
div {
	display: block;
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	padding: 5px;
}
input[type="text"], input[type="password"] {
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

   
    
input[type="submit"], input[type="reset"], input[type="button"], .button_custom {
	line-height: 24px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	height: 24px;
	border: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #4E4A5D;
	background-image: url(../images/bg-btn.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-right: 5px;
	padding-left: 5px;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover , .button_custom:hover {
	background-color: #94919D;
	background-image: url(../images/bg-btn-hover.png);
}
.button_custom {
    padding: 5px 18px;
}
input[type="checkbox"] {
	margin: 0px;
}
input[type="radio"] {
	margin: 0px;
}
input[type="text"], input[type="password"], select, textarea {
	color: #333;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #F2F2F2;
	background-image: url(../images/bg-select.png);
	background-repeat: repeat-x;
	background-position: top;
	transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, -moz-box-shadow linear .2s;
	-webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
}
input[type=text]:hover, input[type=password]:hover, textarea:hover {
	outline:none;
	border:1px solid #333;
	cursor:text!important;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	outline: none;
	border-color: rgba(255,95,0,1)!important;
	box-shadow: 0px 0px 8px rgba(255,95,0,1);
	-moz-box-shadow: 0 0 8px rgba(255,95,0,1);
	-webkit-box-shadow: 0 0 8px rgba(255,95,0,1);
}

input[type=text]::-ms-clear {
    display: none;
}


.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
	clear:both
}
div.clear {
	clear:both;
	overflow:hidden;
}
.font-333 {
	color: #333;
}
.font-blue {
	color: #FF7800;
}
#main {
	min-height: 600px;
	min-width: 780px;
	padding-top: 60px;
	padding-bottom: 10px;
}
#main .search {
	padding: 0px;
	min-width: 760px;
}
#main .results {
	padding: 0px;
	min-width: 760px;
}
#main select {
	min-height: 22px;
	line-height: 22px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
#main .main-titre {
	margin: 10px;
	background-color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
#main .main-box {
	border:1px solid #C6C6C6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#main .main-box-header {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding-left: 10px;
	background-color: #F0F0F0;
	background-image: url(../images/bg-main-box-header.png);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 35px;
	height: 35px;
	padding-right: 10px;
}
#main .main-box-header-grand {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding-left: 10px;
	background-color: #F0F0F0;
	background-image: url(../images/bg-main-box-header-grand.png);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 50px;
	height: 50px;
	padding-right: 10px;
}
#main .main-box-header-arrow {
	padding-top: 10px;
}
#main .main-box-header-full {
	margin: 10px;
	border:1px solid #C6C6C6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #F0F0F0;
	background-image: url(../../../../images/bg-main-box-header.png);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}
#main .main-box-header-right {
	float: right;
	font-size: 12px;
}
#main .main-box-content {
	padding: 15px;
}
#main .main-box-content-topgrey {
	background-color: #EEE;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 15px;
}

#main .main-box-content-topgrey-detail {
	padding-left: 30px;
}

#main .main-box-content-datagrid {
	padding: 5px;
}
#main #fiche-prospect {
	min-height: 260px;
}
#main #fiche-prospect #main-box-content-left {
	width: 500px;
	float: left;
	margin-right: 20px;
}
#main #fiche-prospect #main-box-content-right {
	float: left;
	width: 208px;
}
#main #fiche-prospect #main-box-content-right #fiche-prospect-client {
	margin-bottom: 5px;
}
#main #fiche-prospect #main-box-content-right #fiche-prospect-client ul {
	margin: 0px;
	padding: 0px;
}
#main #fiche-prospect #main-box-content-right #fiche-prospect-client ul li {
	line-height: 16px;
	height: 16px;
}
#main #fiche-prospect #main-box-content-right #fiche-prospect-client ul li span {
	float: left;
	padding-right: 5px;
}
#main #fiche-prospect #main-box-content-right #fiche-prospect-client #fiche-prospect-client-header {
	line-height: 25px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C5C5;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}
#main #fiche-prospect #main-box-content-right #fiche-prospect-client #fiche-prospect-client-header img {
	float: right;
}
#main #fiche-prospect #main-box-content-right #fiche-prospect-suivi 
{
    margin-top: 15px;
}
#main #fiche-prospect #main-box-content-right #fiche-prospect-suivi #fiche-prospect-suivi-header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C5C5;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	
	margin-bottom: 5px;
	height: 38px;
	background-image: url(../images/bg-fiche-prospect-suivi.png);
	background-repeat: no-repeat;
	background-position: right 13px;
}
#main #fiche-prospect #main-box-content-right #fiche-prospect-suivi #fiche-prospect-suivi-header span {
	float: left;
	padding-top: 15px;
	padding-right: 8px;
}
#main #fiche-prospect #main-box-content-right #fiche-prospect-suivi ul {
	margin: 0px;
	padding: 0px;
}
#main #fiche-prospect #main-box-content-right #fiche-prospect-suivi ul li {
	display: block;
	padding-left: 20px;
	height: 16px;
	overflow: hidden;
	margin-bottom: 8px;
	line-height: 16px;
}
#main #fiche-prospect #main-box-content-right #fiche-prospect-suivi ul li#followers {
	background-image: url(../images/suivi-followers.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	margin-bottom: 0px;
	line-height: 13px;
}
#main #fiche-prospect #main-box-content-right #fiche-prospect-suivi ul li#origin {
	background-image: url(../images/suivi-origin.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#main #fiche-prospect #main-box-content-right #fiche-prospect-suivi ul li#checked {
	background-image: url(../images/suivi-checked.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#main #fiche-prospect #main-box-content-right #fiche-prospect-suivi ul li#todo {
	background-image: url(../images/suivi-todo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
}
#main #fiche-prospect #main-box-content-right #fiche-prospect-suivi ul li#campagne {
	background-image: url(../images/suivi-campagnes.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#main #fiche-prospect select {
	height: 22px;
	line-height: 22px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
#main #recherche-vehicule select {
	height: 22px;
	line-height: 22px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
/*Fiche vehicule*/
#fiche-vehicule {
	min-height: 200px;
	min-width: 760px;
}
#fiche-vehicule #main-box-content-left {
	width: 500px;
	float: left;
	margin-right: 20px;
}
#fiche-vehicule #main-box-content-right {
	float: left;
	width: 208px;
}
#main #fiche-vehicule select {
	height: 22px;
	line-height: 22px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
#main #fiche-vehicule-left {
	width: 250px;
	float: left;
	text-align: center;
	margin-right: 20px;
}
#main #fiche-vehicule-left img {
	padding: 10px;
	margin-bottom: 5px;
}
#main #fiche-vehicule-right {
	width: 458px;
	float: left;
	font-weight: bold;
}
#main #fiche-vehicule-right .available {
	font-weight: bold;
	color: #7EAE00;
}
#main #fiche-vehicule-right .arrivage {
	font-weight: bold;
	color: #eea132;
}
#main #fiche-vehicule-right .reserved {
	font-weight: bold;
	color: #f51500;
}
#main #fiche-vehicule-right .prix {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #8F8C99;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#main #fiche-vehicule-right .prix-strike {
	text-decoration: line-through;
	font-size: 14px;
}
#main #fiche-vehicule-right #sale {
	float: right;
	color: #FFF;
	background-image: url(../images/bg-sale.png);
	height: 75px;
	width: 75px;
	text-align: center;
	padding-top: 20px;
	background-repeat: no-repeat;
}
#main #fiche-vehicule-right #sale .remise {
	font-size: 14px;
	font-weight: bold;
}
#main #fiche-vehicule-right ul {
	margin: 0px;
	padding: 0px;
}
#main #fiche-vehicule-right ul li {
	line-height: 26px;
	height: 26px;
}
#main #offre-steps {
	margin: 10px;
	line-height: 36px;
	height: 36px;
	background-image: url(../../../../images/bg-offre-steps.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
#main #offre-steps ul {
	float: left;
	color: #4c1743;
}
#main #offre-steps ul li {
	float: left;
	width: 120px;
}
#main #offre-steps ul li a {
	display: block;
	color: #4c1743;
	padding-left: 10px;
}
#main #offre-steps ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#main #offre-steps ul li a.active {
	color: #FFF;
}
#main #offre-steps ul li span {
	padding-left: 10px;
}
#main #offre-steps ul li span.active {
	color: #FFF;
}
#main #offre-steps #offre-total {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #8F8C99;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-right: 10px;
	padding-left: 10px;
	height: 36px;
	line-height: 36px;
}
#main #commande-steps {
	margin: 10px;
	line-height: 36px;
	height: 36px;
	background-image: url(../../../../images/bg-cde-steps.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
#main #commande-steps ul {
	float: left;
	color: #4c1743;
}
#main #commande-steps ul li {
	float: left;
	width: 120px;
}
#main #commande-steps ul li a {
	display: block;
	color: #4c1743;
	padding-left: 10px;
}
#main #commande-steps ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#main #commande-steps ul li a.active {
	color: #FFF;
}
#main #commande-steps ul li span {
	padding-left: 10px;
}
#main #commande-steps ul li span.active {
	color: #FFF;
}
#main #commande-steps #commande-total {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #8F8C99;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-right: 10px;
	padding-left: 10px;
}


#main #offre-multi-steps {
	margin: 10px;
	line-height: 36px;
	height: 36px;
	background-image: url(../../../../images/bg-offre-multi-steps.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
#main #offre-multi-steps ul {
	float: left;
	color: #4c1743;
}
#main #offre-multi-steps ul li {
	float: left;
	width: 120px;
}
#main #offre-multi-steps ul li a {
	display: block;
	color: #4c1743;
	padding-left: 10px;
}
#main #offre-multi-steps ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#main #offre-multi-steps ul li a.active {
	color: #FFF;
}
#main #offre-multi-steps ul li span {
	padding-left: 10px;
}
#main #offre-multi-steps ul li span.active {
	color: #FFF;
}
#main #offre-multi-steps #offre-total {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #8F8C99;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-right: 10px;
	padding-left: 10px;
	height: 36px;
	line-height: 36px;
}
#main #commande-multi-steps {
	margin: 10px;
	line-height: 36px;
	height: 36px;
	background-image: url(../../../../images/bg-offre-steps.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
#main #commande-multi-steps ul {
	float: left;
	color: #4c1743;
}
#main #commande-multi-steps ul li {
	float: left;
	width: 120px;
}
#main #commande-multi-steps ul li a {
	display: block;
	color: #4c1743;
	padding-left: 10px;
}
#main #commande-multi-steps ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#main #commande-multi-steps ul li a.active {
	color: #FFF;
}
#main #commande-multi-steps ul li span {
	padding-left: 10px;
}
#main #commande-multi-steps ul li span.active {
	color: #FFF;
}
#main #commande-multi-steps #commande-total {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #8F8C99;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-right: 10px;
	padding-left: 10px;
}



#main #offre-prix-vente {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6C6;
	margin-bottom: 30px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
}
#main #offre-prix-reprise {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6C6;
	margin-bottom: 30px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
}

#main #offre-sous-total {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6C6C6;
	line-height: 34px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	width: 410px;
	float: right;
	margin-bottom: 10px;
}
#main #offre-sous-total img {
	float: right;
	padding-left: 14px;
	padding-top: 8px;
}
#main #offre-total {
	height: 30px;
	line-height: 30px;
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #8F8C99;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#main #offre-total-remise {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6C6C6;
	line-height: 34px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	width: 350px;
	float: right;
	margin-bottom: 10px;
}
#main #offre-total-reprise {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6C6C6;
	line-height: 34px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
	width: 350px;
	float: right;
	margin-bottom: 10px;
}
#main #offre-navigation {
	height: 22px;
	padding: 10px;
}
#main #offres-footer {
	font-weight: bold;
	font-size: 12px;
	padding-top: 15px;
}
#main #offres-identification-left {
	float: left;
	width: 350px;
}
#main #offres-identification-right {
	float: left;
	width: 350px;
}
#main #offres-identification-right #offres-options-disponibles {
	font-weight: bold;
	color: #333;
	height: 16px;
	line-height: 16px;
	padding-bottom: 5px;
}
#main #fiche-offre-right {
	float: right;
	text-align: center;
}
#main #fiche-offre-right img {
	border: 1px solid #C6C6C6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-bottom: 5px;
}
#main #fiche-offre-left {
	float: left;
	font-weight: bold;
}
#main #fiche-offre-left .available {
	font-weight: bold;
	color: #7EAE00;
}
#main #fiche-offre-left .arrivage {
	font-weight: bold;
	color: #eea132;
}
#main #fiche-offre-left .reserved {
	font-weight: bold;
	color: #f51500;
}
#main #fiche-offre-left .prix {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #8F8C99;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#main #fiche-offre-left ul {
	margin: 0px;
	padding: 0px;
}
#main #fiche-offre-left ul li {
	line-height: 26px;
	height: 26px;
}
#creation_prospect {
	margin: 10px;
	border:1px solid #C6C6C6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
}
#creation_prospect .main-box-header {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding-left: 15px;
	background-color: #F0F0F0;
	background-image: url(../images/bg-main-box-header.png);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 35px;
	height: 35px;
}
#creation_prospect .main-box-content {
	padding: 15px;
}
/*Tabbed Box*/
.tabbed-box {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}
.tabbed-box-header {
	margin-bottom: -1px;
	height: 35px;
}
.tabbed-box-header ul {
}
.tabbed-box-header ul li.tab_link {
	background-color: #DBDBDB;
	background-image: url(../images/bg-tabbed-box.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	margin-right: 5px;
	border: 1px solid #C6C6C6;
	border-bottom: 0;
	float: left;
	line-height: 34px;
	height: 34px;
}
.tabbed-box-header ul li.tab_link:hover {
	background-color: #FFFFFF;
	background-image: url(../images/bg-tabbed-box-hover.png);
}
.tabbed-box-header ul li.tab_link_selected {
	background-image: url(../images/bg-tabbed-box-selected.png);
}
.tabbed-box-header ul li.tab_link_selected:hover {
	background-image: url(../images/bg-tabbed-box-selected.png);
}
.tabbed-box-header ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	display: block;
	float: left;
	padding-left: 6px;
}
.tabbed-box-header ul li a:hover {
	text-decoration: none;
}
.tabbed-box-header ul li a img {
	float: left;
	margin-top: 5px;
}
.tabbed-box-header ul li a span {
	float: left;
	white-space: nowrap;
	padding-right: 6px;
	padding-left: 6px;
	cursor: hand;
}
.tabbed-box-header ul li a.tabbed-box-add-button {
	padding-right: 0px;
	margin-left: 6px;
	padding-left: 0px;
	position: relative;
	top: 7px;
	right: 6px;
}
.tabbed-box-header ul li a.tabbed-box-add-button img {
	padding: 0px;
	margin: 0px;
}
.tabbed-box-header ul li .tabbed-box-notifications {
	border:2px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:0px 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.5);
	line-height: 16px;
	height: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/bg-notification.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 7px;
	margin-right: 6px;
}
.notifications-top {
	float: right;
	position: relative;
	top: -40px;
	right: -12px;
}
.notifications-top-img {
	float: left;
	padding-left: 5px;
}
.tabbed-box-content {
	border: 1px solid #C6C6C6;
	border-top-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding: 5px;
	min-height: 195px;
}
.tabbed-box-content-infos {
	border: 1px solid #C6C6C6;
	border-top-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	padding: 15px;
	min-height: 195px;
}

.tabbed-box-content-infos-header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6C6;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	height: 24px;
	color: #FF7800;
	margin-bottom: 10px;
}
.tabbed-box-content-infos-header2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6C6;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	color: #FF7800;
	margin-bottom: 10px;
}
.tabbed-box-content-infos-header-update {
	float: right;
	display: block;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	line-height: 16px;
	height: 16px;
	padding-top: 6px;
	margin-left: 10px;
}
#main .tabbed-box-content-infos-header span {
	float: left;
}
.tabbed-box-content-infos-header img {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
}
.tabbed-box-content-infos-box {
	padding-top: 10px;
	padding-bottom: 20px;
}
.tab_text {
	display: none;
}
.active_tab {
}
.next_tab {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
}
.clear {
	clear: both;
}
.zone-grise {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #8F8C99;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.zone-rouge {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #f51500;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#btn-famille {
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	line-height: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 3px;
}

#btn-gamme {
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	line-height: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 3px;
}

#btn-marque {
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	line-height: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 3px;
}
#btn-modele {
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	line-height: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 3px;
}
#btn-version {
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	line-height: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 3px;
}

#btn-annee {
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	line-height: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 3px;
}

#btn-more {
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	line-height: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 3px;
}
#btn-less {
	background-image: url(../images/arrow-up.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	line-height: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 3px;
}
#btn-more-implantation {
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 3px;
}
#btn-less-implantation {
	background-image: url(../images/arrow-up.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 3px;
}
#btn-create-prospect {
	background-image: url(../images/btn-plus.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	line-height: 16px;
	height: 16px;
	display: block;
	float: left;
	margin-top: 3px;
}
.btn-validate {
	line-height: 22px;
	color: #FFF;
	height: 22px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #4E4A5D;
	font-weight: bold;
	background-image: url(../images/bg-form-validate.png);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	text-align: center;
}

.btn-validate:hover {
	background-color: #94919D;
	background-image: url(../images/bg-form-validate-hover.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-decoration: none;
	cursor:hand;
}
.btn-validate img {
	float: left;
	padding-top: 3px;
	padding-right: 5px;
}

.btn-retour {
	line-height: 35px;
	color: #FFF;
	height: 35px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #4E4A5D;
	font-weight: bold;
	background-image: url(../images/bg-form-validate.png);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
	text-align: center;
}

.btn-retour:hover {
	background-color: #94919D;
	background-image: url(../images/bg-form-validate-hover.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-decoration: none;
	cursor:hand;
}

.btn-retour img {
	float: left;
	padding-top: 3px;
	padding-right: 5px;
}
.btn-prev {
	line-height: 22px;
	color: #FFF;
	height: 22px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-weight: bold;
	background-image: url(../images/bg-prev.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-align: center;
	width: 8px;
	cursor:hand;
}
.btn-prev:hover {
	background-image: url(../images/bg-prev-hover.png);
	text-decoration: none;
}
.btn-next {
	line-height: 22px;
	color: #FFF;
	height: 22px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-weight: bold;
	background-image: url(../images/bg-next.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	text-align: center;
	width: 8px;
	cursor:hand;
	margin-left: 5px;
}
.btn-next:hover {
	background-image: url(../images/bg-next-hover.png);
	text-decoration: none;
}
/* eSeller Form */
.form-search {
}
.form-row {
	height: 34px;
}
.form-row-64 {
	height: 64px;
}
.form-last-row {
	height: 24px;
}
.form-row input[type="text"] {
	float: left;
}
.form-row input[type="radio"] {
	float: left;
	margin-top: 4px;
}
.form-row input[type="checkbox"] {
	float: left;
	margin-top: 4px;
}
.form-row input[type="checkbox"] {
	float: left;
	margin-top: 4px;
}
.form-row input[type="submit"], input[type="reset"], input[type="button"] {
	float: left;
	margin-right: 5px;
}
.form-row select {
	float: left;
}

.form-row label {
	float: left;
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
}
form .label-first-fiche-prospect {
	width: 95px;
	padding-left: 0px;
}
form .btn-img {
	float: left;
	padding-top: 4px;
	padding-left: 3px;
}
form .essai {
	line-height: 24px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-align: center;
	height: 24px;
	border: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #4E4A5D;
	background-image: url(../images/bg-btn.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-right: 5px;
	padding-left: 5px;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
}
.saisie_obligatoire {
	color: red;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
}
.saisie_obligatoire_blanc {
	color: white;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
}
/* mise en page tableaux de resultats */
.dataActions {

}

.dataActions-tr-height {
	height: 20px;
}
.datagrid {

}
.datagrid td {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
}
.datagrid-tr-height {
	height: 25px;
	vertical-align: middle;
}
.datagrid-header {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	white-space: nowrap;
	line-height: 20px;
	background-color: #9A0059;
}
.datagrid-header-height {
	height: 20px;
}
.datagrid-header a {
	color: #FFF;
	text-decoration: underline;
}
.datagrid-header a:hover {
	text-decoration: none;
}
.datagrid-item {
	background-color: #FFF;
	height: 25px;
}

.datagrid-item-encours {
	background-color: #00c61c;
}

.datagrid-item-archive {
	background-color: #C03000;
	color: white;
}


.datagrid-item:hover {
	background-color: #D3D3D3;
}
.datagrid-alternate-item {
	background-color: #E5E5E5;
	height: 25px;
}
.datagrid-alternate-item:hover {
	background-color: #D3D3D3;
}
.datagrid-item-offres {
	background-color: #F2F2F2;
}

.datagrid-item-offres:hover {
	background-color: #D3D3D3;
}
.datagrid-alternate-item-offres {
	background-color: #E4E4E4;
}
.datagrid-alternate-item-offres:hover {
	background-color: #D3D3D3;
}
.datagrid-item-doublon {
	background-color: #b3dab6;
}
.datagrid-results {
	line-height: 24px;
	height: 24px;
	font-weight: bold;
	color: #333;
}
.datagrid-footer {
	line-height: 22px;
	height: 22px;
}
.no-results {
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
}
.tabloin {
/*	FONT-SIZE: 10px;
*/	Z-INDEX: 1;
/*	COLOR: #003366;
*/	border: 1px solid #a63093;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.captionform {
	BORDER-RIGHT: #ffdeba 1px;
	BORDER-TOP: #ffdeba 1px;
	FONT-WEIGHT: bold;
	VERTICAL-ALIGN: middle;
	BORDER-LEFT: #ffdeba 1px;
	COLOR: #FFFFFF;
	BORDER-BOTTOM: #ffdeba 1px;
	HEIGHT: 20px;
	background-image: url(../images/bg-datagrid-header.png);
	TEXT-ALIGN: center
}
.titre {
/*	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #003366;*/
}
.tabloin td {
	FONT-SIZE: 11px;
}
.alert_nb_jrs_stock
{
	background-color: red;
	color: white;
}

#main #actions-liste {
	min-height: 535px;
}
#main #actions-liste #dg-actions-liste td {
	padding-right: 2px;
	padding-left: 2px;
}
#main .small-box {
	border:1px solid #C6C6C6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main .small-box-header-full {
	border:1px solid #C6C6C6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F0F0F0;
	background-image: url(../images/bg-main-box-header.png);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main .small-box-header {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	padding-left: 10px;
	background-color: #F0F0F0;
	background-image: url(../images/bg-main-box-header.png);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 35px;
	height: 35px;
	padding-right: 10px;
}
#main .small-box-header h1 img {
	float: right;
	padding-top: 10px;
}
#main .small-box h1 {
	font-size: 14px;
}
#main .small-box-header-full h1 {
	font-size: 14px;
}
#main .small-box-header-full h1 img {
	float: right;
	padding-top: 8px;
}
#main .small-box-header-right {
	float: right;
	font-size: 12px;
}
#main .small-box-content {
	padding: 5px;
}
#main .small-box-content ul {
}
#main .small-box-content ul li {
	line-height: 16px;
	height: 26px;
}
#main .small-box-content ul li a {
	display: block;
}
#main .small-box-content ul li a:hover {
}
#main .small-box-content ul li a img {
	float: left;
	padding-right: 5px;
}
#main .small-box-header a {
	color:inherit;
}
#main .small-box-header a:hover {
	color:inherit;
}
#main .small-box-header a.active {
	color:inherit;
}
#main .small-box-header-full a {
	color:inherit;
}
#main .small-box-header-full a:hover {
	color:inherit;
}
#main .small-box-header-full a.active {
	color:inherit;
}
#main .main-box-content-dashboard {
	padding: 10px;
}
#calendar-display {
}
#calendar-display li {
	float: left;
	line-height: 22px;
	height: 22px;
}
#calendar-display .calendar-display-first {
	border: 1px solid #C6C6C6;
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 0px;
}
#calendar-display .calendar-display-last {
	border-top-left-radius: 0px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	margin-right: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C6C6C6;
	border-right-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
}
#calendar-display .calendar-display-selected {
	color: #FFF;
	background-color: #3A8DBA;
}
#calendar-display li a {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C6C6C6;
	border-right-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
}
#calendar-display li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #3A8DBA;
}
#paginer {
	padding-top: 10px;
}
#paginer td {
	line-height: 16px;
}
.origine-select {
	font-weight: bold;
	text-decoration:  underline;
}
#dashboard-campagnes 
{
	min-height: 300px;
}

#dashboard-full {
	float: left;
}

#dashboard-left {
	float: left;
	width: 570px;
}
#dashboard-right {
	float: left;
	width: 320px;
	margin-left: -10px;
}

#dashboard-agenda {
	min-height: 348px;
}
.notifications {
	border:2px solid #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:0px 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 2px 5px rgba(0,0,0,0.5);
	line-height: 16px;
	height: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/bg-notification.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-right: 4px;
	padding-left: 4px;
	margin-top: 7px;
	margin-right: 6px;
}
#dashboard-agenda-left {
	float: left;
	width: 205px;
}
.dashboard-agenda-left-h1 {
	font-size: 14px;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6c6c6;
}
.dashboard-agenda-left-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6c6c6;
	font-weight: bold;
}
.dashboard-agenda-left-tr {
	background-image: url(../images/bg-agenda-cell.png);
	background-repeat: repeat-x;
}
.dashboard-agenda-left-tr-rdv {
	background-image: url(../images/bg-agenda-cell-rdv.png);
	background-repeat: repeat-x;
}
.dashboard-agenda-left-td-heure {
	padding-left: 5px;
}
.dashboard-agenda-left-td-atelier {
	background-image: url(../images/bg-agenda-cell.png);
	background-repeat: repeat-x;
	color: #999;
}
#dashboard-agenda-right {
	float: right;
	width: 305px;
}
/*#dashboard-agenda-right table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}*/
#dashboard-reporting {
	min-height: 198px;
}
#dashboard-affaires {
	min-height: 138px;
}
#dashboard-prospects {
	min-height: 173px;
}
#dashboard-prospects-last {
	line-height: 16px;
	height: 16px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6C6C6;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding-bottom: 5px;
}
#dashboard-vn {
	min-height: 163px;
}
#dashboard-vn select {
	height: 22px;
	line-height: 22px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
.select-normal {
	height: 22px;
	line-height: 22px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}
.cadre_photo {
	border: 1px solid #C6C6C6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-bottom: 5px;
}
.padding-10 {
	padding: 10px;
}

#footer-btn {
	margin-top: 370px;
	HORIZONTAL-ALIGN: center;
}


.btn-conjoint {
	display: inline-block;
    background-color: #FF7800;
    color: white;
    padding: 2px 7px;
    line-height: 18px;
    border-radius: 5px;
	margin-top: 6px;
	margin-left: 5px;
}

/*** Offres constructeur ***/
div.constructeur-card{
	background-color: #FFF;
	border-radius: 0.5rem;
	box-shadow: 0 0 .875rem 0 rgba(0,0,0,.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	width: 8rem;
	height: 8rem;
	border:1px solid #CCC;
}

div.constructeur-card:hover {
	box-shadow: 0 0 .875rem 0 rgba(0,0,0,.5);
}

div.constructeur-card.selected {
	background-color: #BBEEFF;
}

div.constructeur-card span:first-child {
	padding: 0 1rem;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	justify-content: center;
}

div.constructeur-card span:first-child img {
	max-width: 100%;
	height: auto;
}

div.constructeur-card span:nth-child(2) {
	background-color:rgba(0,0,0,.03);
	border-top:1px solid rgba(0,0,0,.125);
	font-size:0.9rem;
	line-height:0.9rem;
	color:#000;
	padding: .75rem 1.25rem;
	border-radius: 0 0 0.5rem 0.5em;
	text-align:center;
}
/*** Fin offres constructeur ***/

.zoneTitreProForma{
	background-color: #002060;
}

.textWhite{
	color:white!important;
}

.grisProforma{
	background-color: #ccc1da;
}