@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: none;
}

.no_result{
    color:red;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
    height:350px;
    padding-top:200px;
    text-align:center;		
}

h1 {
  color:#333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:20px;
  font-weight:bold;
  padding-bottom:0px;
  margin:0px;
}

a img {
    border:none;	
}

a{
	outline:none;
}


/*********************************************** contener global big ********************************************/
#contener_globalbig {
	position:relative;
	margin:0 auto;
	padding-bottom:5px;
	width:995px;
	overflow:auto;
	}




/*********************************************** contener global ********************************************/
#contener_global {
	position:relative;
	margin:0 auto;
	background-color:none;
	padding-bottom:5px;
	width:990px;
	overflow:auto;
	}




/*********************************************** menu haut ********************************************/

#contener_menu {
	position:relative;
	left:0px;
	float:left;
	width:983px;
	padding-bottom:0px;
	z-index:3;
	}
#centre_menu {
	width:983px;
	margin:auto;
	height:210px;
}
.conteneur_fb #centre_menu {
	display:none;	
}
#ajouter_annonce {
	position:absolute;
	left:748px;
	float:left;
	margin-top:5px;
	width:204px;
	z-index:5;
	top: 7px;
	}
	
#menu_haut {
	position:relative;
	left:12px;
	float:left;
	padding-top:3px;
	padding-left:15px;
	padding-right:15px;
	width:940px;
	z-index:4;
	background-color: #FFFFFF;
	}

#menuduhaut {
	position:absolute;
	left:292px;
	padding-left:14px;
	padding-top:6px;
	float:left;
	z-index:19;
	top: 20px;
	height: 20px;	
	}

#menuduhaut a {
	text-decoration:none;
	color:#3b5998;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 20px;	
	padding:5px 0;
}

#menuduhaut .accueil {
	background:url(../images/accueil_general.png) no-repeat center left;
	padding-left:17px;
}
#menuduhaut .compte {
	background:url(../images/mon_compte.png) no-repeat center left;
	padding-left:20px;
}
#menuduhaut .deconnexion {
	background:url(../images/deconnexion.png) no-repeat center left;
	padding-left:16px;
}
	
#onglet_haut {
	position:relative;
	left:24px;
	float:left;
	background-color:#FFFFFF;
	padding:15px;
	width:900px;
	z-index:5;
	}
	
#div_recherche {
	position:relative;
	left:12px;
	float:left;
	background-color:#E7ECF1;
	padding-right:15px;
	padding-bottom:13px;
	padding-left:15px;
	padding-top:13px;
	width:940px;
	z-index:5;
	}

.fond_vert {
	background-color: #B2D281;
}

.fond_bleu1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	font-style: normal;
	background-color: #3B5998;
	padding:7px;
}


.bordure_verte {
	border: medium solid #A7D272;
}



/********************* bouton ajouter ****************************/
a.buttonpicto{
	background:url(../images/bouton_ajout3.jpg);
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	height:47px;
	line-height:47px;
	margin-bottom:0px;
	text-decoration:none;
	width:197px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
a:hover.buttonpicto{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
}

/* -------------------- */
/* CLASSE	bouton index			*/
/* -------------------- */

	.ajouter{
		background:url(../images/croix3.png) no-repeat 10px 13px;
		text-indent:34px;
		display:block;
	}



/********************* onglet haut ****************************/

#middlebar{
   font-size:12px;
   font-family: Arial, Helvetica, sans-serif, #3b5d14;
   background:#90b557;
   font-weight:bold;
   padding:6px;
   float:left;
   height:1%;
   clear:both;
   }
  
   
#middlebar a{
    color:#3b5d14; 
	text-decoration:none; 
	margin:0 5px; 
	padding-right:10px; 
	height:23px; 
	line-height:23px; 
	display:block; 
	float:left; 
	background:url(../images/mb_a.png) right top no-repeat;
	}
	
#middlebar a:hover{
    color:#FF9900; 
	text-decoration:none; 
	margin:0 5px; 
	padding-right:10px; 
	height:23px; 
	line-height:23px; 
	display:block; 
	float:left; 
	background:url(../images/mb_a.png) right top no-repeat;
	}
	
