/*
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;
}

/* 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;
	-> erreur CSS
	*/
	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: 236px;
	/*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 {
	/* border-top: 1px solid #BBBBBB; */
	color: #AAAAAA;
	font-size: 11px;
	margin-bottom: 4px;
	margin-top: 4px;
	text-align: justify;
	padding-left:10px;
	padding-right:10px;
}

.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: -5px;
}

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

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

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

.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:230px;
}

.connexion a {
	font-size : 9px;
}

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

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

.connexion .champ /*input[type=text]*/ {
	width : 72px;
	height : 12px;
}

.connexion .password /*input[type=password] */{
	width : 43px;
	height : 12px;
}

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

.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;
	cursor : pointer;
}

.aideContact {
	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: 0px;
}

.favori {
	float: right;
	width: 700px;
	margin-right: 6px;
	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-right: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, .cadre_interieur_principal_type2 .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;
	margin-bottom:4px;
}

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

.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 {
	
}

.economies_realisees_p_sous_chiffre {
	margin-top:-5px;
}

.economies_realisees_p2 {
	margin-top:5px;
}

.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;
}

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

/* ************************ */
/* V2 */

.cadre_choisir_scooter {
	overflow:hidden; 
	height:164px;
	/* width: 236px; */
	padding: 6px;
	background-color: white;
	background-image: url('../img/fonds/fond-choisir-scooter.png');
	background-repeat: no-repeat;
	background-position: top right;
	text-align:left;
	margin-bottom: 4px;
}

.cadre_prix_scooter {
	overflow:hidden; 
	height:111px;
	/* width: 236px; */
	padding: 6px;
	background-color: white;
	background-image: url('../img/fonds/fond-prix-scooter.png');
	background-repeat: no-repeat;
	background-position: top right;
	text-align:left;
	margin-bottom: 4px;
}

.cadre_enchere_scooter {
	overflow:hidden; 
	height:114px;
	width: 705px;
	padding: 6px;
	background-color: white;
	background-image: url('../img/fonds/fond-enchere-scooter.png');
	background-repeat: no-repeat;
	background-position: top left;
	text-align:left;
	margin: auto;
	margin-bottom: 4px;
	margin-top: 5px;
}

.cadre_enchere_scooter .partie_select {
	width: 380px;
	float:left;
}

#acc_lenc_marque {
	margin : 2px 0 0 2px;
}

#acc_lenc_chModele select {
	margin : 4px 0 0px 2px;
}

#acc_lenc_chCylindree select {
	margin : 4px 0 0 4px;
	width : 82px;
	
}
#acc_lenc_cylindree {
	margin : 4px 0 0 4px;
	width : 40px;
}

.cadre_enchere_scooter .partie_select .imgEOk {
	margin : 4px 0 0 2px;	
}

.cadre_enchere_scooter .partie_clic {
	width: 300px;
	float:right;
}

.cadre_enchere_scooter .partie_clic .col {
	width: 73px;
	float:left;
	padding-top:35px;
	line-height:20px;
}

.cadre_enchere_scooter .partie_clic .col a {
		padding-left:10px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 11px;
		color:black;
		text-decoration:none;
		background-image: url('../img/puce-enchere.jpg');
		background-repeat: no-repeat;
		background-position: 0px 4px;
}

.titre_vignette_choisir_scooter, .titre_vignette_prix_scooter, .titre_cadre_enchere_scooter {
	color: white;
	font-family: arial;	
	font-size: 17px;
	font-weight: normal;
	text-transform : uppercase;
	margin: 0px;
	padding: 0px;
	margin-bottom : 2px;
	text-align: left;
}

.legende_cadre_choisir_scooter, .legende_cadre_enchere_scooter  {
	font-weight: bold;
	font-size: 11px;
}

.legende_cadre_prix_scooter {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 3px;
}

.cadre_csc_conducteur {
	width: 110px;
	float: left;
	margin-left:8px;
}

