/******************************************************************************/
/*                                  compBody                                  */
/******************************************************************************/

#compBody {
    margin: 9px 0 0;
}
#compBody #compBodyHeader {
    
}
#compBody #compBodyHeader #compBodyFooter {
    
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent {
    
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent .topContentComposants {
    
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent .topContentComposants .titleComposants {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #DDDDDD;
    clear: both;
    color: #000000;
    height: 26px;
    line-height: 26px;
    padding: 0;
    text-align: left;
    text-indent: 10px;
    text-transform: uppercase;  
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent .topContentComposants .titleComposants span {
		color:#000;
		font-size:15px;
		font-weight:700 !important;
    	padding-right: 10px;
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants {
    
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .ligneAccueilContent1 {
    
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .ligneAccueilContent1 .colonneAccueilContent1 {
    
}
#compBody #compBodyHeader #compBodyFooter #compBodyContent .bottomContentComposants {
clear: both;
}
#pageCompte #compBody {
    float: left;
    margin: 20px 0;
   width: 940px;
}

#pageCompte #compBody #compBodyHeader #compBodyFooter {
    padding-bottom: 59px;
}


#pageCompte #compBody #compBodyHeader #compBodyFooter #compBodyContent .descContent{
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    height: 26px !important;
    line-height: 26px !important;
    padding: 0 0 10px !important;
    text-align: center !important;
    text-indent: 0 !important;
	background: url("../image/point.gif") repeat-x scroll 0 bottom !important;

}



.titleContent {
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	margin: 0px 0px 10px 10px;
	text-transform: uppercase;
	color: #4E4741;
}
.descContent {
   background: url("../image/tetiere.gif") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    height: 26px;
    line-height: 26px;
    text-align: left;
}
a.onglet{
   background: #f5f6f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRjZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(100%,#dbdce2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#dbdce2',GradientType=0 ); /* IE6-8 */

    -ms-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;border: 1px solid #ccc;
	
  	color: #000;
    display: block;

    font-size: 11px;
    font-weight: normal;
    padding: 0 0 0 0;
    text-align: center;
	  -webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;  
}
a.onglet:hover{
	  -webkit-box-shadow: inset 0px 0px 3px 1px #b8bac6;
   box-shadow: inset 0px 0px 3px 1px #b8bac6;
   font-size:11px;
   -webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;  
}
.ongletContent {
    display: block;
    height: 52px;
    margin: 20px 0 30px;
}
.ongletContent a {
	
	display: block;
    float: left;
    padding: 8px 0;
	margin: 0 31px 0 45px;
    text-align: center;
    text-decoration: none;
    width:264px;
}

.ongletContent a#transactionsActives{
	float:left;
	margin:0;
}

.ongletContent a#transactionsSoldees{
	margin:0 70px 0 70px;
}

.ongletContent a#monCompte {
	display: block;
    float: right;
   padding:8px 0;
    text-align: center;
    text-decoration: none;
    width: 264px;
	margin: 0 0px 0 0;
}
.ongletContent a.ongletSelected {

background: #0e0e0e;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRjZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-8 */


	-ms-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-weight: normal;
  	margin: 0 29px 0 0;
    padding: 8px 0;
    text-align: center;
	box-shadow: inset 0px 0px 3px 1px #000;

}
.ongletContent a span {
	display: block;
	font-size: 12px;
}
.ongletContent a span.ongletLibelle {
	font-size: 14px;
    font-weight: normal;
	text-transform:uppercase;
}
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer {
    margin: 10px 0 30px 0;
	width: 676px;
}
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer .validContent {
    float: left;
    width: 50%;
    text-align: center;
}
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer .validContent .btSubmit#submitFinaliser {
    background: #f5f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(100%,#dbdce2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* W3C */

    -ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	float:right;	
	color: #666;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 230px;
	cursor:pointer;
		   text-shadow: 0px 0px 3px #fff;
     
        	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer .validContent .btSubmit#submitPanier {
 	background: #f5f6f6; /* Old browsers */

	background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(100%,#dbdce2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* W3C */
	

    -ms-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #ccc;
	
	color: #666;
    line-height:30px;
    text-decoration: none;
    text-transform: uppercase;
	float:left;
    font-size: 14px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    width: 230px;
	cursor:pointer;
	   text-shadow: 0px 0px 3px #fff;
     
        	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer .validContent .btSubmit#submitFinaliser:hover,
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer .validContent .btSubmit#submitPanier:hover {
	-webkit-box-shadow: inset 0px 0px 5px 2px #b8bac6;
	box-shadow: inset 0px 0px 5px 2px #b8bac6;
	font-size:13px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out; 
	}


#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .buttonsContainer #submitChoix {
    display: none;
}
#pageEtape1 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .descContent {
background: none repeat scroll 0 0 transparent !important;
    color: #000;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    text-align: left;
	clear:both;
	margin: 0 0 10px;
	font-weight:normal;
     background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #DDDDDD;
    clear: both;
    color: #000000;
    height: 26px;
    line-height: 26px;
    padding: 0;
    text-align: left;
    text-transform: uppercase; 
}