#middlebar a span{
	background:url(../images/mb_span.png) left top no-repeat;
	height:23px;
	display:block;
	padding-left:10px;
	}






ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #3B5998;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
background-color: #E7ECF1;
text-decoration: none;
}

#navlist a:hover
{
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
background-color: #90B557;
text-decoration: none;
}



/****************** Bouton chercher **********************/
input.buttonpost {
    background-color : #90B557;  
	border: solid #FFFFFF 2px;  
	font-size: 15px; 
	font-weight:bold; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	cursor: pointer;
	margin-left:30px;
	}
	
input.buttonpost:hover {
    background-color : #68823E;  
	}
	
input.buttonpost2 {
    background-color: #90B557;  
	border: solid #FFFFFF 2px;  
	font-size: 16px; 
	font-weight:bold; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	color: #FFFFFF;
	padding: 4px;
	cursor: pointer;
	}
	
input.buttonpost2:hover {
    background-color: #68823E;  
	border: solid #FFFFFF 2px;  
	font-size: 16px; 
	font-weight:bold; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	padding: 4px;
	cursor: pointer;
	}
	
input.buttonpost2bis {
    background-color: #CEDDBA;  
	border: solid #FFFFFF 2px;  
	font-size: 16px; 
	font-weight:bold; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	color: #FFFFFF;
	padding: 4px;
	cursor: pointer;
	}
	
input.buttonpost2bis:hover {
    background-color: #68823E;  
	border: solid #FFFFFF 2px;  
	font-size: 16px; 
	font-weight:bold; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	padding: 4px;
	cursor: pointer;
	}
	
	
input.buttonpost3 {
    background-color : #90B557;  
	border: solid #E7ECF1 2px;  
	font-size: 15px; 
	font-weight:bold; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	cursor: pointer;
	}
	
input.buttonpost3:hover {
    background-color : #68823E;  
	border: solid #E7ECF1 2px;  
	font-size: 15px; 
	font-weight:bold; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	cursor: pointer;
	}	
	
input.buttonpost4 {
    background-color : #90B557;  
	border: solid #FFFFFF 3px;  
	font-size: 15px; 
	font-weight:bold; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	cursor: pointer;
	}
	
input.buttonpost4:hover {
    background-color : #FF9B48;  
	border: solid #FFFFFF 3px;  
	font-size: 15px; 
	font-weight:bold; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	cursor: pointer;
	}	
	
	
	



	



/****************** barre de recherche **********************/
.searchbar{
    background: #FFFFFF ;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#657F3C;
	font-weight: bold;
	border: 1;
    float:center;
    height:20px;
    width:300px;
}

.searchbar2{
    background: #FFFFFF ;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#657F3C;
	font-weight: bold;
	margin-top:5px;
	border: thin solid #C3DBEC;
    float:center;
    height:40px;
    width:300px;
}

.searchbar22{
    background: #FFFFFF ;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#657F3C;
	font-weight: bold;
	margin-top:5px;
	border: thin solid #C3DBEC;
    float:center;
    height:25px;
    width:300px;
}

.searchbar222{
    background: #FFFFFF ;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#657F3C;
	font-weight: bold;
	margin-top:5px;
	border: thin solid #C3DBEC;
    float:center;
    height:25px;
    width:100px;
}

.searchbar_deroulant{
    background: #FFFFFF ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#666666;
	font-weight: bold;
	margin-top:5px;
	border: thin solid #C3DBEC;
    float:center;
    height:20px;
    width:300px;
}

.searchbar3{
    background: #FFFFFF ;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#657F3C;
	font-weight: bold;
	margin-top:4px;
	border: thin solid #C3DBEC;
    float:center;
    height:28px;
    width:250px;
}

.searchbar33{
    background: #FFFFFF ;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#657F3C;
	font-weight: bold;
	margin-top:4px;
	border: thin solid #C3DBEC;
    float:center;
    height:28px;
    width:200px;
}

.searchbar0{
    background: #FFFFFF ;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#657F3C;
	font-weight: bold;
	margin-top:4px;
	border: thin solid #C3DBEC;
    float:center;
    height:23px;
    width:500px;
}

