/*
Design
*/

* {
	padding: 0px;
	margin: 0px;
	/* border: 0px solid black; */
}

body
{
	/* background-color: #FFFFFF; */
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #000000;
	font-family: arial, Arial, Verdana, sans-serif;	
	font-size: 13px;
	background-image: url('../image/fonds/background_site.png');
	background-repeat: repeat-x;
}

a
{
	text-decoration: underline;
	color:#059cff; 	
}

a:hover
{
	text-decoration: none;
}

a img {
	border:0px solid black;
}

h1 a , h2 a{
	text-decoration: none;
	color: black;
}

		#explain				{ background:url('../image/bandeau-achat-voiture/bg_explain.png') repeat-x bottom left; height:144px; overflow:hidden; width:730px; display:block; position:absolute; }
		#explain #clic			{ position:absolute; margin:35px 0 0 600px; z-index:2; }
		#explain #clic p		{ color:#dfdfdf; text-align:center; font:italic 9px arial; }
		#explain #clic p a		{ color:#dfdfdf; text-decoration:none; }
		#explain #clic p a img	{ border:none; }

		#explainimg				{ position:relative; width:3000px; margin-left:0; }

		#explain .cadre			{ height:144px; overflow:hidden; width:730px; display:block; text-align:left; position:absolute; }
		#explain #un			{ background:url('../image/bandeau-achat-voiture/acheteur-kidioui.png') no-repeat top left; margin:0 0; }
		#explain #de			{ background:url('../image/bandeau-achat-voiture/achat-etape-1.gif') no-repeat 60px 10px; margin:0 0 0 730px; }
		#explain #tr			{ background:url('../image/bandeau-achat-voiture/achat-etape-2.gif') no-repeat 60px 10px; margin:0 0 0 1460px; }
		#explain #qu			{ background:url('../image/bandeau-achat-voiture/achat-etape-3.gif') no-repeat 60px 10px; margin:0 0 0 2190px; }

		#explain .un1				{ font:italic 28px georgia; padding:10px 0 0 170px; }
		#explain .un2			{ font:bold 22px arial; color:#059cff; padding:10px 0 0 220px; }
		#explain .un2 span		{ display:block; font-size:30px; color:black; padding-left:130px; }
		#explain .un3				{ font:bold 18px arial; color:#059cff; padding:20px 0 0 140px; }
		#explain img.illu		{ float:left; margin:0px 20px 0 140px; }
		#explain p.illu			{ margin-top:20px; font:12px arial; color:#808080; }


.page {
	margin:auto;
	padding: 0px;
	width: 997px;
	position: relative;
}

strong {
	font-weight: bold;
}


.cadre_de_page {
	overflow:hidden;
	width: 972px;
	/*margin:auto;*/
	margin-left:8px;
	margin-right:9px;
	/*margin-top: -5px;*/
	background-color: #FFFFFF;	
	/*height: 640px;*/
	/*min-height: 450px;*/
	padding: 4px;
	/*overflow: auto;*/
}

.bordure_top_cadre_de_page  {
	background-image: url('../image/fonds/border_all_top.png');
	background-repeat: repeat-x;
	background-position : top;
	height: 8px;
	font-size: 1px; /*correction d'un bug IE */
}

.bordure_bottom_cadre_de_page  {
	background-image: url('../image/fonds/border_all_bottom.png');
	background-repeat: repeat-x;
	background-position : bottom;
	height:8px;
	font-size: 1px; /*correction d'un bug IE */
}

.bordure_left_cadre_de_page  {
	background-image: url('../image/fonds/border_left_cadre_page.png');
	background-repeat: repeat-y;
	background-position : left;
	width: 997px;
}

.bordure_right_cadre_de_page  {
	background-image: url('../image/fonds/border_right_cadre_page.png');
	background-repeat: repeat-y;
	background-position : right;
	width: 997px;
}


/*
.bordure_top_cadre_de_page  {
	background-image: url('../image/border_top_cadre_page.png');
	background-repeat: repeat-x;
	height: 9px;
}

.bordure_bottom_cadre_de_page  {
	background-image: url('../image/border_bottom_cadre_page.png');
	background-repeat: repeat-x;
	height: 9px;
}

.bordure_left_cadre_de_page  {
	background-image: url('../image/border_left_cadre_page.png');
	background-repeat: repeat-y;
	width: 19px;
	height: 640px;
	float: left;
}

.bordure_right_cadre_de_page  {
	background-image: url('../image/border_right_cadre_page.png');
	background-repeat: repeat-y;
	width: 19px;
	height: 640px;
	float: right;
}
*/