#pageEtape2 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .champsRequis {
    margin-bottom: 10px;
    color: #999;
    text-align: right;
    font-style: italic;
}
#pageEtape2 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .validContent {
    height: 75px;
    margin-bottom: 10px;
	padding:0 0 0px 0;

    
}
#pageEtape2 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .validContent input {
  	background: #f5f6f6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRjZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(100%,#dbdce2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#dbdce2',GradientType=0 ); /* IE6-8 */
	

    -ms-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #ccc;
    height: 30px;
 	margin: 15px auto;
    text-align: center;
	padding:0 15px;
	
    cursor: pointer;
	color: #666;
    display: block;
    font-size:14px;
    line-height:30px;
    text-decoration: none;
    text-transform: uppercase;
	
	text-shadow: 0px 0px 3px #fff;
     
        	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
#pageEtape2 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .validContent input:hover {
	-webkit-box-shadow: inset 0px 0px 5px 2px #b8bac6;
	box-shadow: inset 0px 0px 5px 2px #b8bac6;
	font-size:13px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;   
	}

#pageEtape3 #infoformulaire {
    font-size: 12px;
    margin: 15px 0 0;
    padding: 0;
    text-align: left;
    width: 650px;
}
#pageEtape3 #infoformulaire #securite {
 float: left;
    margin-bottom: 20px;
    text-align: center;
    width: 233px;
}
#pageEtape3 #infoformulaire #securite span {
color: #000;
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin-left: 0;
    margin-top: 7px;
    text-align: left;
}
#pageEtape3 #infoformulaire #securite span img{
max-width:240px;
}
#pageEtape3 #infoformulaire #securite span a { 
    margin-left: 4px; 
    text-decoration: underline; 
    font-weight: 700; 
    line-height: 23px;
}

#pageEtape3 #infoformulaire #moyenPaiement {  
 float: right;
    font-size: 11px;
    margin-bottom: 18px;
    margin-right: 0;
    width: 315px;
}
#pageEtape3 #infoformulaire #moyenPaiement #titleMoyenPaiement {
    background: url("../image/cadenas.png") no-repeat scroll 1px 50% transparent;
    color: #666666;
    display: block;
    font-size: 11px;
    font-weight: 700;
    margin: 4px 0 4px 4px;
    padding: 14px 0px 10px 25px;
}
#pageEtape3 #infoformulaire #moyenPaiement a {
    color: #666666;
    display: block;
    float: left;
    font-weight: normal;
    margin-left: 28px;
    margin-top: 5px;
    text-decoration: none;
    text-indent: 35px;
    width: 115px;
}
#pageEtape3 #infoformulaire #moyenPaiement a#moyenPaiementCB { 
    background: url("../image/CB.png") no-repeat;
}
#pageEtape3 #infoformulaire #moyenPaiement a#moyenPaiementPaypal { 
    background: url("../image/paypal.png") no-repeat;
}

#pageEtape3 #infoformulaire #recapAchat { 

    clear: both;
    color: #fff;
    display: block;

}

#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite span#titleSecurite {
    display: block;
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite span img {
    float: left;
    margin: 0px;
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite #moyenPaiement {
    width: 312px;
    height: 44px;
    margin: 20px 15px 20px 343px;
    padding: 10px;
    font-size: 11px;
    background: url("../image/pageEtape3_Bg_Options_Paiement.gif") no-repeat left top;
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite #moyenPaiement #titleMoyenPaiement {
    display: block;
    float: left;
    width: 130px;
    height: 44px;
    padding-left: 40px;
    line-height: 22px;
    background: url("../image/pageEtape3_Ico_Cadenas.png") no-repeat left center;
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite #moyenPaiement a {
    display: block;
    float: right;
    clear: right;
    width: 120px;
    height: 22px;
    line-height: 22px;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    text-indent: 30px;
    text-decoration: none;
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite #moyenPaiement a#moyenPaiementCB {
    background: url("../image/pageEtape3_Ico_CB.gif") no-repeat left center;
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #securite #moyenPaiement a#moyenPaiementPaypal {
    background: url("../image/pageEtape3_Ico_Paypal.gif") no-repeat left center;
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #recapAchat {
background: none repeat scroll 0 0 #000000;
    font-size: 16px;
    margin: 15px 0 0;
    padding: 9px 15px;
    text-align: center;
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #recapAchat #libelleRecapAchat {
    
}
#pageEtape3 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants #infoformulaire #recapAchat #infoRecapAchat {
    font-style: italic;
    font-weight: bold;
}

#pageEtape4 #compBody #compBodyHeader #compBodyFooter #compBodyContent .dataContentComposants .descContent {
	font-size: 14px;
	background: #fff;
	color:#666; 
	margin:15px 0 0 0;
	width:650px;
	float:left;
	font-weight:normal;
}