.searchbar3bis{
    background: #FFFFFF ;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#657F3C;
	font-weight: bold;
	margin-top:4px;
	border: thin solid #C3DBEC;
    float:center;
    height:18px;
    width:300px;
}

.searchbar4{
    background: #FFFFFF ;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#657F3C;
	font-weight: bold;
	margin-top:4px;
	border: thin solid #C3DBEC;
    float:center;
    height:28px;
    width:130px;
}

.searchbar4bis{
    background: #E3ECFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#657F3C;
	font-weight: bold;
	margin-top:4px;
	border: thin solid #C3DBEC;
    float:center;
    height:25px;
    width:496px;
}

.searchbar5{
    background: #FFFFFF ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#657F3C;
	padding-top:2px;
	font-weight: bold;
	border: thin solid #C3DBEC;
    float:center;
    height:20px;
    width:165px;
	margin-left:40px;
}





.description{
    background: #E3ECFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#657F3C;
	font-weight: bold;
	margin-top:4px;
	border: thin solid #C3DBEC;
    float:center;
    height:100px;
    width:400px;
}

.description2{
    background: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#657F3C;
	font-weight: bold;
	margin-top:4px;
	border: thin solid #C3DBEC;
    float:center;
    height:100px;
    width:300px;
}


.upload{
    background: none ;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#657F3C;
	font-weight: bold;
	margin-top:4px;
    float:center;
    height:25px;
    width:300px;
}

.upload2{
    background: none ;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#657F3C;
	font-weight: bold;
	margin-top:4px;
    float:center;
    height:25px;
    width:500px;
}



/********************************************* centre annonce *********************************************************************************/


#filet_bleu {
	position:relative;
	left:12px;
	float:left;
	background-color:#E7ECF1;
	border-top: thin solid #3B5998;
	width:940px;
	padding:0 15px;
	z-index:5;
}

#contener_titre_categorie {
/*	position:relative;
	left:3px;*/
	float:left;
	width:700px;
/*	background-color:none;*/
	padding:15px 0;
}
.ariane {
	text-decoration:none;
	background:url(../images/lien_ariane.png) no-repeat left center;
	padding-left: 16px;
	margin:0 5px;
	color: #3B5998;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
}
a.ariane:hover {
	color:#000000;
	text-decoration:underline;
}
.first_ariane {
	background:none;
	padding:0;
	margin-left:0;
}

#contener_annonce {
	position:relative;
	left:5px;
	float:left;
	margin-top:0px;
	margin-right:3px;
	margin-left:0px;
	margin-bottom:20px;
	width:800px;
	z-index:4;
	}
	
.div_annonce {
	position:relative;
	left:7px;
	float:left;
	border-bottom: thin solid #C3DBEC;
	padding-bottom:8px;
	width:800px;
	z-index:5;
	}
	
#contener_connection {
	position:relative;
	left:7px;
	float:left;
	margin-top:10px;
	width:800px;
	z-index:5;
	}
	
#contener_connection1 {
	position:relative;
	left:7px;
	float:left;
	margin-top:10px;
	width:980px;
	z-index:5;
	}
	
	
#texte_connection {
	position:relative;
	left:100px;
	float:left;
	margin-top:15px;
	margin-bottom:2px;
	padding:20px;
	background-color:#E7ECF1;
	border: thin solid #C3DBEC;
	width:500px;
	z-index:5;
	}
	
#texte_connection p {
	padding-left:40px;
	}
	
#div_connection {
	position:relative;
	left:100px;
	float:left;
	margin-top:30px;
	padding:20px;
	background-color:#E7ECF1;
	border: thin solid #C3DBEC;
	width:500px;
	z-index:5;
	}
	
#div_connection2 {
	position:relative;
	left:100px;
	float:left;
	margin-top:30px;
	padding:7px;
	border: thin solid #C3DBEC;
	width:500px;
	z-index:5;
	}
	
#div_connection3 {
	position:relative;
	left:100px;
	float:left;
	margin-top:30px;
	padding:20px;
	border: thin solid #C3DBEC;
	width:640px;
	z-index:5;
	}
	
	