.menu
{
	font-size: 11px;
	background-color: #000000;
	border-top: 4px solid #000000;
	border-bottom: 4px solid #000000;
	color: #5a5a5a;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

.menu a
{
	font-family: verdana;
	color: #d7d7d7;
	font-weight: normal;
	text-decoration: none;
	border-top: 4px solid #000000;
	border-bottom: 4px solid #000000;
	/*
	margin-left: 29px;
	margin-right: 29px;
	*/
	margin-left: 42px;
	margin-right: 42px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.menu a:hover
{
	border-bottom: 5px solid #059cff;
}

.cadre_interieur_principal {
	position:relative; 
	float:left;
	width: 730px;
	margin-right:0px;
	padding-right: 0px;
	float: left;
}


.sous_cadre_interieur_principal {
	position:relative; 
	background-image: url('../image/fonds/background_cadre_interieur_principal.gif');
	float:left;
	width:730px; 
	background-repeat: repeat-x;
	background-position : top;
	
}

.bandeau_conteneur_animation {
	position:relative; 
	width:730px; 
	height:144px; 
	float:left; 
	margin-bottom:6px; 
	margin-top:4px;
}

.cadre_interieur_principal_type {
	background-image: url('../image/fonds/background_cadre_interieur_principal.gif');
	background-repeat: repeat-x;
	background-position : top;
	width: 700px;
	/*height: 404px;*/
	margin-right:0px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.cadre_interieur_unique_type {
	background-image: url('../image/fonds/background_cadre_interieur_principal.gif');
	background-repeat: repeat-x;
	background-position : top;
	/*height: 404px;*/
	margin-right:0px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 4px;
}


/*Cadre lancer encheres et modeles les plus populaires*/

.cadre_enchere_marques_voiture{	
	height:124px;
	width: 715px;
	border-style:solid;
	border-width:1px;
	background-image: url('../image/fonds/fond-enchere-voiture.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin: auto;
	margin-top: 5px;
	text-align:left;	
}

/* Cadre lancer enchere*/
.sous_cadre_lancer_enchere_voiture {
	overflow:hidden; 
	height:124px;
	width: 450px;
	margin-left:10px;
	float:left;
}


.sous_cadre_lancer_enchere_voiture .titre_lancer_enchere{	
	color: white;
	font-family: verdana,arial,times, sans-serif ;	
	font-size: 18px;
	text-transform : uppercase;
	margin-top: 5px;
}

.sous_titre_cadres_accueil{	
	font-family: arial,verdana, times, sans-serif  ;	
	font-weight:bold;
	font-size: 9pt;
	margin-top:3px;
}

.sous_titre_cadre_marque_populaire{	
	font-family: arial,verdana, times, sans-serif  ;	
	font-weight:bold;
	font-size: 9pt;
	margin-top:3px;
}



.sous_cadre_lancer_enchere_voiture .selecteur, .sous_cadre_lancer_enchere_voiture select {
	width:230px;
	height:18px;
	margin-top:5px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background-color:#FFFFFF;
	font-size:10px;
}

.sous_cadre_lancer_enchere_voiture .lancer_enchere{
	margin-top:-2px;
	
}


.div_recherche_kidioui .cherche_voiture{	
	position:relative;
	top:8px;
	z-index:0;
	width:230;
	height:15px;
	color:#FFFFFF;
	text-align:center;
	background-color:#000000;
	text-transform : uppercase;
	font-weight:bold;
}


/* cadre modeles */
.sous_cadre_marques_voiture{
	overflow:hidden; 
	width: 245px;
	font-family: arial,times, verdana, sans-serif ;	
	float:left;
	padding-top:25px;
}
.marques_populaires{
	width: 73px;
	float:left;
	
}

.marques_populaires li{	
	font-size: 10px;
	text-transform : uppercase;
	list-style-type: none;
	background:url('../image/puce-accueil.png') center left no-repeat;
	padding-left: 10px;
	font-weight:bold;
	margin-top:10px;
}

.marques_populaires li a{
	text-decoration:none;
	color:#000000;
}

.cadre_dernieres_encheres_voiture {
	overflow:hidden; 
	height:150px;
	width: 715px;
	border-style:solid;
	border-width:1px;
	border-color:#858585;
	background-image: url('../image/fonds/fond_module_derniere_enchere_gris.png');
	background-repeat: repeat-x;
	background-position : top;
	text-align:left;
	margin: auto;
	margin-top: 10px;
}

.titre_cadres_encheres_et_fiches{	
	font-family: arial,times, verdana, sans-serif ;	
	font-size: 16px;
	font-weight:bold;
	text-transform : uppercase;
	font-weight: bold;
	margin-top: 5px;
	margin-left:10px;
	height:16px;
}

.contenu_dernieres_encheres_voiture{
	height:100%;
	margin-top:10px;
	margin-left:10px;
}

.cadre_derniere_enchere{
	height:116px;
	width: 229px;
	margin-right:5px;
	float:left;
	background-image: url('../image/fonds/fond-derniere-enchere.png');
	background-repeat: repeat-y;
	background-position : right;
		
}

.cadre_derniere_enchere .sous_cadre_gauche{
	position: relative;
	width: 115px;
	float:left;
}
.sous_cadre_gauche .nom_auto{	
	font-family: arial,times, verdana, sans-serif ;	
	font-size: 11px;
	font-weight:bold;
}
.sous_cadre_gauche .type_auto{
	font-weight:normal;
	color:#808080;
	font-size: 10px;
}

.sous_cadre_gauche .vignette{	
		margin-top:5px;
	
}
.vignette_voiture{
	position:absolute;
	top:45px;
	height:70px;
	overflow:hidden;
	
}

.cadre_derniere_enchere .sous_cadre_droit{
	position: relative;
	width: 111px;
	float:right;;
}


.sous_cadre_droit .remise{
	font-family: arial,times, verdana, sans-serif ;	
	font-size: 22pt;
	font-weight:bold;
	
}
.sous_cadre_droit .remise_max_taille{
	font-family: arial,times, verdana, sans-serif ;	
	font-size: 20pt;
	font-weight:bold;
	
}

.sous_cadre_droit .prix_vente{
	background-color:#afe0ff;
	color:#059cff;
	padding-left:5px;
	margin-top:-5px;
	margin-right:5px;
	font-family: arial,times, verdana, sans-serif ;	
	font-size: 12px;
	font-weight:bold;
	
}

 .prix_normal{
	font-family: arial,times, verdana, sans-serif ;	
	font-size: 10px;
	padding-left:5px;
	float:left;
	margin-top:-15px;
	
}

.sous_cadre_droit .acheteur_date{
	position:absolute;
	top:70px;
	right:0px;
}

.sous_cadre_droit .acheteur{
	position:relative;
	/*margin-top:10px;uniquement quand la date est désactivée*/
	font-family: arial,times, verdana, sans-serif ;	
	font-size: 10px;
	font-weight:bold;
	text-align:right;
	padding-right:5px;
}

.sous_cadre_droit .date{
	float:left;
	margin-top:5px;
	font-family: arial,times, verdana, sans-serif ;	
	font-size: 10px;
	color:#059cff;
	
	
}
.titre_cadres_encheres_et_fiches .bleu {
	color: #059cff;
}

.cadre_recherche_voiture {
	overflow:hidden; 
	height:171px;
	width: 715px;
	background-image: url('../image/fonds/cadre-recherche-voiture-accueil.png');
	background-repeat: repeat-x;
	background-position : top;
	text-align:left;
	margin: auto;
	margin-top: 10px;
}

.cadre_recherche_voiture .titre {
	overflow:hidden;
	height: 45px;

}


.titre .sous_titre_cadres_accueil{
	margin-left:10px;
	
}


.cadre_recherche_voiture .contenu {
	overflow:hidden;
	margin-top:5px;
}



.cadre_fiche_et_avis {
	
	width:696px;
	font-size:12px;
	margin-left: auto ;
	margin-right: auto ;
	overflow:hidden; 
	height: 103px;
	border-style:solid;
	border-width:1px;
	
}


.cadre_fiche_et_avis .titre{

	overflow:hidden; 
	position:relative;
	text-align:center;
	background-image: url('../image/fonds/fond_titre_module_recherche_voiture_accueil.png');
	background-repeat: repeat-x;
	background-position : top;
	color:#05a1ff;
	padding-left:10px;
	font-weight:bold;
	height: 23px;
	margin:0px;
	text-transform : uppercase;
	padding-top:5px;
	
}

.cadre_fiche_et_avis .contenu{
	padding-left:10px;
	font-weight:bold;
	background-image: url('../image/fonds/fond_module_recherche_voiture_accueil.png');
	background-repeat: repeat-x;
	background-position : top;
	height: 80px;
}

.recherche_fiche{
	font-size:12px;
	float:left;
	width:172px;
	overflow:hidden; 
}

.recherche_fiche .selecteur {
	width:170px;
	height:18px;
	margin-top:5px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background-color:#FFFFFF;
	font-size:10px;
}


.fiches_modeles_populaires{
	font-size:12px;
	text-align:left;
	width:410px;
	float:left;	
	text-align:left;
	margin-left:20px;
}

.modeles_populaires{
	float:left;
	margin-top:5px;
	margin-bottom:7px;
	margin-left:30px;
	width: 50px;
}

.titre_modele_populaire{
	margin-left:30px;
	
}
.modeles_populaires li{	
	font-family: arial,times, verdana, sans-serif ;	
	font-size: 11px;
	list-style-type: none;
	background:url(../image/puce-accueil.png) center left no-repeat;
	padding-left: 10px;
	font-weight:normal;
	margin-top:5px;
}

.modeles_populaires li a{
	text-decoration:none;
	color:#000000;
}




.cadre_guide_recherche_voiture{	
	float:left;
	overflow:hidden; 
	width:223px;
	height: 103px;
	border-style:solid;
	border-width:1px;
	margin-left:10px;	
}

.cadre_guide_recherche_voiture .titre{	
	overflow:hidden; 
	position:relative;
	background-image: url('../image/fonds/fond_titre_module_recherche_voiture_accueil.png');
	background-repeat: repeat-x;
	background-position : top;
	height: 23px;
	margin:0px;
	color:#05a1ff;
	padding-left:10px;
	padding-top:5px;
	font-weight:bold;
	text-transform : uppercase;
		
	
}

.cadre_guide_recherche_voiture .contenu{	

	background-image: url('../image/fonds/fond_module_recherche_voiture_accueil.png');
	background-repeat: repeat-x;
	background-position : top;
	height: 80px;

}

.cadre_engagement_economies{
	overflow:hidden; 
	height:179px;
	width: 715px;
	background-image: url('../image/fonds/cadre-economies_realisees.png');
	background-repeat: no-repeat;
	background-position: top left;
	text-align:left;
	margin: auto;
	margin-bottom: 4px;
	margin-top: 10px;
}


.engagement_kidioui{	
	width: 410px;
	float:left;
}

.cadre_engagement_economies .titre1{
	
	font-family: arial,times, verdana, sans-serif ;	
	font-size: 20px;
	text-transform : uppercase;
	margin-top:15px;
	margin-left:10px;
	margin-bottom:5px;
}
.cadre_engagement_economies .titre2{
	
	font-family: arial,times, verdana, sans-serif ;	
	font-size: 20px;
	text-transform : uppercase;
	margin-top:15px;
	margin-bottom:5px;
}





.engagement_kidioui li{
	color:#059cff;
	font-weight:900;
	font-family: arial,times, verdana, sans-serif ;	
	list-style-type: none;
	background:url(../image/puce-engagement-accueil.png) center left no-repeat;
	font-size: 16px;
	margin-bottom:20px;
	margin-left:10px;
	padding-left:20px;

}





.petite_police_engagement {
	font-size: 11px;	
}


.petite_police_noir_engagement{
		font-size: 12px;
		color:#000000;	
}

.economies_realisees{	
	width: 300px;
	float:left;
	
}

.economies_realisees .deja{
	width: 42px;
	height:30px;
	margin-top:10px;
	font-size:12px;
	font-weight:900;
	float:left;
	color:#059cff;
}
.economies_realisees .somme_remises1{
	margin-top:-10px;
	float:left;
	font-weight:700;
	color:#059cff;
	font-size: 58px;
}
.economies_realisees .somme_remises2{
	margin-top:-10px;
	float:left;
	font-weight:700;
	color:#059cff;
	font-size: 57px;
}
.message_somme_remise
 {
	float:right;
	margin-top:-5px;
	font-weight:700;
	margin-right:20px;
	font-weight:bold;
	font-size: 11px;
	color:#059cff; 	
 }

.max_remise{
	font-size:14px;
	float:left;
	margin-top:20px;
	font-weight:900;		
}





.max_font{
	margin-top:12px;
	float:left;
	font-weight:900;
	font-size: 35px;
	
}

.cadre_partenaires_kidioui {
	overflow:hidden; 
	height:90px;
	width: 705px;
	background-image: url('../image/fonds/cadre-partenaires.png');
	background-repeat: repeat-x;
	background-position : top;
	font-family: arial,times, verdana, sans-serif ;	
	font-size: 16px;
	font-weight:bold;
	text-transform : uppercase;
	padding-left:10px;
	padding-top:5px;
	text-align:left;
	margin-left:8px;
	margin-top: 10px;
}

.cadre_partenaires_kidioui .logo_partenaires{
	padding-top:10px;
}

.cadre_interieur_secondaire {
	float:right;
	width: 236px;
	margin-top:-5px;
	/*height: 404px;*/
	text-align: right;
}

.cadre_interieur_secondaire .kidioui_M6{
	margin-top:10px;
	font-size:12px;
	width: 236px;
	float:right;
	color:#ffffff; 
	text-align:center;
	background-color:black; 
	font-weight:bold;
}	

.cadre_interieur_footer {
	background-color: #059cff;
	color: #FFFFFF;
	margin-top:5px;
	font-size:9px;
	padding: 1px;
	padding-left:4px;

	font-family: verdana;
	
	/*float:left; width:965px;*/ 
	float:left; width:967px;
	/* clear:both; */
}

.cadre_interieur_footer a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.cadre_interieur_footer .copyright {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.cadre_interieur_footer_menu  {
	float: right;
	/*width: 54%;*/
	text-align: right;
	padding-right: 4px;
}

.cadre_interieur_footer_menu a {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.cadre_interieur_footer_menu a:hover {
}

/*
.cadre_interieur_principal_partie_hg {
	float: left;
	width: 355px;
	height: 200px;
	border: 0px solid black;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.cadre_interieur_principal_partie_hd {
	float: right;
	width: 365px;
	height: 200px;
	border: 0px solid black;
}

.cadre_interieur_principal_partie_bg {
	float: left;
	width: 365px;
	height: 200px;
	border: 0px solid black;
}

.cadre_interieur_principal_partie_bd {
	float: right;
	width: 365px;
	height: 200px;
	border: 0px solid black;
}
*/

.cadre_accueil_lancer_enchere {
	border: 1px solid black;
	height: 138px;
	padding: 5px;
	background-color: white;
	background-image: url('../image/fonds/background_cadre_lancer_enchere.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.cadre_accueil_lancer_enchere select {
	margin-top:2px;/*8px;*/
	height:20px;
	font-size:12px;
	width: 150px;
}

.cadre_accueil_lancer_enchere input {
	margin:0px;
	margin-right:2px;
	padding:0px;
	font-size:12px;
}

.cadre_accueil_remises {
	height: 138px;
	margin-left: 13px;
}

.cadre_accueil_achat_voiture_immediat {
	/*height: 173px; */
	margin-top:0px;
	margin-left: 13px;
}

.cadre_accueil_moi_aussi {
	/*height: 168px;*/
	height: 173px;
	margin-top:8px;
}

.cadre_accueil_exemples_enchere {
	/*height: 168px;*/
	height: 173px;
	margin-top:8px;
	margin-left: 13px;
}

.titre_cadre_principal {
	margin:0px;
	padding:0px;
	font-size: 20px;
	text-transform : uppercase;
	font-weight: normal;
}

.titre_cadre_cote_2 {
	font-size: 16px;
	text-transform : uppercase;
	font-weight: bold;
}

.legende_cadre_principal {
	font-size: 11px;
	color: #aaaaaa;
}

.legende_cadre_cote {
	font-size: 11px;
	color: #aaaaaa;
	margin-top:-2px;
	margin-bottom:2px;
}
.cadre_descriptif_kidioui {
	color: #AAAAAA;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left:10px;
	margin-right:10px;
	text-align: justify;
}

.cadre_accueil_logos {
	border: 1px solid #BBBBBB;
	color: #BBBBBB;
	font-size: 9px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: justify;
	height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

.cadre_accueil_logos img {
	margin-right: 1px;
	margin-left: 1px;
}

.mini_footer_davant {
	font-family: verdana;
	/* color: #d4d4d4; */
	color: #BBBBBB;
	font-size: 9px;
	margin-top: -4px;
	margin-left: 10px;
}

.mini_footer {
	font-family: verdana;
	color: #BBBBBB;
	font-size: 9px;
	margin-left: 10px;
	margin-right: 10px;
}

.mini_footer a {
	color: #BBBBBB;
	text-decoration:none;
}

.mini_footer a:hover {
	/* text-decoration:underline; */
}

.mini_desc_page {
	font-family: verdana;
	color: #AAAAAA;
	font-size: 9px;
	margin-left: -12px;
}

.mini_desc_page a {
	color: #AAAAAA;
	text-decoration:none;
}

.mini_desc_page a:hover {
	text-decoration:underline;
}

table .resume_light_encheres {
	font-size:11px;
	line-height: 22px;
}

.connexion {	
	float: right;
	height:63px;
	margin-right: 5px;
	font-family: verdana;
	font-size: 11px;
	background-image: url('../image/fonds/fond_connexion.png');
	background-repeat: repeat-x;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	text-align:right;
	width:230px;
}

.connexion .titre {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.connexion form .champ{
width:72px;	
}	
.connexion form .champ_password{
width:43px;	
}	
.connexion form .espace{
width:70px;	
}	

.connexion .bouton-deconnexion{
	text-align:right;
}
.bouton-deconnexion img{
	padding-top:2px;
	margin-left:2px;
}


.connexion .inscription {
	text-align:right; 
	font-size:9px;
	}

.connexion .inscription a{
color: #059cff;
}

/*
input, select {
	border: 1px solid gray;
}
*/

input, select, option, radio {
	margin: 2px;
}

.connexion input {
	font-size: 9px;
	/*height: 13px;*/
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

.connexion select, .connexion option {
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}


.aide{
	font-family: verdana;
	width: 194px;
	height: 74px;
	font-size: 11px;
	float: right;
	margin-right: 8px;
	padding-left:4px;
	font-weight: bold;
	text-transform: uppercase;
	cursor:pointer;
}

.favori {
	float: right;
	width: 700px;
	margin-right: 6px;
	/* margin-top: 10px; */
	margin-top: 74px;
	text-align: center;
}

.favori .titre {
	font-size: 9pt;
	font-weight: bold;
	color: #059cff;
	margin:0px;
	padding:0px;
	margin-top:15px;
	/*padding-bottom: -12px;*/
	text-align:left;
}

.favori img {
	margin-left: 14px;
	/* vertical-align: bottom; */
}

.favori .onglet-scooter {
	position:relative;
	right:16px;
	float:right; 
	display:block;
	font-family: arial,times, verdana, sans-serif ;	
	font-weight:bold; 
	padding:0px; 
	margin:0px; 
	color:#000000; 
	text-decoration:none; 
	text-transform: uppercase;
	width:104px; 
	height:20px; 
	text-align:left;
	padding-top:16px;
	padding-left:8px;
	font-size:12px; 
}

.favori .onglet-voiture {
	position:relative;
	right:6px;
	float:right; 
	width:104px; 
	height:20px; 
	display:block;
	font-family: arial,times, verdana, sans-serif ;	
	font-weight:bold; 
	padding:0px; 
	margin:0px; 
	color:#000000; 
	text-transform: uppercase;
	text-align:left;
	text-decoration:none; 
	padding-top:16px; 
	padding-left:8px;
	font-size:12px; 
}

.header {
	height: 112px;
	background-image: url('../image/fonds/border_all_top.png');
	background-repeat: no-repeat;
	background-position : bottom;
}

.header .logo-accueil{
margin-left:6px;
float:left;	
}

.encadrement_elements_header{	
position:absolute;
top:0px;
right:4px;
width:700px;
}

.cadre_nous_contacter{	
width:0px; 
height:0px;
position:relative;
float: right;
}


.resume_light_encheres .prix_kidioui {
	color: #059cff;
	text-align: center;
}

.resume_light_encheres .lien_prix_kidioui {
	color: #059cff;
	font-weight: bold;
	text-decoration: none;
}

.resume_light_encheres a {
	color: black;
	text-decoration: none;
}

.case_economie {
	text-align: left;
	padding: 10px;
	border: 1px solid #BBBBBB;
	width: 146px; 
	height: 86px; 
	margin-top: 5px;
	font-size: 11px;
	background-color:white;
}

.economie_chiffre {
	color: #059cff;
	/*font-size: 28px;*/
	font-size: 27px;
	font-weight: bold;
}

.economie_principal {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}


.case_achat_voiture_immediat {
	border:1px solid #BBBBBB; 
	width:163px; 
	height: 129px;
	margin-top:5px;
	padding: 1px;
	padding-top: 2px;
	text-align: center;
	overflow:hidden;
}

.case_achat_voiture_immediat .titre {
	color: black;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}

.case_achat_voiture_immediat .precision_secondaire {
	color: #BBBBBB;
	font-size: 9px;
}

.case_moi_aussi {
	border:1px solid #BBBBBB; 
	width:161px; 
	/*height:108px; */
	height: 113px;
	margin-top:5px;
	padding: 6px;
	padding-top: 8px;
	text-align: center;
}

.case_moi_aussi .titre {
	color: black;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}

.case_moi_aussi .precision_secondaire {
	color: #BBBBBB;
	font-size: 9px;
}

.exemples_enchere .precision_secondaire {
	/*color: #BBBBBB;*/
	font-size: 9px;
	margin-top:2px;
	font-style:italic;
	color: #059cff;
}


.precision_secondaire {
	color: #BBBBBB;
	font-size: 9px;
}

h2 {
	font-size: 26px;
	color: black;
	text-align: left;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 1px;
}

h1 {
	font-size: 26px;
	color: black;
	text-align: left;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 1px;
}

.barre_plan {
	color: #969696;
	background-color: #eeeeee;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	font-size:9px;
}

.barre_plan a{
	color: #969696;
	text-decoration: none;
}

.barre_plan a:hover{
	color: #059cff;
}

.principe_enchere_inversee_etapes {
	text-align: left;
}

.principe_enchere_inversee_etapes div {
	border:1px solid black; 
	width:223px; 
	height:197px; 
	float:left; 
	background-color: white;	
	background-repeat: no-repeat;	
	background-position: top left;
}

.principe_enchere_inversee_etape_1 {
	background-image: url('../image/principe-n1-angle.gif'); 
}

.principe_enchere_inversee_etape_2 {
	background-image: url('../image/principe-n2-angle.gif'); 
	margin-left:12px;
}

.principe_enchere_inversee_etape_3 {
	background-image: url('../image/principe-n3-angle.gif'); 
	margin-left:12px
}

.principe_enchere_inversee_etapes img {
	margin:1px;
}

.principe_enchere_inversee_etapes h2 {
	font-size: 14px; 
	text-transform : uppercase; 
	/*color:#0066FF;*/
	color:#059cff; 	
	font-weight:bold; 
	margin-top: 15px; 
	margin-left:75px; 
	margin-bottom:4px
}

.principe_enchere_inversee_etapes p {
	font-size:85%; 
	text-align:center;
}

.cadre_interieur_type_1 {
	background-image: url('../image/fonds/background_interieur_type_1.png');
	background-repeat: repeat-y;
	background-position : right;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
}

.cadre_interieur_type_2 {
	background-image: url('../image/fonds/background_interieur_type_2.png');
	background-repeat: repeat-y;
	background-position : right;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
}

.cadre_interieur_type_3 {
	background-image: url('../image/fonds/background_interieur_type_3.png');
	background-repeat: repeat-y;
	background-position : right;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
}

.cadre_interieur_principal_type .legende, .cadre_interieur_unique_type .legende {
	color: #aaaaaa;
	font-size: 11px;
	padding-bottom: 5px;
}

.cadre_interieur_principal_type .legende a, .cadre_interieur_unique_type .legende a{
	color: #aaaaaa;
	font-style: italic;
	text-decoration: none;	
}

.cadre_interieur_principal_type .legende a:hover, .cadre_interieur_unique_type .legende a:hover{
	text-decoration: underline;
}

.principe_etape_titre  {
	color: black;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:8px;
}

.principe_etape_titre .numerotation {
	/*color: #0066FF;*/
	color: #059cff;
	font-size: 26px;
	padding-right: 5px;
	font-weight: bold;
}

.explication_principe {
	text-align: justify;
	margin-top:8px;
}

.exemple_enchere_principe {
	background-color: white;
	/*border: 1px solid #0066FF;*/
	border: 1px solid #059cff;
	float: right;
	width: 270px;
	padding: 5px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
}

.cadre_cote_lancer_enchere {overflow:hidden; height:118px;
	border: 1px solid black;
	/*height: 138px;*/
	padding: 5px;
	background-color: white;
	background-image: url('../image/fonds/background_cadre_cote_lancer_enchere.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align:left;
}

.cadre_cote_lancer_enchere select {
	margin-top: 2px;
	font-size: 10px;
	width: 120px;
}

.faq_question {
	font-size:18px;
	color:#059cff;
	margin: 10px;
	margin-left: 0px;
}

.faq_reponse  {
	text-align: justify;
	margin-left: 15px;
	margin-bottom: 25px;
}


.sous_titre_1 {
	color: black;
	font-size: 17px;
	font-weight: bold;
	margin-bottom:8px;
}

.sous_titre_1:first-letter {
	color : #059cff;
	font-size : 20px;  
}

.fielderror {
	color: red;
}

.fieldreq {
	color: black;
} 

.barre_etapes_lancer_enchere {
	text-transform: uppercase;
	text-align:right;
	font-size:11px;
	color: darkgray;
}

.barre_etapes_lancer_enchere strong {
	font-weight:bold;
	color: black;
}

.lien_sous_titre_cote {
	color: white;
	text-decoration:none;
}



.lien-discret a {
	color:black;
	text-decoration:none;
}

.lien-finition-decondaire {
	font-style: italic;
	font-size: 11px;
}

.p_info_1 {
	color:black;
}

.p_info_1 a {
	color:black;
	text-decoration:none;
}

.decription_partenaire {
	
}

.lien_partenaire {
	font-size:14px;
	margin-left: 20px;
}

.sous_titre_fiche_1 {
	font-size:16px; 
	color:#059cff;
	font-weight: bold;
}

/* ***************************** */
/* COMPATIBILITE */

.sous_titre
{
	background-image: url('../image/fonds/fond_sous_titre_bleu.png');
	background-repeat: repeat-y;
	background-position : left;
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 0px;
	padding-left:10px;
}

.sous_titre_2
{
	background-image: url('../image/fonds/fond_sous_titre_gris.png');
	background-repeat: repeat-y;
	background-position : left;
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 0px;
	padding-left:10px;
}

.cadre_interieur_unique_type .sous_titre
{
	background-image: url('../image/fonds/fond_sous_titre_bleu_unique.png');
	background-repeat: repeat-y;
	background-position : left;
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 0px;
	padding-left:10px;
}

.cadre_interieur_unique_type .sous_titre_2
{
	background-image: url('../image/fonds/fond_sous_titre_gris_unique.png');
	background-repeat: repeat-y;
	background-position : left;
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 0px;
	padding-left:10px;
}

.lienSobre {
	color: #000000;
	text-decoration: none;
}

.presse_lire_version_texte {
	color:black;
	text-decoration:none;
}

.presse_version_texte {
	padding:10px;
	margin-left:20px;
	margin-right:20px;
	margin-top:5px;
	border:1px solid #aaaaaa;
}

.clear {
	clear:both;
}

.offres_plus_d_offres {
	text-align:right;
}
.offres_plus_d_offres .vente { font-size:120%; text-decoration: none; color: black; font-weight: bold }
.offres_plus_d_offres .nombre { font-size:150%; font-weight: bold; }
.offres_plus_d_offres .offres { color:red; }

.cadre_achat_voiture {
	width: 715px;
	background-image: url('../image/fonds/fond_module_derniere_enchere_gris.png');
	background-repeat: repeat-x;
	background-position : top;
	text-align:left;
	margin: auto;
	margin-top: 10px;
	padding-top:5px;
}

.offres_de_modele {
	padding-top: 6px;
}

.offres_de_modele .vignette_offres_modele {
	overflow:hidden;
	border:1px solid black;
	width:164px;
	height:111px;
	margin-bottom: 12px;
	position:relative;	
	text-align:center;	
	float:left;
	margin-left: 10px;
}
.offres_de_modele .vignette_offres_modele1 {
	overflow:hidden;
	border:1px solid black;
	width:164px;
	height:111px;
	margin-bottom: 12px;
	position:relative;	
	text-align:center;	
	float:left;
	margin-left: 10px;
}
.offres_de_modele .vignette_offres_modele4 {
	overflow:hidden;
	border:1px solid black;
	width:164px;
	height:111px;
	margin-bottom: 12px;
	position:relative;	
	text-align:center;	
	float: right;
	margin-right: 10px;
}
.offres_de_modele .nom_modele, .offres_de_modele .nom_modele_petit {
	position: absolute;
	width: 105px;
	top : 5px;
	margin:auto;
	text-align: center;
	text-transform: uppercase;
	font-size:13px;
}
.offres_de_modele .nom_modele a, .offres_de_modele .nom_modele_petit a{ text-decoration:none; color:black; }
.offres_de_modele .nom_modele .marque {
}
.offres_de_modele .nom_modele .modele {
	font-weight:bold;
	font-size: 16px;
}
.offres_de_modele .nom_modele_petit .modele {
	font-weight:bold;
	font-size: 12px;
}

.lien {
	color:#059cff; 	
	text-decoration: underline;
	cursor: pointer;
}
.lien:hover
{
	text-decoration: none;
}