.cadre_csc_scooter {
	font-size:10px;
	margin-top:6px;
}

.cadre_csc_scooter input {
	font-size:10px;
	margin:0px;
	padding:0px;
	height:16px;
	margin-right:3px;
	margin-bottom: 5px;
	vertical-align:middle;
}

.cadre_csc_scooter label {
	margin:0px;
	padding:0px;
	display:inline;
}

.cadre_csc_conducteur select {
	width: 100px;
	font-size:10px;
}

.cadre_csc_scooter #puissance {
	font-size:10px;
	margin-right:3px;
	margin-bottom: 0px;
}

.cadre_choisir_scooter .submit {
	margin:0px;
	padding:0px;
	clear:both;
	margin-top:6px;
	text-align: center;
}

.cadre_choisir_scooter .submit .submit_image {
	margin:0px; 
	padding:0px; 
}

.cadre_prix_scooter #chPrixScooterModele {
	display: inline;
}

.cadre_prix_scooter select {
	width: 100px;
	font-size:10px;
	margin-left: 10px;
}

.cadre_prix_scooter .submit {
	vertical-align:bottom;
	margin-top: -5px;
	float: right;
	margin-right: 13px;
}

#acc_lenc_marque {
	width: 232px;
	font-size:10px;
}

#acc_lenc_chModele {
	display:inline;
}

#acc_lenc_modele {
	width: 142px;
	font-size:10px;
}

#acc_lenc_chCylindree {
	display:inline;
}

#acc_lenc_cylindree {
	width: 82px;
	font-size:10px;
}

.cadre_type_offre_accueil {
	height: 124px;
	width:165px;
	float:left;
	padding: 5px;
	padding-top:7px;
	padding: 5px;
	background-image: url('../img/fonds/background_cadre_type_offre_accueil.png');
	background-repeat: repeat-x;
	background-position: top;
}

.cadre_type_offre_accueil_first {
	height: 124px;
	width:165px;
	float:left;
	padding: 5px;
	padding-top:7px;
	padding: 5px;
	background-image: url('../img/fonds/background_cadre_type_offre_accueil.png');
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 6px; 
}

.cadre_type_offre_accueil_last {
	height: 124px;
	width:165px;
	float: right;
	padding: 5px;
	padding-top:7px;
	padding: 5px;
	background-image: url('../img/fonds/background_cadre_type_offre_accueil.png');
	background-repeat: repeat-x;
	background-position: top; 
}

.cadre_types_offres_accueil {
	padding-left: 6px;
	padding-right: 6px;
	height: 136px;
	text-align: center;
}
.cadre_type_offre_accueil_first .titre, .cadre_type_offre_accueil_last .titre, .cadre_type_offre_accueil .titre {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}

.cadre_type_offre_accueil_first img, .cadre_type_offre_accueil_last img, .cadre_type_offre_accueil img {
	margin-left:1px;
	margin-right: 2px;
	margin-bottom: 15px;
}

.cadre_type_offre_accueil_first p, .cadre_type_offre_accueil_last p, .cadre_type_offre_accueil p {
	margin-top: 13px;
	font-size:11px;
	width: 96px;
	float:right;
	text-align: left;
}

.cadre_type_offre_accueil_first .bouton, .cadre_type_offre_accueil_last .bouton, .cadre_type_offre_accueil .bouton {
	border: 1px solid black;
	background-color: #e6e6e6;
	font-size:11px;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 10px;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
}

.cadre_type_offre_accueil_first .bouton:hover, .cadre_type_offre_accueil_last .bouton:hover, .cadre_type_offre_accueil .bouton:hover {
	background-color: #f9a109;
	text-decoration: none;
	color: black;
}

.cadre_meilleurs_accueil {
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 4px;
}

.cadre_meilleurs_accueil .contenu {
	height: 121px;
	border:1px solid #858585;
	position:relative;z-index:0; 
}