#texte_depotannonce2 {
	position:relative;
	left:30px;
	float:left;
	margin-top:10px;
	margin-bottom:2px;
	border: thin solid #E7ECF1;
	padding:15px;
	width:380px;
	z-index:5;
	}
	
#texte_depotannonce {
	position:relative;
	left:10px;
	float:left;
	margin-top:10px;
	margin-bottom:2px;
	padding:3px;
	width:600px;
	z-index:5;
	}
	
#div_formulairedepot {
	position:relative;
	left:10px;
	float:left;
	margin-top:30px;
	width:600px;
	z-index:5;
	}
	
#div_formulairedepot2 {
	position:relative;
	left:10px;
	float:left;
	margin-top:30px;
	width:950px;
	z-index:5;
	}

#div_formulairedepot3 {
	position:relative;
	left:10px;
	float:left;
	margin-top:4px;
	width:950px;
	z-index:5;
	}
	
#titre_formulaire {
	position:relative;
	left:5px;
	float:left;
	padding-bottom:10px;
	width:580px;
	z-index:5;
	}
	
#titre_formulaire2 {
	position:relative;
	left:5px;
	float:left;
	padding-bottom:10px;
	width:580px;
	z-index:5;
	}

		
#formulaire {
	position:relative;
	left:5px;
	float:left;
	width:590px;
	z-index:5;
	}
	
#formulaire2 {
	position:relative;
	left:5px;
	float:left;
	width:535px;
	padding:20px;
	}
	
#formulaire3 {
	position:relative;
	left:5px;
	float:left;
	width:790px;
	padding:20px;
	}

.filet_formulaire {
	background-color:#E7ECF1;
	border: thin solid #C3DBEC;
	}
	
.filet_formulaire0 {
	border: thin solid #7E95C0;
	background-color:#E7ECF1;
	padding:18px;
}
#conteneur_form_facebox {
	padding:25px;
}
.clair{
	clear:both;
}
.div_chp_form{
	margin-top:1.4em;
}
.div_chp_form_inline{
	margin-top:1.4em;
	float:right;
	padding-right:25px;
}
.div_submit_form {
	margin-bottom:1.4em;
}
#retour_annonce, .div_submit_form_inline {
	margin:1.4em 0;
	float:right;
	width:300px;
	padding-right:25px;
}
#retour_annonce {
	float:right;
	width:300px;
	padding-right:25px;
	margin:1.4em 0;
}
.conteneur_fb #retour_annonce, .conteneur_fb #retour_final_annonce{
	display:none;
}
.div_chp_form label {
	display:block;
}	
#formulaireinscription0 {
	position:relative;
	left:15px;
	float:left;
	margin-left:20px;
	padding:15px;
	background-color:#FFEAD5;
	border: thin solid #FFC7A6;
	width:270px;
	z-index:5;
	}
	
	
#formulaireinscription {
	position:relative;
	left:15px;
	float:left;
	margin-left:20px;
	padding:15px;
	background-color:#FFEAD5;
	border: thin solid #FFC7A6;
	width:270px;
	z-index:5;
	}
	
#formulaireinscription1 {
	position:relative;
	float:left;
	margin-bottom:10px;
	width:265px;
	z-index:9;
	top: 2px;
	}
	
#formulaireinscription3 {
	position:relative;
	float:left;
	margin-bottom:10px;
	margin-top:35px;
	margin-left:20px;
	width:265px;
	z-index:9;
	}
	
#formulaireinscription4 {
	position:relative;
	float:left;
	margin-bottom:10px;
	margin-top:35px;
	margin-left:20px;
	width:265px;
	z-index:9;
	}
	
#formulaireinscription2 {
	position:relative;
	float:left;
	left:20px;
	width:235px;
	margin-bottom:15px;
	z-index:9;
	}
	
#formulaireinscription5 {
	position:relative;
	float:left;
	margin-bottom:10px;
	margin-top:35px;
	margin-left:20px;
	width:865px;
	z-index:9;
	}
	
#formulaireinscription5bis {
	position:relative;
	float:left;
	margin-bottom:10px;
	margin-top:35px;
	margin-left:20px;
	width:765px;
	z-index:9;
	}
	