#pageCompte .titleContent {
	display: none;
}
#pageCompte .rechercheCompteDigitick {
    background: url("../image/point.gif") repeat-x scroll 0 bottom transparent;
   clear: both;
    color: #666666;
    margin: 10px 0 20px;
    padding: 20px 0 0;
    width: 100%;
	}
#pageCompte .rechercheCompteDigitick span {
}

#pageCompte .zoneRecherche {
float:left;
	margin: 10px 0 20px 0;
}

#pageCompte .zoneRecherche input {
  background: url("../image/css_champBase.gif") repeat-x scroll right 0 #FFFFFF;
    font-size: 11px;
    height: 18px;
    width: 80px;
}

#pageCompte .zoneRecherche #calContent{
    display:inline; 
}

#pageCompte .zoneRecherche #calContent input.cal {
    background:url("../image/bg_cal.gif") no-repeat scroll right 0 #FFFFFF;
        font-size: 11px;
    width: 60px;
	height:18px;
}

#pageCompte .zoneRecherche #calContent img#flecheCal {
    vertical-align:top;
}

#pageCompte .zoneRecherche select{
  font-size: 11px;
    margin: 0 3px 0 0;
    width: 250px;
}

#pageCompte .zoneRecherche button{
    background: none repeat scroll 0 0 #000;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline;
    font-size: 13px;
    font-weight: normal;
    margin-left: 10px;
    text-transform: uppercase;
    width: 33px;
}

#pageCompte .zoneRecherche button:hover{
    background: none repeat scroll 0 0 #97BE0D;
}

#pageCompte .zoneRecherche button#rechercheCancel {
    width:20px;    
}

#pageCompte .zoneTri {
  float: right;
      margin: 10px 35px 20px;
}

#pageCompte .zoneTri select{
    font-size:11px;
    width:120px;
	height:18px;
}

#pageCompte .validContent{
    text-align:center;
    background: none repeat scroll 0 0 #F1F2F5;
    overflow: auto;
}

#pageCompte .validContent input.valid{
   background: #f5f6f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRjZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(100%,#dbdce2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#dbdce2',GradientType=0 ); /* IE6-8 */

	color:#666;
    -ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
    height: 30px;
	 margin: 15px auto 15px 305px;
     text-align: center;
    width: 194px;
    cursor: pointer;
    display: block;
    font-size:14px;
    line-height:30px;
    text-decoration: none;
    text-transform: uppercase;
	
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	
}

#pageCompte .validContent input.valid:hover{
	-webkit-box-shadow: inset 0px 0px 5px 2px #b8bac6;
	box-shadow: inset 0px 0px 5px 2px #b8bac6;
	font-size:13px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants {

}

#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants {

}

#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants #titleGestionStructureModif {
    color:#FFFFFF;
    font-weight:bold;
    line-height:26px;
    margin-top:10px;
    padding-left:5px;
}

#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants .titleLineStructure {
    display:block;
    width:200px;
    float:left;
    clear:left;
    margin:0px;
    font-weight:bold;
    margin:2px 0px;
}

#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants form {
    padding-top:10px;   
}

#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants .valueLineStructure input,
#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants .valueLineStructure select {
    margin:3px 0px;
    background:url("../image/css_champ.gif") repeat-x scroll 0 center #FFF;
    width:180px;
    line-height:20px;
    font-size:12px;
}

#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants .borderBottom  {
    text-align:center;  
}

#pageGestionStructure #compBody .headerComposants .footerComposants .contentComposants .valueLineStructure input#validStructureForm {
    background:url("../image/BT_valider_SMALL.gif") no-repeat scroll 0 0 transparent;
    border:medium none;
    color:#FFFFFF;
    cursor:pointer;
    font-size:13px;
    font-weight:bold;
    height:36px;
    padding-left:15px;
    text-transform:uppercase;
    width:170px;
    margin:20px 0px;
}


.bandeauEtat {

    display: block;
    height: 110px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 110px;
    background-size:80px auto;

}

.objetListeChild .bandeauEtat {
    background-size: 80px auto !important;
    display: block;
    height: 80px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 80px;
}

/* HP regroupement */

#compListeFiltre1 {
	margin-bottom: 1px dotted #ccc;
}
.compListeFiltre a {
	text-decoration:none !important;
	border-bottom: 1px dotted #CCCCCC;
    display: block;
    float: left;
    margin: 0 0 20px;
    padding-bottom: 10px;
	}
.compListeFiltre img {
	float: left;
    height: 110px;
    margin-left: 0;
    margin-right: 20px;
    padding: 0;
    width: 110px;
	}
.compListeFiltre p {
	float: left;
    width: 451px;
	}	
.nameElement {
    font-size: 17px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-align: left;
	color:#666;
	display:block;
	}
.dateElement {
	color: #999999;
    font-size: 14px;
    font-weight: bold;
	display:block;

}
.infoElement {
	color: #000000;
    font-size: 12px;
    text-align: justify;
}
