﻿body {
	background-color: #eae4d5;
	font-family:      	Arial;
	height: 100%;
    	color: #FFFFFF; 
	margin-top: 		0px;
	margin-right: 		0px;
	margin-bottom: 		0px;
	margin-left: 		0px; /* old browsers */
}

.hide{ display:none; }

#chargementpage {
	position: absolute;
	width: 200px;
	height:	80px;
	color: #FFFFFF;
	background: #2a97b7;
	background-color:rgba(42, 151, 183, 0.8);
	border:	#FFF solid 1px;
     	left: 50%; 
     	top: 50%;
     	margin-top: -100px;
     	margin-left: -110px;
 	align: center;
	z-index: 99900;
	padding: 20px;
	font-size: 1.1em;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#header{
	position: absolute;
	top: 10px;
	left: 0;
    	font-size: 0.9em;
    	height:        75px;
    	float:	      	right; 
    	width: 	      	100%; 
    	margin-top: 	0px; 
    	margin-right: 	0px; 
    	margin-bottom: 	0px; 
    	margin-left: 	0px;
	z-index: 999;
	background: #b3cc03;
	background-image: url(headerbackground.png);
	border-top:		#FFF solid 2px;
	border-bottom:		#FFF solid 2px;
}

#header #log
{
	color: 	      		#fe6000;
	float:left;
	margin-left:10px;
	margin-top:40px;
}

#header #log a { color:#ffffff; text-decoration:none;}
#header #log a:hover { color:#9eb202; text-decoration:underline;}

#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 150px;
	height: 75px;
}
.tableaulogo {
	width: 150px;
	height: 60px;
	valign: "middle";
}

#menu a{
    margin-top: 	15px; 
    margin-right: 	30px; 
    float:right;
    text-decoration: none;
    text-shadow: 	0 1px 1px rgba(0,0,0,0.1);
    color: #FFFFFF;
    -webkit-transition: 	all 0.2s ease-in-out;
    -moz-transition: 		all 0.2s ease-in-out;
    transition: 		all 0.2s ease-in-out; 
    font-weight: bold; 
    text-align: right; 
    font-size:1.0em;
}

#menu a:hover{
    color: #fe6000;
}

#contenu{
    font-size:  100%;
	margin-left: 		auto; 
	margin-right: 		auto; 
	margin-top: 100px;
}

#identification{
    	color: #FFFFFF; 
	vertical-align: middle;
	border:				#FFF solid 2px;
	text-align:			center;
	background:url(BandeauChargement.png) center;
	padding: 			10px;
	width: 				300px;
	margin-left: 		auto; 
  	margin-right: 		auto;
 	align:				center;
 }
#identificationTitre{
    color: #FFFFFF; 	
	background-color: 	#2b96b6;
 }
#identification_erreur{
    color: #FF0000; 
    font-size:0.9em;
}

.ContenuGris{
	vertical-align: 	middle;
	padding: 			10px;
 	align:				center;
}

#GroupeContenuGris{
	color: #FFFFFF;
	--background-color: 	#cfc7b2;
	--border: 1px solid #3D3D3D;
	--padding: 			5px;
}

#TitreContenuGris{
	color: 	#00ACC7;
	text-indent:25px;
	font-weight: bold; 
    font-size:1.1em;
}

#LigneFiltre{
	color: 	#666666;
}

.AjoutFormulaire{
	background:url(BandeauFonds.png) center;
	border: 1px solid #000000;
	color: 	#8000bc;
	padding: 4px;
	width: 80%;
}


.iconprospection {
	display: block;
	float:left;
	background-position: 0px 0px;
	background-image: url(BoutonProspection_off.png);
	height:22px;
	width:123px;
	-webkit-transition: 	background 0.5s ease-in-out;
    -moz-transition: 		background 0.5s ease-in-out;
	-o-transition: 			background 0.5s ease-in-out;
    transition: 			background 0.5s ease-in-out;
}

.iconprospection:hover {
	background-image: url(BoutonProspection_on.png);
	background-position: 0px 0px;
	float:left;
	display: block;
	height:22px;
	width:123px; 
}






.iconsupp {
	display: block;
	float:left;
	background-position: 0px 0px;
	background-image: url(icons/SuppOff.png);
	height:16px;
	width:16px;
	-webkit-transition: 	background 0.5s ease-in-out;
    -moz-transition: 		background 0.5s ease-in-out;
	-o-transition: 			background 0.5s ease-in-out;
    transition: 			background 0.5s ease-in-out;
}

.iconsupp:hover {
	background-image: url(icons/SuppOn.png);
	background-position: 0px 0px;
	float:left;
	display: block;
	height:16px;
	width:16px;
}

