/*
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('../img/fonds/background_site.png');
	background-repeat: repeat-x;
}

a
{
	text-decoration: underline;
	color: #f38512;
}

a:hover
{
	text-decoration: none;
}

a img {
	border:0px solid black;
}

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

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

strong {
	font-weight: bold;
}


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

.bordure_top_cadre_de_page  {
	background-image: url('../img/fonds/border_all_top.png');
	background-repeat: repeat-x;
	background-position : top;
	height: 8px;
}

.bordure_bottom_cadre_de_page  {
	background-image: url('../img/fonds/border_all_bottom.png');
	background-repeat: repeat-x;
	background-position : bottom;
	height:8px;
}

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

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


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

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

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

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

/* MENU */
/* V1 */

.menu_v1
{
	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_v1 a
{
	font-family: verdana;
	color: #d7d7d7;
	font-weight: normal;
	text-decoration: none;
	border-top: 4px solid #000000;
	border-bottom: 4px solid #000000;
	/*margin-left: 28px;
	margin-right: 28px;*/
	margin-left: 29px;
	margin-right: 29px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.menu_v1 a:hover
{
	border-bottom: 5px solid #f38512;
}

/* V2 */

#menu
{
	font-size: 11px;
	background-color: #000000;
	list-style-type:none;
	height:29px;
	line-height:29px;
}

#menu li
{
	background-image: url('../img/separation_menu.png');
	background-repeat: no-repeat;
	background-position : top 100;
	background-color: #000000;
	float:left; 
	list-style-type:none;	
	z-index:10000;
	/* width:auto; */
}

#menu li a
{
	font-family: verdana;
	color: #d7d7d7;
	font-weight: normal;
	text-align: center;	
	float:none !important /*Non-IE6*/; 
	float:left /*IE-6*/; 
	display:block;
	text-decoration:none; 
	margin:0px;
	/* width:auto; */
}

/* ---Taille des menus--- */
#menu #MenuPrincipe, #menu #MenuPrincipe a 
{
	width:133px;
}

#menu #MenuOffre,#menu #MenuOffre a
{
	width:138px;
}

#menu #MenuAccueil, #menu #MenuAccueil a
{
	width:125px;
}

 #menu #MenuScooter,  #menu #MenuScooter a
 {
	width:150px;
 }

#menu #MenuGuide, #menu #MenuGuide a
{
	width:155px;
} 

#menu #FAQ, #menu #FAQ a
{
	width:100px;
}

#menu #MenuContact, #menu #MenuContact a
{
	width:165px;
}
/* Fin taille sous menus */

/* menu*/
#menu  li:hover, #menu  li.sfhover { 
	position:relative;	
}

#menu  li:hover a .souligner, #menu  li.sfhover a .souligner
{ 
	border-bottom:5px #f38512 solid;
}

#menu  li ul
{
	display:none; 
	border:none;	
}

#menu  li:hover ul, #menu  li.sfhover ul  
{ 
	display:block; 
	position:absolute; 
	z-index:1200;
	top:29px; /*Position des sous menus (hauteur) */
}

/* Sous menus */ 
#menu  li:hover ul li   a, #menu  li.sfhover ul li a
{
	border-top:1px solid #626766; 
	border-left: 4px solid black;
	border-right: 4px solid black;	
}

#menu  li:hover ul li a:hover, #menu  li.sfhover ul li a:hover
{
	border-left: 4px solid #f38512;	
}

#MenuOffre  ul li 
{
	width:185px;
}

#menu #MenuScooter   ul li 
{
	width:150px;
}

#menu #MenuGuide ul li
{
	width:155px;
}

#menu #MenuGuide ul li a {
	width:151px;
}

#menu #MenuOffre  ul li a {
	width:181px;
}

#menu #MenuScooter   ul li a
{
	width:146px;
}

/*
#MenuContact 
{
	border-right:black 6px solid;
	position:relative;	
}
*/

.souligner
{
	padding-top:3px;
	padding-bottom:3px;
}

.sousmenu_separation
{
	border-top:white 1px solid;
}

/* FIN MENU */


.bandeau_conteneur {
	margin-top: 3px;
	margin-bottom: 3px;
	height: 161px;
}

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