#formulaireinscription6 {
	position:relative;
	left:20px;
	float:left;
	margin-left:30px;
	margin-bottom:10px;
	margin-top:5px;
	margin-right:30px;
	background-color:#EFFFE4;
	border: thin solid #90B557;
	width:370px;
	padding:15px;
	z-index:10;
	}
	
#formulaireinscription6bis {
	position:relative;
	left:20px;
	float:left;
	margin-left:30px;
	margin-bottom:10px;
	margin-top:20px;
	margin-right:30px;
	padding:15px;
	border: thin solid #90B557;
	width:395px;
	z-index:10;
	}
	
#formulaireinscription7 {
	position:relative;
	left:20px;
	float:left;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:5px;
	margin-right:10px;
	width:390px;
	padding:15px;
	z-index:10;
	}
	
#formulaireinscription7bis {
	position:relative;
	left:20px;
	float:left;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:5px;
	margin-right:10px;
	background-color:#FFEAD5;
	border: thin solid #FFC7A6;
	width:590px;
	padding:15px;
	z-index:10;
	}
	
#pourquoi {
	position:relative;
	left:20px;
	float:left;
	margin-bottom:10px;
	margin-top:30px;
	margin-right:10px;
	margin-left:10px;
	padding:7px;
	width:400px;
	border-top: thin solid #C3DBEC;
	background-color:#FFEAD5;
	}
	
#picto_podition2 {
	margin-bottom:-4px;
	width:31px;
	height:20px;
	}
	
#div_cgu {
	position:relative;
	left:50px;
	float:left;
	margin-top:30px;
	margin-bottom:200px;
	padding:20px;
	border: thin solid #C3DBEC;
	width:700px;
	z-index:5;
	}
	
#div_publicite {
	position:relative;
	left:8px;
	float:left;
	margin-top:1px;
	margin-bottom:10px;
	width:700px;
	z-index:5;
	}
	
.div_annonce:hover {
	background: #E7ECF1;
}

.div_annonce p {
	margin: 0;
	padding: 0 0 .5em;
	width:100%;
}

.div_annonce h3 {
	width:100%;
	margin: 0;
	padding: 0 0 .3em;
}

.image_liste {    
	position:relative;
	left:5px;    
	float:left;    
	margin-top:20px;    
	margin-bottom:20px;
	padding:3px;    
	border: thin solid #666666;    
	width:175px;    
	z-index:6;    
}
	
.descriptif_liste {
	position:relative;
	right:150px;
	float:right;
	margin-top:20px;
	margin-bottom:30px;
	width:450px;
	z-index:7;
	}
	
.gestion_liste {
	position:relative;
	right:200px;
	float:right;
	margin-bottom:15px;
	margin-top:25px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFEADE;
	border-top: thin solid #FFBEC4;
	width:450px;
	z-index:9;
	}
	
.gestion_liste4 {
	position:relative;
	right:140px;
	float:right;
	margin-bottom:15px;
	margin-top:25px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#FFEADE;
	border-top: thin solid #FFBEC4;
	width:450px;
	z-index:9;
	}
	
.descriptif_prix {
	position:absolute;
	right:17px;
	margin-top:20px;
	margin-bottom:15px;
	border-left: thin solid #C3DBEC;

	width:123px;
	z-index:7;
	top: 21px;
	}
	
#pub_droite {
	position:relative;
	right:7px;
	float:right;
	margin-top:40px;
	width:160px;
	height:600px;
	}
	
#div_gestion {
	float:right;
	padding-left:3px;
	margin-right:15px;
}
#div_gestion p {
	margin:5px 0;
}

#pagination_bas {
	position:relative;
	left:140px;
	float:left;
	margin:10px;
	padding-left:4px;
	width:600px;
	}
	
.etoile{
	margin-bottom:-2px;
	width:15px;
	height:13px;
	}
	
.pictomenu3{
	margin-bottom:-4px;
	margin-left:40px;
	width:18px;
	height:17px;
	}
	
.small_fleche{
	margin-bottom:-2px;
	width:18px;
	height:12px;
	}
	