.cadre_meilleurs_accueil .rubrique {
	float:left;
	border:1px solid #cecece;
	border-bottom:0px solid #cecece;
	margin-right:6px;
	background-color: #f2f2f2;
	height:15px;
	padding:3px;
/*	padding-left:10px;
	padding-right:10px;*/
	text-transform:uppercase;
	font-weight: bold;
	font-size:13px;
	width:164px;
	text-align:center;
	color:#9b9b9b;
	cursor:pointer;
}

.cadre_meilleurs_accueil .rubrique_selectionnee {
	float:left;
	border-top:1px solid #858585;
	border-left:1px solid #858585;
	border-right:1px solid #858585;
	/* border-bottom:1px solid white; */
	margin-right:6px;
	background-color: white;
	height:16px;
	padding:3px;
/*	padding-left:10px;
	padding-right:10px;*/
	text-transform:uppercase;
	font-weight: bold;
	font-size:13px;
	width:164px;
	text-align:center;
	position:relative;
	z-index:2;
}

.cadre_meilleurs_accueil .rubriques {
	height:22px;
	overflow:visible;
}

.cadre_meilleurs_accueil .rubrique strong, .cadre_meilleurs_accueil .rubrique_selectionnee strong {
	color:#f38512;
}

.cadre_chiffres_accueil {
	height: 136px;
	width:305px;
	padding: 5px;
	padding-top:7px;
	background-image: url('../img/fonds/petit_fond_2.png');
	background-repeat: repeat-x;
	background-position: bottom;
	float: right;
	margin-right:0px;
}

.cadre_offre_jour_accueil {
	height: 136px;
	width:385px;
	padding: 5px;
	padding-top:7px;
	background-image: url('../img/fonds/petit_fond_2.png');
	background-repeat: repeat-x;
	background-position: bottom;
	float:left;
	margin-left:0px;
}

.cadre_offre_jour_accueil .titre_cadre_principal {
	margin-bottom:10px;
}

.cadre_offre_jour_accueil .titre_cadre_principal .em {
	color:#858585
}

.cadre_offre_jour_accueil .description {
	float:right; 
	padding-right:10px; 
	width:230px;
}

.cadre_offre_jour_accueil .description .description_longue {
	font-size:10px; 
	text-align:justify;
}

.cadre_offre_jour_accueil .description .en_savoir_plus {
	text-align:right; 
	font-size:10px;
}

.bande_accueil_2 {
	height: 148px;
	margin-top:8px;
	padding-left:6px;
	padding-right:6px;
}

.contenu_dernieres_encheres {
	display:block;
	padding-top:10px;
}

.alignement_derniere_enchere {
	
}

.alignement_derniere_enchere_premiere {
	float:left; 
	margin-left:5px;
	width:228px;
}

.alignement_derniere_enchere_milieu {
	float:left; 
	margin-left:5px;
	width:228px;
	margin-left:10px;
}

.alignement_derniere_enchere_derniere {
	float:right; 
	margin-right:5px;
	width:228px;
}

.contenu_meilleures_remises {
	display:none;
	padding-top:20px;
}

.alignement_meilleures_remises_premiere {
	float:left; 
	width:135px;
}

.alignement_meilleures_remises_milieu {
	float:left; 
	margin-left:10px;
	width:135px;
}

.alignement_meilleures_remises_derniere {
	float:right; 
	width:135px;
}

.contenu_meilleures_ventes {
	display:none;
	padding-top:20px;
}

.contenu_meilleures_notes {
	display:none;
	padding-top:20px;
}

.bande_accueil_3 {
	height: 180px;
	padding-left:6px;
	padding-right:6px;
	margin-top:6px;
}

.cadre_engagement_accueil {
	float:left;
	width:384px;
	background-image: url('../img/fonds/fond_cadre_engagement_accueil.jpg');
	background-repeat: repeat-y;
	background-position: left;
	padding: 5px;
	height: 170px;
}