.iconmodif {
	display: block;
	float:left;
	background-position: 0px 0px;
	background-image: url(icons/modifierOff.png);
	height:16px;
	width:16px;
	-webkit-transition: 	background 0.5s ease-in-out;
    -moz-transition: 		background 0.5s ease-in-out;
	-o-transition: 			background 0.5s ease-in-out;
    transition: 			background 0.5s ease-in-out;
}

.iconmodif:hover {
	display: block;
	float:left;
	background-position: 0px 0px;
	background-image: url(icons/modifier.png);
	height:16px;
	width:16px;
}


.iconfiche {
	display: block;
	float:left;
	background-position: 0px 0px;
	background-image: url(icons/ConsulterFicheOff.png);
	height:16px;
	width:16px;
	-webkit-transition: 	background 0.5s ease-in-out;
    -moz-transition: 		background 0.5s ease-in-out;
	-o-transition: 			background 0.5s ease-in-out;
    transition: 			background 0.5s ease-in-out;
}

.iconfiche:hover {
	background-image: url(icons/ConsulterFicheOn.png);
	background-position: 0px 0px;
	float:left;
	display: block;
	height:16px;
	width:16px;
}

.iconfermer {
	display: block;
	float:right;
	margin-top:-22px;
	background-position: 0px 0px;
	background-image: url(icons/SuppOff.png);
	height:16px;
	width:16px;
	-webkit-transition: 	background 0.5s ease-in-out;
    -moz-transition: 		background 0.5s ease-in-out;
	-o-transition: 			background 0.5s ease-in-out;
    transition: 			background 0.5s ease-in-out;
}

.iconfermer:hover {
	background-image: url(icons/SuppOn.png);
	background-position: 0px 0px;
	float:right;
	display: block;
	height:16px;
	width:16px;
}


#FicheClient  {
	background: #cfc7b2;
	moz-opacity:0.9;
	opacity: 0.9;
	padding: 20px;
	border: 2px solid #FFFFFF;
	float: left;
	font-size: 1.0em;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


#FicheClient .contenu{
	border: 1px solid #3D3D3D;
	color: #8000bc;
	background: #e7e8e6;
	background:url(BandeauFonds.png) center;
}

#FicheClient .contenu a{
	color: #8000bc;
}
#FicheClient .contenu a:hover{
	color: #ffffff;
}


#FicheClient .titre{
	color: #FFFFFF;
	background: #2a97b7;
	border:	#FFF solid 2px;
	height: 40px;
}

#FicheClient .texte{
	background: #484848;
}


#footer
{
	position: absolute;
    float: right;
    color: white;
	margin : 0px;
	bottom: 0;
	left: 0;
    text-align:right;
    font-size:0.6em;
	width: 100%;
	height: 20px;
	background: #b3cc00;
}
#footer a
{
    color: white;
	margin-right:7px;
}
#overlay {
	top: 100px;
	left: 50%;
	position: absolute;
	margin-left: -100px;
	width: 200px;
	text-align: center;
	display: none;
	margin-top: -10px;
	background: #000;
	color: #FFF;
}

@media screen{
	body>div#footer{
		position: fixed;
	}
	body>div#header{
		position: fixed;
	}
	body>div#fade{
		position: fixed;
	}
	body>div#FicheClient{
		position: fixed;
	}
}

#fade { /*--Masque opaque noir de fond--*/
	background: #d2d2d2;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.80;
	z-index: 9998;
}

*html #fade{
position: absolute;
}


/*
INPUT {
     color: white;
     background-color: #484848;
     border-width:1px;
     border-color:#FFFFFF;
}

input[type=submit] {
	background-color: #2b96b6;
	font-weight: bold; 
    border-color:#FFFFFF;
 }
input[type=submit]:hover {
	background-color: #344654;
 }*/
input[type=select] {
	background-color: #2b96b6;
	font-weight: bold; 
    border-color:#FFFFFF;
 }/*
input[type=button] {
	background-color: #2b96b6;
	font-weight: bold; 
    border-color:#FFFFFF;
 }
input[type=button]:hover {
	background-color: #344654;
 }*/








.custom-checkbox, .custom-radio { position: relative; }
	
/* input, label positioning */
.custom-checkbox input, 
.custom-radio input {
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 0;
	z-index: 0;
}

.custom-checkbox label, 
.custom-radio label {
	position: relative;
	z-index: 99;
	font-size: 1.1em;
	padding: 0 0 0 20px;
	cursor: pointer;
}

.custom-checkbox label {
	background: url(images/checkbox.png) no-repeat; 
}

.custom-radio label { 
	background: url(images/radiobutton.gif) no-repeat; 
}


.custom-checkbox label, .custom-radio label {
	background-position: -15px -18px;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus {
	background-position: -15px -118px;
}

.custom-checkbox label.checked, 
.custom-radio label.checked {
	background-position: -15px -218px;
}

.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
	background-position: -15px -318px;
}

.custom-checkbox label.focus, 
.custom-radio label.focus {
	outline: 1px dotted #ccc;
}