#small_carton{
	margin-bottom:-10px;
	width:40px;
	height:33px;
	}
	
#small_photo{
	margin-bottom:-6px;
	width:40px;
	height:33px;
	}
	
#small_photo2{
	margin-bottom:-8px;
	width:40px;
	height:33px;
	}
	
	
.etoilebig{
	margin-bottom:-4px;
	/*width:19px;
	height:18px;*/
	}
	
#valide{
	margin-bottom:-4px;
	width:30px;
	height:30px;
	}
	
	
	
	
	
/********************************************* upload photos *********************************************/	
	
	.fileUploadQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	background-color: #F5F5F5;
	border: 3px solid #E5E5E5;
	margin-top: 5px;
	padding: 10px;
	width: 300px;
}
.fileUploadQueueItem .cancel {
	float: right;
}
.fileUploadProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.fileUploadProgressBar {
	background-color: #0099FF;
}


/* =Tables
----------------------------------------------------*/
table.download {
	width: 100%;
}
table.download th,
table.download td {
	padding: 5px 10px 6px;
}
table.download th {
	background-color: #ED1C24;
	color: #FFFFFF;
}
table.download td {
	border-bottom: 1px solid #C5C5C5;
}
table.download th.left {
	text-align: left;
}
table.download td.center {
	text-align: center;
}
table.documentation {
	width: 100%;
}
table.documentation td {
	padding: 5px 10px 6px;
	border-top: 1px solid #C5C5C5;
}


/* =Demos
----------------------------------------------------*/
div.demo {
	padding: 20px;
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}


/* -------------------------------------------- */
/* 		Pagination					*/
/* -------------------------------------------- */
	ul{border:0; margin:0; padding:0;}

	#pagination li{
		border:0; margin:0; padding:0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		list-style:none;
		float:left;
	}
	#pagination a{
		border:solid 1px #DDDDDD;
		margin-right:2px;
	}
	#pagination .previous-off,
	#pagination .next-off {
		color:#666666;
		display:block;
		float:left;
		font-weight:bold;
		padding:3px 4px;
	}
	#pagination .next a,
	#pagination .previous a {
		font-weight:bold;
		border:solid 1px #FFFFFF;
	}	
	#pagination .active{
		color:#ff0084;
		font-weight:bold;
		display:block;
		float:left;
		padding:4px 6px;
	}
	#pagination a:link, 
	#pagination a:visited {
		color:#587897;
		display:block;
		float:left;
		padding:3px 6px;
		text-decoration:none;
	}
	#pagination a:hover{
		border:solid 1px #666666;
	}
	
	
/********************************************* zoom vignette *********************************************/	
	
#pic {
	float:left;
	left: 14px;
	position: relative;
	margin-top:20px;
	margin-bottom:20px;
	border: thin solid #666666;
	background-color:#FFFFFF;
	width:90px;
	z-index:5001;
}

#pic a .large {
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	background-color:#FFFFFF;
	top: -1px;
	width: 1px;
	z-index:5002;
}

#pic a img {
	border: 0;
	z-index:5003;
}

#pic a.p1, #pic a.p1:visited {
	background-color: #FFFFFF;
	display: block;
	height: 74px;
	text-decoration: none;
	width: 90px;
	z-index:5004;
}

#pic a.p1:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	z-index:5005;
}

#pic a.p1:hover .large {
	border: 3px solid #999999;
	display: block;
	height: 233px;
	left: 150px;
	position: absolute;
	top: -20px;
	width: 300px;
	z-index:5006;
}
	
/********************************************* pied de page *********************************************/
	
	
#footer {
	position:relative;
	left:20px;
	float:left;
	margin-bottom:10px;
	margin-top:50px;
	margin-right:10px;
	margin-left:10px;
	padding:7px;
	width:880px;
	background-image:url(../images/background-footer.jpg);
	background-repeat:no-repeat;
	border-top: thin solid #C3DBEC;
}
#centre_footer{
	margin:auto;
	width:964px;
}
.conteneur_fb #centre_footer{
	display:none;
}
	
.divfooter {
	position:relative;
	left:10px;
	float:left;
	margin:10px;
	padding:10px;
	width:175px;
	border-left: thin solid #C3DBEC;
	}
	