.cadre_presse_accueil {
	float:right;
	text-align:center;
	width:315px;
	height: 180px;
}

.cadre_presse_accueil img {
	margin-top:15px;
}

.cadre_engagement_accueil li {
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-top:10px;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	background: url('../img/puce_engagement.jpg') no-repeat 0px 4px;
	padding-left:22px;
}

.cadre_engagement_accueil li strong {
	font-size:18px;
	font-weight: bold;
	color: #f38512;
}

.cadre_onglet_facebook {
	/*width : 216px;
	height : 30px;*/
	width : 236px;
	height: 89px;
	margin-bottom: 4px;
}

.cadre_onglet_qui_sommes_nous {
	width:216px;
	background-image: url('../img/fonds/onglet_temoignages.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px;
	height: 58px;
	text-align:left;
	color:black;
	margin-top:4px;
}

.cadre_onglet_contact {
	width:216px; 
	background-image: url('../img/fonds/onglet_contact.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px;
	height: 58px;
	text-align:left;
	color:black;
	margin-top:4px;
}

.cadre_onglet_temoignages {
	width:216px;
	background-image: url('../img/fonds/onglet_temoignages.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px;
	height: 58px;
	text-align:left;
	color:black;
	margin-top:4px;
}

.titre_vignette_2 {
	color: black;
	font-family: arial;	
	font-size: 16px;
	text-transform : uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top:3px;
	text-align: left;
}

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

.cadre_onglet_qui_sommes_nous p, .cadre_onglet_contact p, .cadre_onglet_temoignages p {
	color: #9b9b9b;
	font-size:11px;
}

#onglet_geographie {
	width:234px; 
	height:142px;
	float:right; 
	border:1px solid #cecece; 
	margin-bottom:6px;
	margin-top:4px;
	/* position:relative; */
	
	text-align:right;
}

.onglet_geographie_A8 {
	width:234px; 
	height:142px;
	/*float:right; */
	/*border:1px solid #cecece; */
	/*margin-bottom:6px;
	margin-top:4px;*/
	position:relative;
	
	background-image: url('../img/onglets/regions/ile_de_france.jpg');
	background-repeat: no-repeat;
	background-position: 15px 24px;
	
	text-align:right;
}

.onglet_geographie_B8 {
	width:234px; 
	height:142px;
	/*float:right; 
	border:1px solid #cecece; 
	margin-bottom:6px;
	margin-top:4px;*/
	position:relative;
	
	background-image: url('../img/onglets/regions/paca.jpg');
	background-repeat: no-repeat;
	background-position: 15px 22px;
	
	text-align:right;
}

.onglet_geographie_B9 {
	width:234px; 
	height:142px;
	/*float:right; 
	border:1px solid #cecece; 
	margin-bottom:6px;
	margin-top:4px;*/
	position:relative;
	
	background-image: url('../img/onglets/regions/rhone_alpes.jpg');
	background-repeat: no-repeat;
	background-position: 15px 22px;
	
	text-align:right;
}

#onglet_geographie .titre  {
	color: black;
	font-family: arial;	
	font-size: 14px;
	text-transform : uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top:3px;
	text-align: center;
}

#onglet_geographie .titre strong {
	color: #f38512;
}

#onglet_geographie select {
	font-size:11px;
	width:140px;
	/*
	position:absolute;
	top:50px;
	right: 15px;
	*/
	margin-top:5px;
}

#onglet_geographie p {
	font-size:11px;
	position:absolute;
	bottom:8px;
	left: 0px;
	padding-left:8px;
	padding-right:8px;
	text-align: right;
	width:204px;
}

#onglet_geographie .chiffre {
	font-size:13px;
	color: #f38512;
	font-weight: bold;
}

.spacer {
	clear:both;
}


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

