/* feuille de style CSS */

/**********************************************************************/
/* Général Feuille */
/**********************************************************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

/*	background-image: url(/imgs/fond_roche.jpg); */  /* désactivé pour le debug */
}
h1{
	margin: 0px;
	padding: 0px;
}
p{
	margin: 0px;
	padding: 0px;
text-align: center; /* centre le contenue*/
}
a {
	text-decoration: none;
}
.repeat_h{
	background-repeat: repeat-x;
}
.repeat_v{
	background-repeat: repeat-y;
}


/**********************************************************************/
/* HEADER */
/**********************************************************************/
/* image de fond du header */
#head_img{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}
/* logo outback import */
#head_logo{
	position: absolute;
	left: 670px;
	top: 10px;
	z-index: 1;
}
/* logo outback import */
#head_outchal{
	position: absolute;
	left: 500px;
	top: 15px;
	z-index: 1;
}
/* logo dresden breslau */
#head_dresden{
	border: 1px solid #FFFFFF;
	position: absolute;
	left: 273px;
	top: 20px;
	z-index: 1;
}
/*#head_dresden2{
	position: absolute;
	left: 273px;
	top: 70px;
	z-index: 2;
}

	/*-----------------------------------------*/
	/* encadré "appelez nous" */
	/*-----------------------------------------*/
table.boxcallus_box{	/* position globale box */
/*	border: 1px solid #FF0000;*/
	position: absolute;
	left: 10px;
	top: 14px;
}
table.boxcallus_content{		/* contenu box */
	background-color: #FFFFFF;
	height: 47px;
	width: 215px;
}
.boxcallus{
	position: absolute;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #303090;
}
table.boxcallus{
/*	border: 1px solid #FF0000;*/
	position: absolute;
	left: 90px;
	top: 15px;
}
img.boxcallus{				/* photo patrice au téléphone */
	position: absolute;
/*	left: 12px;
	top: 15px;*/
	left: 10px;
	top: 15px;
}
p.boxcallus1{	/* Appelez-nous */
	position: relative;
	top: -1px;
	font-size: 10px;
	color: #888888;
}
p.boxcallus2{	/* Tel */
	position: relative;
	top: 1px;
	font-size: 18px;
	font-weight: bold;
}
a.boxcallus{	/* mail */
	position: relative;
	top: 2px;
	font-size: 11px;
	text-decoration: underline;
}
a.boxcallus:hover{
	color: #FFB400;
}
p.boxcallus3{	/* adresse */
	position: relative;
	top: 2px;
	font-size: 11px;
	color: #707070;
}


/* encadré "outback challenge" */
.head_outchlge{
	position: absolute;
	border-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	color: #FFFFFF;
}
.head_outchlge:hover{	/* besoin de IE8.js ! pour IE */
	border-color: #FFFFFF;
}
img.head_outchlge{	/* positionnetement image */
	left: 420px;
	top: 5px;
	z-index: 1;
}
p.head_outchlge{	/* positionnement lien */
	left: 418px;
	top: 77px;
	z-index: 2;
}