.divfooter2 {
	position:relative;
	left:10px;
	float:left;
	margin:10px;
	padding:10px;
	width:175px;
	}
	
	
	
	
	

	
/********************************************* style des textes *********************************************/

.texte_noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.texte_noir_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.textebleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3B5998;
	text-decoration: none;
}

.textenoir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.textevert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5F7B1D;
}

.textevert2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #5F7B1D;
}


.titrecategorie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3B5998;
	text-decoration: none;
}

.titrecategorie2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3B5998;
	text-decoration: none;
}


.textebleu3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3B5998;
}

.texterouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.texterouge2 {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

.texte_gris {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

.titre_gris3 {
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
}

.titre_blanc3 {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
}

.titre_noir3 {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
}


/********************************************* liens *********************************************/



.lienbleu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#3B5998;
	text-decoration:none;
}
.lienbleu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#3B5998;
	text-decoration:none;
}
.lienbleu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#3B5998;
	text-decoration:none;
}
.lienbleu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	text-decoration:underline;
}

.lienbleu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#3B5998;
	text-decoration:none;
	cursor:pointer;
}
.lienbleu2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#3B5998;
	text-decoration:none;
}
.lienbleu2:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#3B5998;
	text-decoration:none;
}
.lienbleu2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#3B5998;
	text-decoration:none;
}
.lienbleu2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#000000;
	text-decoration:underline;
}

.lienbleu3:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#3B5998;
	text-decoration:none;
}
.lienbleu3:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#3B5998;
	text-decoration:none;
}
.lienbleu3:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#3B5998;
	text-decoration:none;
}
.lienbleu3:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#000000;
	text-decoration:underline;
}

.lienbleu4:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#3B5998;
	text-decoration:underline;
}
.lienbleu4:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#3B5998;
	text-decoration:underline;
}
.lienbleu4:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#3B5998;
	text-decoration:underline;
}
.lienbleu4:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#000000;
	text-decoration:underline;
}

.lienblanc:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.lienblanc:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.lienblanc:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.lienblanc:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#000000;
	text-decoration:underline;
}


.liennoir:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	text-decoration:bold;
}
.liennoir:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;;
	text-decoration:none;
}
.liennoir:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}
.liennoir:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	text-decoration:underline;
}



.liennoirsmall:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color:#000000;
	text-decoration:none;
}
.liennoirsmall:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color:#000000;
	text-decoration:none;
}
.liennoirsmall:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color:#000000;
	text-decoration:none;
}
.liennoirsmall:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color:#000000;
	text-decoration:none;
}


.titrevert {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
	text-decoration:underline;
}
.titrevert:active {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
	text-decoration:underline;
}
.titrevert:link {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
	text-decoration:underline;
}
.titrevert:visited {
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration:none;
	text-decoration:underline;
}
.titrevert:hover {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration:underline;
}


.lienbleuclair:active {
	color: #9CB3D5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
.lienbleuclair:link {
	color: #9CB3D5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
.lienbleuclair:visited {
	color: #9CB3D5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}
.lienbleuclair:hover {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}

#titre_code_shop {
	color:#c77f0d; 
	font-size:18px; 
	font-family: Arial, Helvetica, sans-serif;
	position:relative;
	left:7px;
	background:url(../images/etoile_jaune_big.png) left no-repeat;
	padding-left:25px;
}

#code_shop {
	 background:#e9f6d4; 
	 width:800px; 
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 border-bottom:thin solid #C3DBEC;
	 border-top:thin solid #C3DBEC;
	 margin-bottom:5px;
	 position:relative;
	 left:7px;
}
#code_shop p{
	 width:350px; 
	 padding:5px 15px; 
	 margin:0;
	 font-size:14px;
	 font-weight:bold;
}
#code_shop textarea{
	width:100%; 
	font-size:10px; 
	background:#e9f6d4;
	border:1px solid #000; 
	padding:2px;
	margin:5px 0;
}
.exemple_code {
	padding-left:25px;
	background:url(../images/small_fleche.png) left no-repeat;
	margin: 5px 0;
}