.bandeau-achat-scooter #bandeau-achat-scooter {
	float:left; 
	margin-bottom:4px;
}

.bouton_bandeau_achat_scooter {
	position:absolute; 
	bottom:0px; 
	right:30px; 
	cursor:pointer;
}
/* tableau scooter */

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

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

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

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


/* cadre interieur presentation page */
.cadre_interieur_presentation_page
{
	position:relative; 
	width:730px; 
	height:144px; 
	float:left;
	background-image:url('../img/fonds/background_cadre_interieur_presentation_page.jpg');
	background-repeat: repeat-x;
	margin-bottom:6px; 
	margin-top:2px;
}

.cadre_interieur_presentation_page h1 {
	text-transform:uppercase;
	font-size:23px;
	padding-left:5px;
}

.cadre_interieur_presentation_page p
{
	padding-top:2px;
	padding-left:5px;
	font-size:20px;
}

#cadre_interieur_presentation_page_marge
{
		padding-left:30px;
}

.cadre_interieur_presentation_page p
{
		font-size:11px;
}
 
.cadre_interieur_presentation_page .cadre_couleur_principale p
{
	background-color:#fdead7;
	font-size:11px;
	color:#f38512;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:5px;
	width:500px;
	padding:5px;
}

.scooter_illustratif_a {
	float:right;
	padding-right:40px;
	padding-top:13px;
}
 
 .couleur_gras_gris
{
	font-weight:bold;
	color:#808080;
}
 
 .couleurPrincipale
{
	color:#f38512;
}

/* Onglet meilleures offres */

.cadre_onglet_meilleures_offres {
	width:216px;
	background-color:#e4e4e4;
	padding:2px 12px 9px 8px;
	height: 40px;
	text-align:left;
	margin-bottom:5px;
	font-size:11px;
}

.meilleures_offres_texte_italique_gras {
	font-size: 15px;
	font-weight: bold;
	font-style:italic;
}

.meilleures_offres_texte
{
	font-size:11px;
}

.meilleures_offres_texte_important
{
	padding-left:30px;	
	font-size:15px;
}

/* Fin */

/* Onglet promotion */
.cadre_onglet_promotion {
	width:214px;
	background-image:url('../img/fonds/background_onglet_promotion.png');
	padding: 10px;
	padding:0px 10px 5px 10px;
	height: 125px;
	color:black;
	text-align:left;
	margin-bottom:5px;
	border:1px solid black;
	font-size:11px;
}

.cadre_onglet_promotion_titre {
	color: white;
	font-family: arial;	
	font-size: 18px;
	text-transform : uppercase;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top:3px;
	text-align: left;
}

.cadre_onglet_promotion_texte
{
	float:left;
	margin-top:15px;
	font-size:11px;
}

.cadre_onglet_promotion .bouton
{
	float:right;
	padding-right:12px
}

.cadre_onglet_promotion .icone
{
	float:right;
	padding-right:8px;
}


/* Fin */

.video_m6 {
}

.video_m6 .titre {
	color:black; 
	text-align:center; 
	background-color:#e0e0e0; 
	font-weight:bold;
}

.cadre_derniere_enchere {
	width:228px; 
	height:107px; 
	text-align:left; 
	background-color:white; 
	position:relative;
}

.cadre_derniere_enchere img {
	position:absolute; bottom:0px;
}

.cadre_derniere_enchere .nom_scooter {
	position:absolute; 
	top:0px; 
	color:#000000; 
	font-weight:bold; 
	text-decoration:none; 
	font-size:11px;
}

.cadre_derniere_enchere .cylindree {
	color:#969696; 
	font-size:11px;
	font-weight:normal;
}

.cadre_derniere_enchere .cadre_prix {
	background-image: url('../img/fonds/fond_cadre_prix_derniere_enchere.jpg');
	background-repeat: repeat-y;
	background-position: right;
	position:absolute; 
	right:0px; 
	width:119px; 
	height:107px;  
	padding-right:7px; 
	text-align:right;
}