.cadre_interieur_principal_type {
	background-image: url('../img/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('../img/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_interieur_secondaire {
	float:right;
	width: 231px;
	/*height: 404px;*/
	text-align: right;
}

.cadre_interieur_footer {
	background-color: #f38512;
	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('../img/fonds/background_cadre_lancer_enchere.gif');
	background-repeat: no-repeat;
	background-position: top 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_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: #BBBBBB; */
	border-top: 1px solid #BBBBBB;
	color: #AAAAAA;
	font-size: 9px;
	padding-top: 4px;
	margin-bottom: 0px;
	margin-top: 0px;
	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-top: 0px;
	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;
}

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('../img/fonds/fond_connexion.png');
	background-repeat: repeat-x;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	text-align:right;
	width:226px;
}

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

/*
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 {
	float: right;
	height: 63px;
	margin-right: 8px;
	font-size: 9px;
	background-image: url('../img/fonds/fond_connexion.png');
	background-repeat: repeat-x;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
}

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

.favori .titre {
	float:right;
	font-size: 13px;
	font-weight: bold;
	color: #f38512;
	margin:0px;
	padding:0px;
	margin-top:15px;
	text-align:right;
	margin-right: 17px;
}

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

.favori .onglet-scooter {
	float:right; 
	display:block; 
	padding:0px; 
	margin:0px; 
	text-transform: uppercase; 
	color:#f38512; 
	text-decoration:none; 
	font-weight:bold; 
	width:100px; 
	height:24px; 
	padding-top:15px; 
	font-size:14px; 
	margin-left:2px;
}

.favori .onglet-voiture {
	float:right; 
	display:block; 
	padding:0px; 
	margin:0px; 
	text-transform: uppercase; 
	color: #0066FF; 
	text-decoration: none; 
	font-weight:bold; 
	width:100px; 
	height:24px; 
	padding-top:14px; 
	font-size:15px; 
	margin-rightt:2px;
}

.header {
	height: 112px;
	margin-left:4px;
	margin-right:4px;
	
	background-image: url('../img/fonds/border_all_top.gif');
	background-repeat: no-repeat;
	background-position : bottom;
}

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

.resume_light_encheres .lien_prix_kidioui {
	color: #f38512;
	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: #f38512;
	/*font-size: 28px;*/
	font-size: 27px;
	font-weight: bold;
}

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

.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: #f38512;
}


.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: #f38512;
}

.principe_enchere_inversee_etapes {
	text-align: left;
}

.principe_enchere_inversee_etapes img {
	border:1px solid black;
	margin-right:8px;
}

.cadre_interieur_type_1 {
	background-image: url('../img/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('../img/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('../img/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;
}

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

.principe_etape_titre .numerotation {
	color: #f38512;
	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 #f38512;
	float: right;
	width: 270px;
	padding: 5px;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:10px;
}

.cadre_cote_lancer_enchere {overflow:hidden; height:100px;
	border: 1px solid black;
	/*height: 138px;*/
	padding: 5px;
	background-color: white;
	background-image: url('../img/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;
}

.cadre_cote_lancer_enchere .ong_lenc_bouton {
	position:absolute; 
	right:60px;
}

.cadre_cote_lancer_enchere .ong_lenc_div_bouton {
	position:relative; 
	float:right; 
	margin-top: 5px; 
	text-align:left;
}

.faq_question {
	font-size:18px;
	color:#f38512;
	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 : #f38512;
	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;
}

.sous_titre_leger
{
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 0px;
	padding-left:0px;
}

.cadre_interieur_leger
{
	padding: 3px;
	text-align: left;
}

.fiche_scooter_texte p, .fiche_scooter_texte p {
	text-indent: 20px;
	margin-bottom: 4px;
}

.lien-discret a {
	color:black;
	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;
}

.decription_partenaire {
	
}

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

.p_info_1 {
	color:black;
}

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

.p_intro_1 {
	font-size:12px;
}

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

.sous_titre_categorie_1 {
	color: white;
	background-color:#333333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 2px;
}

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

.sous_titre
{
	background-image: url('../img/fonds/fond_sous_titre_orange.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('../img/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;
}

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

/* tableau scooter */

#tableauScooter
{
	border-spacing:0px 5px;
	width:100%; 
	color:#f38512;
}

#tableauScooter .thCentrer
{
	text-align:center;
	font-weight:normal;
}

.thprincipale
{
	text-align:left;
}

#tableauScooter .trResultat
{
		background-color:white;
		color:black;
		font-size:14px;
}

#tableauScooter .tdMarque
{
	text-align:left;
	padding-top:1px; 
	padding-bottom:1px;
	padding-left:10px;
}

#tableauScooter .tdModele
{
		font-size:11px;
}

#tableauScooter .tdResultat
{
	text-align:right;
	padding-bottom:1px; 
	padding-top:1px;
	font-weight:normal;
	font-size:12px;
}

#tableauScooter .tdPrixKidioui
{
	font-size:17px;
	color:#f38512;
	font-weight: bold;
}

#tableauScooter td
{
	text-align:center;
	font-weight:bold;	
	color:black;
	background-color:white;
}