/* Menu secondaire */
.blk_head{
	position: relative;
	height: 100px;
	width: 40px;
}
.menu_sec{
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
table.menu_sec{
	position: relative;
	left: 12px;
	z-index: 2;
	height: 30px;
}
td.menu_sec{
	padding-left: 5px;
	padding-right: 5px;
}
a.menu_sec{
	text-decoration: underline;
}
a.menu_sec_selected{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.menu_sec:hover{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	background-color: #FFD800;
}

/* tableau conteneur de menu principal */
.blk_head2{
	width: 40px;
	height: 3px;
}
.menutab{
	position: relative;
	left: 10px;
	z-index: 2;
	width: 649px;
	height: 28px;
}

/* Drapeaux acces multilingues */
table.head_lang{
	margin-left: 5px;
	width: 78px;
}
img.head_lang{
	margin-right: 5px;
}

/* Menu principal */
.menu{
	font-family: Calibri, Cambria, Georgia;
	font-size: 16px;
}
table.menu{	/* positionnement de la table des articles */
	width: 565px;
	height: 28px;
	background-image: url(/imgs/menu_bg.gif);
}
td.menu{	/* espacement entre les articles */
	padding-left: 15px;
	padding-right: 15px;
}
a.menu{			/* articles écrits en blanc */
	color: #FFFFFF;
}
a.menu:hover{		/* articles noirs qd souris dessus */
	color: #FFD800;
	font-weight: bold;
}
a.menu_selected{
	font-weight: bold;
	color: #FFD800;
}
a.menu_selected:hover{	/* article noir qd selectionné et souris dessus */
	color: #FFD800;
	font-weight: bold;
}
td.menu_selected{
	padding-left: 15px;
	padding-right: 15px;
}





/**********************************************************************/
/* CONTENT */
/**********************************************************************/

/* Sous-Menu local à la page */
table.ssmenutab{
	position: relative;
	left: 10px;
	z-index: 2;
	height: 25px;
	width: 649px;
}
.ssmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
.ssmenu2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
table.ssmenu{
	background-color: #DADAD4;
	height: 25px;
	width: 636px;
}
table.ssmenu2{
	background-color: #DADAD4;
	height: 25px;
	width: 636px;
}
td.ssmenu{
	padding-left: 20px;
	padding-right: 20px;
}
td.ssmenu2{
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
}
td.ssmenu3{
	padding-left: 15px;
	padding-right: 0px;
}
td.ssmenu4{
	padding-left: 15px;
	padding-right: 0px;
}
td.ssmenu_selected{
	padding-left: 20px;
	padding-right: 20px;
}
td.ssmenu2_selected{
	padding-left: 20px;
	padding-right: 20px;
}
a.ssmenu{
	text-decoration: underline;
}
a.ssmenu2{
	text-decoration: underline;
}
a.ssmenu_selected{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.ssmenu2_selected{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.ssmenu:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	background-color: #FFD800;
}
a.ssmenu2:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	background-color: #FFD800;
}


/* Espace contenu principal */
.contenttab{	/* cadre du content et de la vignette à droite */
	position: relative;
	z-index: 110;
	width: 890px;
	left: 10px;
}
img.contenttab{	/* espace entre contenu et vignette à droite */
	width: 20px;
}
#contentcadre{
	background-color: #FFFFFF;
	width: 0px;
}
#contentcadre2{
	border: 1px solid #FFFFFF;
	background-color: #DFDFDD;
	width: 647px;
}
.contentcadre3{
	background-color: #FFFFFF;
	width: 300px;
	background-image: url(/imgs/bg_voiture1.jpg);
	background-repeat: no-repeat;
}
.contenttop{	/* photo du haut */
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
}
table.contenttop{
	width: 647px;
}
span.contenttop{
	color: #303030;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
span.contenttoplight{
	color: #AAAAAA;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
span.contenttop_upper{
	position: relative;
	top: -25px;
	color: #606060;
	padding-left: 20px;
}
span.contenttoplight_upper{
	position: relative;
	top: -25px;
	color: #AAAAAA;
	padding-left: 20px;
}
.content{	/* le texte du contenu */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
	line-height: 17px;
	width: 647px;
}
.contenttitre{	/* les titres du contenu */
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 10px;
}
.imggallery{
	padding-right: 5px;
}


/**********************************************************************/
/* PARTIE DE DROITE */
/**********************************************************************/

/* mise en valeur des produits */
.blk_pub{
	width: 10px;
}
table.boxpub_box{
	position: relative;
	z-index: 1;
	left: 20px;
	top: -10px;
}
table.boxpub_content{
	background-color: #DADAD4;
	width: 190px;
	text-align: center;
}
p.home_pressetit{
	position: relative;
	top: -5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #606060;
	text-align: left;
	padding-bottom: 0px;
}
img.home_presse{
	border: 1px solid #FFFFFF;
}
p.home_presse{
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #202020;
	font-weight: bold;
	text-align: left;
}
p.home_presselink{
	padding-top: 2px;
	text-align: right;
}
a.home_presselink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #202020;
	text-align: right;
	text-decoration: underline;
}

/* liens de pub */
div.boxpub {
/*	border: 1px solid #FF0000;*/
}
div.publink1 {
/*	border: 1px solid #00FF00;*/
	margin-left: 55px;
	margin-bottom: 30px;
}
a.pub1{	/* position globale box */
}


/* edito de patrice */
.blk_edito{
	height: 20px;
}
table.boxedito_box{ /* général sur la box */
	position: relative;
	z-index: 1;
	left: 20px;
	top: -10px;
	width: 210px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
table.boxedito_content{ /* général sur la box */
	background-color: #1A1A1A;
}
p.boxedito_titre{ /* titre de la box */
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	letter-spacing: 5px;
}
.boxedito_petitlien{
	font-size: 10px;
	color: #FFD800;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}
.boxedito_petitliendrt{
	font-size: 10px;
	color: #FFD800;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	text-align: right;
}
table.boxeditoint_box{ /* général sur la box */
}
table.boxeditoint_content{ /* général sur la box */
	background-color: #F0F0F0;
}

/**********************************************************************/
/* FOOTER */
/**********************************************************************/
/* Menu footer */
.blk_footer{
	height: 100px;
}
.footertab{
	background-color: #DADAD4;
	position: relative;
	left: 10px;
	z-index: 2;
	height: 30px;
	width: 749px;
}

.footer{
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
table.footer{
	width: 648px;
}
td.footer{	/* espacement entre les articles */
	padding-left: 10px;
	padding-right: 10px;
}
td.footer_selected{	/* espacement entre les articles */
	padding-left: 10px;
	padding-right: 10px;
}
a.footer:hover{
	color: #000000;
	background-color: #FFD800;
	font-weight: bold;
	text-decoration: underline;
}
a.footer_selected{
	font-weight: bold;
/*	color: #FFB400;*/
	color: #000000;
	text-decoration: none;
}
a.footer_selected:hover{
	color: #000000;
}


/* logo euro4x4parts*/
#foot_euro4x4parts{
	position: relative;
	top: -35px;
	left: 720px;
	z-index: 1;
}
#foot_euro4x4parts_txt{
	position: relative;
	top: -25px;
	left: 600px;
	z-index: 1;
	color: #FFD800;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #202020;
}
#foot_euro4x4parts_txt:hover{
	background-color: #FFD800;
	color: #000000;
}

/**********************************************************************/
/* BOX */
/**********************************************************************/

/* Box date historique */
table.boxdatehisto_content{
	background-color: #F0F0F0;
}

/* Box contact */
table.boxcontact_box{
	position: relative;
	top: -100px;
	left: 240px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #202020;
}
table.boxcontact_content{
	background-color: #F0F0F0;
}

/* Box distributeur */
table.boxdistributeur_box{
	background-color: #FFFFFF;
	width: 300px;
}
table.boxdistributeur_content{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #202020;
}
table.boxdistributeur_title{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #505050;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
	position: relative;
	left: 20px;
	top: 15px;
}
.boxdistributeur_tel{
	color: #505090;
	font-size: 16px;
	font-weight: bold;
}
.boxdistributeur_addr{
	padding-top: 8px;
	color: #505050;
	font-size: 12px;
}
a.boxdistributeur_web{
	color: #0000AA;
	text-decoration: underline;
}
a.boxdistributeur_mail{
	color: #404040;
	text-decoration: none;
}
.boxdistributeur_cellpadding{
	height: 0px;
	width: 15px;
}
td.boxdistributeur_imghspace{
	width: 10px;
}
td.boxdistributeur_footer{
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #909090;
}
a.boxdistributeur_footer{
	color: #909090;
	text-decoration: underline;
}


/* Presse */
.presse_titre{	/* titre de l'article */
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #606060;
}
.presse_titredt{	/* titre de l'article */
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #808080;
}
.presse_titrenum{	/* titre de l'article */
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #808080;
}
img.presse_titre{	/* souligné */
	width: 610px;
	height: 1px;
}
.presse_comment{	/* commentaire de l'article */
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #606060;
}
.presse_T0{	/* conteneur général des articles */
	padding-left: 5px;
	padding-right: 5px;
}
.presse_T1{	/* 1 article */
	padding-left: 5px;
	padding-right: 5px;
}
.presse_T2{	/* liste des images */
	padding-left: 5px;
	padding-right: 5px;
}
.presse_cellpadding{	/* espacement entre les images */
	width: 30px;
	height: 20px;
}
.presse_download{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #600000;
}
img.presse_download{
	padding-left: 5px;
}
a.presse_download{
	color: #600000;
	text-decoration: underline;
}
td.presse_speccatcellpadding{	/* espacement entre les catégories normales et spéciales */
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #606060;
}


/* Evenements */
.event_titre{	/* titre de l'article */
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #606060;
}
.event_titredt{	/* titre de l'article */
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #808080;
}
.event_titrenum{	/* titre de l'article */
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #808080;
}
img.event_titre{	/* souligné */
	width: 610px;
	height: 1px;
}
.event_comment{	/* commentaire de l'article */
	padding-top: 15px;
	padding-left: 20px;
	padding-bottom: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #606060;
}
.event_T0{	/* conteneur général des articles */
	padding-left: 5px;
	padding-right: 5px;
}
.event_T1{	/* 1 article */
	padding-left: 5px;
	padding-right: 5px;
}
.event_T2{	/* liste des images */
	padding-left: 5px;
	padding-right: 5px;
}
.event_cellpadding{	/* espacement entre les images */
	width: 30px;
	height: 20px;
}
.event_download{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #600000;
}
img.event_download{
	padding-left: 5px;
}
a.event_download{
	color: #600000;
	text-decoration: underline;
}
td.event_speccatcellpadding{	/* espacement entre les catégories normales et spéciales */
	height: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #606060;
}


/* Produit */
.contentprod{	/* le texte du contenu */
	background-color: #DFDFDD;
	width: 647px;
}
select.marque_lst{
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	top: 2px;
	height: 18px;
	margin: 0px;
}
select.produit_lst{
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	height: 18px;
	top: 2px;
	margin: 0px;
}
td.marque_lst{
	padding-right: 20px;
}
.product_path{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
}
a.product_path{
	font-size: 12px;
	color: #606060;
	text-decoration: underline;
}
a.product_pathlast{
	font-size: 12px;
	color: #606060;
	font-weight: bold;
	text-decoration: underline;
}
table.product_path{
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}
img.product_path{
	padding-left: 20px;
	padding-right: 10px;
}

/* Box produit */
.productlst{
	padding-left: 5px;
	height: 10px;
}
.boxproduit_content{	/* contenu du produit présenté */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	background-color: #FFFFFF;
	width: 260px;
	padding-bottom: 2px;
	font-weight: bold;
}
td.productbox_txt{		/* texte de présentation du produit */
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
a.productbox_more{		/* "consultez les produit" en bas de la box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #101010;
	font-weight: bold;
}
img.productbox_more{		/* "consultez les produit" en bas de la box */
	padding-left: 10px;
}
img.boxproduit_sep{		/* espace entre les produits */
	width: 5px;
	height: 5px;
}
table.productbox_title{		/* titre du produit */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	padding-bottom: 10px;
	font-weight: bold;
}

	/* ecran detail produits (par categorie ou par fournisseur) */
.proddetail{	/* boite blanche contenant l'ensemble des produits */
	background-color: #FFFFFF;
	width: 625px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;	
}
.proddetail_title{		/* titre de la page detail par fournisseur ou type */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	font-weight: bold;
}
table.proddetail_title{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
img.proddetail_title{
	padding-left: 20px;
}
.proddetail_title2{		/* titre de la page detail par fournisseur ou type */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	font-weight: bold;
}
table.proddetail_title2{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}
		/* Boite de détail d'un produit. Liste des photos du produit et phrase de description */
.boxproddetail_box{
	margin-bottom: 20px;
}
.boxproddetail_content{
	width: 570px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
}
table.boxproddetail_pictab{	/* liste des images de la box detail produit */
	padding-top: 10px;
}
table.boxproddetail_txt{	/* texte de la box détail produit */
	width: 570px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
td.boxproddetail_txt{	/* texte de la box détail produit */
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #606060;
}
table.boxproddetail_callus{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #101010;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
.boxproddetail_tel{
}
table.boxproddetail_title{	/* logo boite détail produit */
	background-color: #FFFFFF;
	position: relative;
	font-size: 18px;
	color: #808080;
	font-family: "Times New Roman", Times, serif;
	top: 20px;
	left: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
td.boxproddetail_titleicon{	/* logo boite détail produit */
	padding-right: 10px;
}
img.boxproddetail_titleicon{	/* logo boite détail produit */
	height: 30px;
}

/* Box de session */
.blk_session{
	height: 0px;
}
table.boxsession_box{
	position: relative;
	z-index: 1;
	left: 20px;
	top: -20px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 200px;
}
a.boxsession_title{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
}
td.boxsession_title{
	color: #E0E0E0;
}
table.boxsession_title{
	background-image: url(/imgs/box2/bord_haut.gif);
	height: 29px;
	position: relative;
	left: 30px;
	top: 9px;
	z-index: 2;
}
table.boxsession_content{
	width: 190px;
	background-color: #DEDEDE;
	padding: 5px;
	font-size: 12px;
	color: #000000;
}
a.boxsession_online{
	color: #D95A06;
	text-decoration: underline;
	font-weight: bold;
}
a.boxsession_cancel{
	color: #0000AA;
	text-decoration: underline;
	font-weight: bold;
}

	/* Page presse */
select.presse_lst{
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
/*	border: none;*/
	background-color: #FFFFFF;
	height: 18px;
	top: 2px;
	margin: 0px;
	width: 200px;
}

	/* Page véhicule */
select.presse_lst{
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
/*	border: none;*/
	background-color: #FFFFFF;
	height: 18px;
	top: 2px;
	margin: 0px;
}


/***********************************************************/
/* PASSAGE EN MODE EDITION */
/***********************************************************/

	/* petit bouton lien pour editer un champ */
img.edit_button{
	background-color: #F0FFF0;
}
	/* petit bouton lien pour editer un champ */
a.edit_button{
	background-color: #F0FFF0;
	color: #004000;
	text-decoration: none;
	border-color: #C0D0C0;
	border-width: 1px;
	border-style: dashed;
}
	/* petit bouton pour éditer les catégories */
a.edit_cat{
	color: #004000;
	text-decoration: underline;
}
	/* bouton radio de delete des categories */
td.presse_catedit{
	width: 270px;
}



	/*---------------------------------*/
	/* Evenements */
	/*---------------------------------*/
div.home_event{
	margin-top: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	width: 200px;
}
div.home_eventcont{	/* le cadre */
	margin-top: 1px;
	border: 1px solid #505050;
/*	background-color: #FFFFFF;*/
	background-image: url(/imgs/bgdeggris3.gif);
	background-repeat: repeat-x;
	padding: 4px 4px 4px 4px;
}
table.home_event_tit{
	background-image: url(/imgs/degnoir.gif);
	background-repeat: repeat-x;
}
td.home_event_tit{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
}
p.home_event_t1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2020A0;
	font-weight: bold;
}
span.home_event_t1{
	color: #2020A0;
	font-weight: normal;
}
img.home_event_i1{
	margin-top: 5px;
	width: 190px;
}
p.home_event_t2{
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #404040;
}
a.home_event_a1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4040F0;
	text-decoration: underline;
}
a.home_event_a2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4040F0;
	text-decoration: underline;
}
a.home_event_a3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4040F0;
	text-decoration: underline;
}

	/*---------------------------------*/
	/* Image of the day */
	/*---------------------------------*/
div.home_imgotd{
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	width: 200px;
}
div.home_imgotdcont{	/* le cadre */
	margin-top: 1px;
	border: 1px solid #505050;
/*	background-color: #FFFFFF;*/
	background-image: url(/imgs/bgdeggris3.gif);
	background-repeat: repeat-x;
	padding: 4px 4px 4px 4px;
}
table.home_imgotd_tit{
	background-image: url(/imgs/degnoir.gif);
	background-repeat: repeat-x;
}
td.home_imgotd_tit{
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
}
img.home_imgotd_i1{
	margin-top: 5px;
	width: 190px;
}
p.home_imgotd_t1{
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #404040;
	font-weight: bold;
}
p.home_imgotd_t2{
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #202020;
}

	/*---------------------------------*/
	/* The best products */
	/*---------------------------------*/
div.home_bestprod{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 10px;
	width: 420px;
}
table.home_bestprodtitle{
	position: relative;
	font-size: 14px;
	color: #2020A0;
	font-weight: bold;
	background-color: #FFFFFF;
	z-index: 5;
	padding-left: 10px;
	padding-right: 5px;
	left: 20px;
}
/*table.boxbestprod_box{
	position: relative;
	top: 120px;
}
table.boxbestprod_content{
	width: 386px;
}
img.home_bestprod_i1{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}
p.home_bestprod_txt1{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #404040;
	font-weight: bold;
	text-align: center;
}
p.home_bestprod_txt2{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #505050;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
p.home_bestprod_txt3{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 5px;
}
table.home_bestprod_tab1{
	padding-top: 5px;
	padding-bottom: 5px;
}
td.home_bestprod_tab1{
	width: 100%;
	background-color: #F0F0F0;
}
table.home_bestprodbar{
	position: relative;
	left: 15px;
	top: -30px;
}
td.home_bestprodbar{
	padding-left: 9px;
}
td.home_bestprodbarlast{
	padding-left: 40px;
}

	/*---------------------------------*/
	/* Choose products */
	/*---------------------------------*/
div.home_chooseprod{
	margin-top: 0px;
	margin-left: 10px;
border: 1px dashed #000000;
	background-color: #FFFFFF;
	width: 420px;
	height: 200px;
}

	/*---------------------------------*/
	/* Les plus beau vehicule */
	/*---------------------------------*/
div.home_vehicotd{
	margin-top: 10px;
	margin-left: 10px;
border: 1px dashed #000000;
	background-color: #FFFFFF;
	width: 420px;
	height: 200px;
}

	/*---------------------------------*/
	/* plan du site */
	/*---------------------------------*/
a.plan_lien{
	margin-left: 20px;
	color: #303030;
	text-decoration: underline;
}
p.plan_lieninfo{
	margin-left: 20px;
}


	/*---------------------------------*/
	/* annonce "le site a changé" */
	/*---------------------------------*/
td.content_bandeau{
	width: 400px;
	margin-left: 20px;
	font-family: "Times New Roman", Times, Tacoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #303030;
	padding-left: 20px;
	padding-top: 20px;
}

	/*---------------------------------*/
	/* liste des distributeurs */
	/*---------------------------------*/
/*table.boxdistri_box{
	position: relative;
	top: 25px;
}
table.boxdistri_content{
	width: 586px;
}
table.distrilsttit{
	width: 500px;
}
td.distrilsttit{
	font-family: Tacoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
}
p.distrilsttit{
	font-size: 18px;
	font-family: Tacoma, Arial black, Helvetica, sans-serif;
	letter-spacing: 1px;
}
a.distrilsttxt{
	font-family: Tacoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

	/*---------------------------------*/
	/* page argentine */
	/*---------------------------------*/
.imgargentine1 {
	height: 225px;
	width: 307px;
	left: 50px;
	top: 10px;
	position: relative;
	z-index: 1;
}
.imgargentine2 {
	left: 50px;
	top: -50px;
	position: relative;
	z-index: 2;
}
div.boxe1 {
margin:0px;
background: black;
color: #666;
width: 300px;
line-height:1em;
background:#EFEFEF;
font-size:13px;
text-align:justify;
}
	/*---------------------------------*/
	/* page maroc */
	/*---------------------------------*/
.imgmaroc1 {
	left: 50px;
	top: 10px;
	position: relative;
	z-index: 2;
}
.imgmaroc2 {
	left: 50;
	top: -20px;
	position: relative;
	z-index: 3;
}

	/*---------------------------------*/
	/* page israel */
	/*---------------------------------*/
.imgisrael1 {
	left: 50px;
	top: 10px;
	position: relative;
	z-index: 2;
}
.imgisrael2 {
	left: 50px;
	top: -20px;
	position: relative;
	z-index: 3;
}

	/*---------------------------------*/
	/* page Home */
	/*---------------------------------*/
.imghome1 {
	left: 500px;
	top: 200px;
	position: absolute;
	z-index: 3;
}