.cadre_derniere_enchere .prix_achat {
	font-size:35px; 
	font-weight:bold;
	padding:0px; 
	margin:0px; 
	line-height:35px;
}

.cadre_derniere_enchere .prix_vente {
	font-size:11px; 
	font-weight:bold; 
	background-color:#fcdcc0; 
	color:#f38512; 
	padding-left:2px; 
	padding-right:2px;
}

.cadre_derniere_enchere .acheteur {
	font-size:11px; 
	font-weight:bold;
	margin-top:7px;
	margin-left : 14px;
	text-align : right;
}

.cadre_derniere_enchere .date {
	font-size:11px; 
	margin-top:7px; 
	color:#f38512;
}

.meilleure_remise {
	width:135px; 
	height:90px; 
	text-align:left; 
	background-color:white; 
	position:relative;
}

.meilleure_remise img {
	position:absolute; 
	bottom:0px;
}

.meilleure_remise .a_nom_scooter {
	position:absolute; 
	top:0px; 
	color:#000000; 
	font-weight:bold; 
	text-decoration:none; 
	font-size:11px;
}

.meilleure_remise .div_nom_scooter {
	position:absolute; 
	top:0px; 
	color:#000000; 
	font-weight:bold; 
	text-decoration:none; 
	font-size:11px;
}

.meilleure_remise .cylindree {
	color:#969696; 
	font-size:11px; 
	font-weight:normal;
}

.cadre_interieur_principal_type2 {
	background-image: url('../img/fonds/background_cadre_interieur_principal.gif');
	background-repeat: repeat-x;
	background-position : top;
	width: 718px;
	margin-right:0px;
	padding-left: 6px;
	padding-right: 6px;
	float: left;
}

.periode_remise {
	color:#666666; 
	font-size:10px;
	font-weight:normal;
	position : absolute;
	bottom : 1px;
	left : 13px;
}

.cadre_interieur_principal_type3 {
	width: 730px;
	float: left;
}

.barre_plan2 {
	color: #969696;
	background-color: #eeeeee;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 3px;
	font-size:9px;
	width: 724px;
	float: left;
}

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

.barre_plan2 a:hover{
	color: #f38512;
}

/* EXPLAIN */

#explain				{ background:url('../img/bandeau-achat-scooter/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('../img/bandeau-achat-scooter/explain_1.png') no-repeat top left; margin:0 0; }
#explain #de			{ background:url('../img/bandeau-achat-scooter/bg_un.gif') no-repeat 60px 10px; margin:0 0 0 730px; }
#explain #tr			{ background:url('../img/bandeau-achat-scooter/bg_de.gif') no-repeat 60px 10px; margin:0 0 0 1460px; }
#explain #qu			{ background:url('../img/bandeau-achat-scooter/bg_tr.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:#f38512; 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:#f38512; 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; }


/* FIN EXPLAIN */

.cadre_interieur_principal_type_titre1
{
		font-size:20px;
		margin-top:8px;
}

.offre_aff2 {
	width:135px; 
	text-align:left; 
	background-color:white; 
	position:relative;
	border:1px solid #BBBBBB;
	height:111px;
}

.offre_aff2 img {
	position:absolute; 
	bottom:11px;
}

.offre_aff2 .a_nom_scooter {
	position:absolute; 
	top:0px; 
	color:#000000; 
	font-weight:bold; 
	text-decoration:none; 
	font-size:11px;
	padding:3px;
}

.offre_aff2 .div_nom_scooter {
	position:absolute; 
	top:0px; 
	color:#000000; 
	font-weight:bold; 
	text-decoration:none; 
	font-size:11px;
}

.offre_aff2 .cylindree {
	color:#969696; 
	font-size:11px; 
	font-weight:normal;
}

.offre_aff2 .type_offre {
	position:absolute; 
	bottom:0px; 
	color:#969696; 
	font-weight:bold; 
	text-decoration:none; 
	font-size:11px;
	padding-left:3px;
	padding-right:3px;
	display:block;
	text-align:center;
	width:135px;
}

.offre_aff2_toutes {
	width:135px; 
	text-align:left; 
	background-color:white; 
	position:relative;
	border:1px solid #BBBBBB;
	height:111px;
}

.cadre_categorie_exemples_offre_achat_scooter {
	margin-left:6px; 
	margin-right:6px; 
	margin-bottom:2px; 
	padding-top:4px; 
	background-image: url('../img/fonds/background_cadre_type_offre_accueil.png');
	background-repeat: repeat-x; 
	background-position: top;
}


.cadre_categorie_exemples_offre_achat_scooter table {
	width:100%; 
	border-collapse:separate; 
	margin-top:0px; 
	text-align:center;
}

.titre_categorie_exemples_offre_achat_scooter {
	padding : 0 8px 0 8px;
	font-size:15px;	
}

.mini_footer img {
	float:right; 
	cursor:pointer;
}

#cadre_elements_header {
	position:absolute; 
	top:0px; 
	right:4px;
	width:700px;
}

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

.nouscontactercadre1 {
	display : none;
	width:264px; 
	height:119px; 
	position:absolute; 
	top:0px; 
	right:-255px; 
	overflow:hidden;
}

.nouscontactercadre2 {
	display : block;
	width:264px; 
	height:119px; 
	position:absolute; 
	top : -103px;
	right:-255px; 
	overflow:hidden;
}

.nouscontacter1 {
	padding-left:21px; 
	background-image: url('../img/fonds/border_top_left_cadre_page.png'); 
	background-repeat: no-repeat; 
	background-position : top left;
}

.nouscontacter2 {
	padding-right:21px; 
	background-image: url('../img/fonds/border_top_right_cadre_page.png'); 
	background-repeat: no-repeat; 
	background-position : top right;
}

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

.nouscontacter4 {
	background-image: url('../img/fonds/border_left_cadre_page.png'); 
	background-repeat: repeat-y; 
	background-position : left; 
	padding-left:8px;
}

.nouscontacter5 {
	background-image: url('../img/fonds/border_right_cadre_page.png'); 
	background-repeat: repeat-y; 
	background-position : right; 
	padding-right:8px;
}

.nouscontacter6 {
	background-color:white; 
	border:1px solid black; 
	width:240px; 
	height:95px; 
	padding:3px;
}

.nouscontacter7 {
	text-align:right; 
	float:right; 
	width:11px; 
	padding:0px; 
	margin:0px;
}

.nouscontacter_close {
	cursor:pointer; 
	font-weight:bold; 
	color:#aaaaaa; 
	border:1px solid white; 
	padding-left:1px; 
	padding-right:1px;
}

.nouscontacter8 {
	background-color:#e6e6e6; 
	font-weight:bold; 
	text-align:center;
}

.nouscontacter6 table {
	border-spacing:3px; 
	margin-left:-3px; 
	margin-right:-3px; 
	font-size:10px
}

.nouscontacter6  td {
	border:1px solid #e6e6e6; 
	text-align:center; 
	width:80px;
}

.nouscontacter6 a {
	text-decoration:none; 
	color:black; 
	cursor:pointer;
}

.nouscontacter9 {
	padding-left:21px; 
	background-image: url('../img/fonds/border_bottom_left_cadre_page.png'); 
	background-repeat: no-repeat; 
	background-position : bottom left;
}

.nouscontacter10 {
	padding-right:21px; 
	background-image: url('../img/fonds/border_bottom_right_cadre_page.png'); 
	background-repeat: no-repeat; 
	background-position : bottom right;
}

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

.imgKidioui {
	margin-left:2px; 
	float:left;
}

.clear {
	clear:both;
}


