html, body, form { 
	margin: 0; 
	padding: 0;
}

body
{
	color: #FFFFFF;
	font: 75%  Verdana;
	background-color:#4e4d4d;
}
h1 {
	color: #CCCCCC;
	margin: 0;
	padding: 10px 0 10px 10px;
	font-size: 1.5em;
	font-weight:bold;
}

h2 {
	color: #CCCCCC;
	font-size: 1.1em;
	font-weight:bold;
	vertical-align:middle;
	margin: 0;
	padding:0;
}		

h3 {
	font-size: 1em;
	font-weight:normal;
	margin: 0;
	padding: 0;	
}

h4 {
	font-size: 0.7em;
	font-weight:normal;
	margin-top: 0;
	padding: 0;	
}


img {
border: 0;
}

p {
clear:both;
font-size: 1em;
}

td {
font-size: 1em;
}


a {
	text-decoration: none;
	color:#FFFFFF;
}

a:link {
	text-decoration: none;
	color:#CCCCCC;
}

a:visited {
	text-decoration: none;
	color:#CCCCCC;
}

a:hover {
	text-decoration: underline;
	color:#CCCCCC;
}

textarea {
	color:#FFFFFF;
	border: solid 1px #828282;
	background-color:#FFF;
	border-spacing : 1px;
	font-weight: none;
	padding:1px;
	font-family: Verdana;
	width: 100%;
	font-size:1em;
}

select {
	color:#FFFFFF;
	border: solid 1px;
	border-color:#828282;	/*background-color:#FFF;*/
	
}
/*FORMULAIRE*/

input {
	color:#CC0000;
	font-size:9px;
	font-family:Verdana;
}

select { 
 font-size : 10px; 
}

/*FIN FORM*/


.droite {
	text-align: right;
	padding-left: 0;
}

.bold {
	font-weight:bold;
}
/* Header */
div#header{
	/*background-color:#fff;
	background-image:url(images/header.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
	width:960px;
	height:165px;
}



div#header ul { 
	margin: 0.3em;
	padding: 0.3em;
}	

div#header ul li {
	background-color:#00FF00;
	display: inline; 
	float: left;
	list-style: none;
}

div#header ul li.publicite { 
text-align:right;
}

/* Total */
div#head{
	color: #FFFFFF;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 960px;
}

div#ombre{
	margin: 0 auto;
    width: 1024px;
	height: 722px;
	background: url('images/bg01.jpg') no-repeat top;
}

div#total{
	clear:both;
	color: #FFFFFF;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	width: 966px;
	height: 722px;
}

/* Top Menu */
div#topmenu {
text-align: right;
}
div#topmenu ul {
list-style : none;
margin: 0;
padding: 0.5em 0 0 0;
}
div#topmenu li {
/*border-left: 1px solid #ddd;*/
display: inline;
padding: 0 0.5em 0 0.6em;
}
div#topmenu li.first {
border-left: 0;
padding: 0 0.5em 0 0.6em;
}
div#topmenu li.last {
/*border-left: 1px solid #ddd;*/
padding: 0 0.5em 0 0.6em;
}

/* Header */

/* Menu1 */

div#menu1 { 
	clear: both;
	color: #fff;
	font-size: 0.95em;
	overflow: hidden;
	width: 100%;
	font-weight: bold;
}		
div#menu1 ul { 
	margin: 0 0 0 225px;
	padding: 0;
}	
div#menu1 ul li { 
	/*background: #54719B;
	border-left: 1px solid #fff;*/
	color: #fff;
	display: inline; 
	float: left;
	list-style: none; 
	margin: 7px 35px 0 0;
}
div#menu1 ul li a { 
	/*background: #54719B;*/
	color: #fff; 
	display: block; 
	text-decoration: none;
	text-transform: uppercase;
	white-space:nowrap;
} 
	
div#menu1 ul li a:hover {
	color: #fff;
	font-weight: normal;
} 
div#menu1 ul li.active { 
	/*background: #54719B; */
	color: #fff;
	padding: 0.6em 1em 0.6em 1em;
}
/* Fil d'Ariane */


div#ariane {
	margin: 0;
	padding: 0.2em;
	text-align: right;
}
/* Menu 3 */


/* cadre */
#cadre{
width:180px;
margin:0;
padding:0;

}

#cadre #header {
	width:180px;
	height:25px;
	padding:0;
	color: #FFFFFF;
	/*background-color:#00FF00;*/
	border-bottom:1px solid;
}

#cadre #header h2{
	color: #FFFFFF;
	font-weight:bold;
	font-family:Trebuchet Ms;
	font-size:11px;
	margin-top:25px;
	padding-left:5px;
	text-transform: uppercase;
}

#cadre .content_menu{
	width: 180px;
	height: 250px;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Trebuchet Ms;
}


ul.menu {
	width: 180px;
	position: relative;
	list-style-type: none;
	z-index: 100000;
}
ul.menu li {
	position: relative;
	border-bottom: solid 1px #888888;
}
ul.menu li ul {
	z-index: 100;
	top: 0;
}
ul.menu li a:link, ul.menu li a:visited {
	display: block;
	width: 180px;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background: #72838e;
}
ul.menu li:hover > ul {
	display: block;
	color: #FFFFFF;
	background: #66747d;
	height: 315px;
	overflow: auto;
	overflow-x: none;
}
ul.menu ul {
	position: absolute;
	display: none;
	list-style-type: none;
	left: 180px;
}
ul.menu a {	
	padding: 2px 5px 2px 5px;
	border: 0;
}


#cadre .espace_droite{
padding-left:5px;
}
#cadre p{
padding:0;
margin:0;

}

ul.categories {
	position: absolute;
	list-style-type: none;
	display: inline;
	margin: 0 auto 0 auto;
	padding-left: 50px;
	width: 715px;
	/*height: 435px;*/
	height: 385px;
	overflow: auto;
	overflow-x: hidden;
}

ul.categories li {
	margin: 35px;
	width: 150px;
	height: 150px;
	display: block;
	float: left;
}

ul.categories li a span {
	display: block;
	text-align: center;
	color: #999999;
	font-weight: bold;
	text-transform: uppercase;
}

ul.categories li a:hover, ul.categories li a:hover span {
	color: #000000;
	text-decoration: none;
}

ul.categories li img {
	border: 0;
}


#cadre h3{
	/*background-image:url('images/separateur_gris.gif');
background-repeat:no-repeat;*/
color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	font-family:Trebuchet Ms;
	line-height:24px;
	width:180px;
}

#cadre ul{
padding:0;
margin:0;
}

#cadre li{
list-style:none;
}

#cadre .footer {
width:180px;
height:11px;

}

/*fin cadre */

div#menu3 h3 {
	margin: 0;
	padding: 0;

}

div#menu3 ul {
	margin: 0;
	padding:0;
}
/* Content */
/* deux colonnes : colonne menu droite, voir right.css */
/* trois colonnes : colonne menu droite et menu gauche, voir left_right.css */
/* Tableaux avec les produits */
table.produits {
	/*border: 1px dotted #000;*/
	border-top: 0;
	border-bottom: 0;
	margin: 0.2em;
	width: 99%;
	
}

/* Produits sur deux colonnes */
td.produit2col {
	/*border-bottom: 1px dotted #000;*/
	padding: 0.4em;
	vertical-align: top;
	width: 50%;
}
.bordure {
	/*border-right: 1px dotted #000;*/
}
td.produit2col img {
	/*float: left;*/
}
td.produit2col div.zoom {
 /*float: left;*/
}
td.produit2col div.zoom p {
 /*margin: 0;
	 text-align: center;*/
}

p.flash{
	color:#dd0000;
	font-weight:bold;
}
.retour {
	clear: both;
}
p.retour img {
	float: none;
}
.alignerimage {
	vertical-align: middle;
}

/* Enregistrement Début */
div#enregistrement {
	width: 540px;
	/*background: #fff;*/
color: #FFFFFF;
	margin: 0.2em 0 0.5em 0;
	padding: 0.2em 0 0.2em 0;
}

div#enregistrement span.enregistrement{
width: 540px;
/*background: #fff;*/
color: #000;
margin: 0.2em 0 0.5em 0;
padding: 0.2em 0 0.2em 0;

}

div#enregistrement span.enregistrementgauche {
color: #000;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.2em 0 0.2em 0;
width: 200px;
height:30px;
}

div#enregistrement span.enregistrementdroite  {
/*background: #fff;*/
color: #000;
float: left;
margin: 0.2em 0 0.5em 4px;
padding: 0.2em 0 0.2em 0;
width: 320px;
height:40px;
}


form#entryform p {
text-align: left;
}

form#entryform span input.champtexte {
text-align: right;
width:250px;
}

form#entryform p.left {
text-align: left;
}
form#entryform p.center {
text-align: center;
}
form#entryform fieldset {
/*border: 1px solid #ddd;*/
width:540px;

}
form#entryform textarea {
width: 250px;
height:30px;
}

.notice, .etoile {
	color:#CCCCCC;
	font-weight:bold;
	font-size:0.9em;
}
/* Tableau minicaddie*/
table.minicaddie {
width: 100%;
}

table.minicaddie td {
border-bottom: solid 1px #ddd;
padding: 0.1em;
}

table.minicaddie td.final {
font-weight:bold;
color:#996000;

}

table.minicaddie caption {
/*background: #54719B;*/
color: #fff;
font-weight: bold;
text-align: left;
}


/* Tableau caddie et historique des commandes */
table.caddie {
width: 98%;
}
table.caddie td {
border-bottom: solid 1px #ddd;
padding: 0.1em;
}
table.caddie th {
border-bottom: solid 1px #ddd;
padding: 0.1em;

}
table.caddie caption {
/*background: #54719B;*/
color: #fff;
font-weight: bold;
text-align: left;
}

.listeprod {
text-align: left;
}

div.totalcaddie p {
padding-right: 1em;
text-align: left;
}

div.totalcaddie ul {
	list-style : none;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
}
div.totalcaddie li {
	border-left: 1px solid #ddd;
	display: inline;
	padding: 0 0.5em 0 0.6em;
}
div.totalcaddie li.premier {
	border-left: 0;
	padding: 0 0.5em 0 0.6em;
}
div.totalcaddie li.dernier {
	border-left: 1px solid #ddd;
	padding: 0 0.5em 0 0.6em;
}

.boutoncaddie ul {
	list-style : none;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
}
.boutoncaddie  li {
	border-left: 1px solid #ddd;
	display: inline;
	padding: 0 0.5em 0 0.6em;
}

/* Menu2 */
div#menu2 {
	/* 
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	*/
	/* deux colonnes : colonne menu droite, voir right.css */}
div#menu2 ul {
	margin: 1em;
	padding: 0;
}
div#menu2 ul li {
	list-style-type: none;
	padding: 0.1em 0 0.1em 0;
}
div#menu2 li a { 
	text-decoration: none;
} 
	
div#menu2 li a:hover {
	color: #666;
	/*background: #fff;*/
	text-decoration: underline;
} 

/* Footer */
div#footer {
	clear: both;
	width: 100%;
}
div#footer ul {
	color:#FFFFFF;

}
div#footer li {
	border-left: 1px solid #ddd;
	display: inline;
	padding: 0 0.5em 0 0.6em;
	
}
div#footer li.first {
	border-left: 0;
	padding: 0 0.5em 0 0.6em;
}
div#footer li.last {
	border-left: 1px solid #ddd;
	padding: 0 0.5em 0 0.6em;
}
.footerindex {
	top: 613px;
	display:block;
	position:absolute;
	width:460px;
	text-align:justify;
	list-style : none;
	font-size:11px;
	color:#FFFFFF;
	margin:2px 0 0 480px;
	padding:5px;
}
.footerindex2 {
	display:block;
	width:90px;
	margin:6px 0 0 0px;
	padding:5px;
}


/*maryline page change_mot_pass_form*/
.changepass {
/*background: #fff;*/
border: 1px solid #ddd;
color: #000;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.3em 0 0.2em 0;
width: 98%;
}

/*maryline page change_param_form*/
.changeparam {
/*background: #fff;*/
border: 1px solid #ddd;
color: #000;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.3em 0.2em 0.2em 0.2em;
}

.changeparamgauche {
/*background: #fff;*/
color: #000;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.2em 0 0.2em 0;
width: 278px;
}
.changeparamdroite {
/*background: #fff;*/
color: #000;
float: left;
margin: 0.2em 0 0.5em 4px;
padding: 0.2em 0 0.2em 0;
width: 278px;
}

.changeparam2 {
background: #fff;
color: #000;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.3em 0 0.2em 0;
}

.formulaire-param {width:150px;}

/*maryline page historique_commande_liste*/
div#commande { 
	background: #54719B;
	clear: both;
	color: #54719B;
	font-size: 100%;
	overflow: hidden;
	width: 100%;
	height:30px;
}		
div#commande ul { 
	margin: 0;
	padding: 0;
	height:30px;
	
}	
div#commande ul li { 
	background: #54719B;
	color: #fff;
	display: inline; 
	list-style: none;
	line-height:10px;
	
	}
div#commande1 { 
	clear: both;
	color: #000000;
	font-size: 100%;
	overflow: hidden;
	width: 100%;
	height:30px;
}		
div#commande1 ul { 
	margin: 0;
	padding: 0;
	height:30px;
	
}	
div#commande1 ul li { 
	color: #000000;
	display: inline; 
	list-style: none;
	line-height:10px;
	
	}
/* maryline page step1  */
.stepgauche {
/*background: #fff;*/
color: #000;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.2em 0 0.2em 0;
width: 270px;

}
.stepdroite {
/*background: #fff;*/
color: #000;
float: left;
margin: 0.2em 0 0.5em 4px;
padding: 0.1em 0 0.2em 0;
width: 270px;

}
form#entryformstep p {
text-align: left;
}

form#entryformstep fieldset {
border: 1px solid #dddddd;
}

form#entryformstep p.droite {
text-align: right;
}

form#entryformstep textarea {
width: 98%;
}
form#entryformstep p.boutonenregistrement {
clear: both;
}

.fieldset {color : #000099;}

.formulaire-achat {width:140px;}


/* achat/index.php */
.achatgauche {
/*background: #ff0000;*/
border: 1px solid #ddd;
color: #000;
float: left;
margin-top: 0.5em;
min-height: 260px;
padding-top: 0.5em;
width: 250px;
}
.achatdroite {
/*background: #fff;*/
border: 1px solid #ddd;
color: #000;
float: left;
margin: 0.5em 0 0 4px;
min-height: 260px;
padding-top: 0.5em;
width: 250px;
}

/*caddie.php */

th.caddie{
    /*background: #54719B;*/
	color : #fff;
}

ul.caddie {text-align:center;}
.caddie_red {color : #ff0000; font-weight:bold;}

p.caddie_bold {color : #000000; font-weight:bold;text-align: left;}

div#choix_zone p{
 text-align: left;
}

/*step2 */
.step2 {
/*background: #fff;*/
color: #000;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.2em 0 0.2em 0;
width: 98%;
}

#step2caddie {
/*background: #fff;*/
color: #000;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.2em 0 0.2em 0;
width: 98%;
text-align:right;

}

div#center {text-align:center;}

#center img{
border:0;
}

div#left {text-align:left;}


/*achat/produit_details.php */
.produit_detail_gauche {
/*background: #fff;*/
border: 1px solid #ddd;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.2em 0 0.2em 0;
width: 278px;
}
.produit_detail_droite {
/*background: #fff;*/
border: 1px solid #ddd;
float: left;
margin: 0.2em 0 0.5em 4px;
padding: 0.2em 0 0.2em 0;
width: 278px;
}
div.produit_detail_droite p {text-align:left;}
div.produit_detail_gauche p {text-align:center;}


.produit_detail_img3 {
/*background: #fff;*/
border: 1px solid #ddd;
float: left;
margin: 0.2em 0 0.5em 0;
padding: 0.2em 0 0.2em 0;
width: 278px;
text-align:center;
}
.produit_detail_img4 {
/*background: #fff;*/
border: 1px solid #ddd;
float: left;
margin: 0.2em 0 0.5em 4px;
padding: 0.2em 0 0.2em 0;
width: 278px;
text-align:center;
}


div ul.produit_detail {
/*background: #ffffff;*/
float: left;
width: 33%;
margin: 0.5em 0 0.5em 0;
padding: 0;
}

div ul.produit_detail li {
list-style-type: none;
padding: 0 0 0 0.5em;
}

input img {
border:0;
}

/* utilisateurs/contact */
#contact table{
padding:1em;
}

#contact textarea{
width: 90%;
}

#contact input{
width: 90%;
}

#contact .bouton{
	width:125px;
	color:#000000;
	border: solid 1px #828282;
	background-color:#FFF;
	font-weight: none;
	font-family: Verdana;
	padding:1px;
	border-spacing : 1px;
}

#contact .gauche{
width: 25%;
}

#contact .droite{
width: 75%;
}

/* fonction colonne */
#colonne {
text-align:center;
}

/* Module publicité */
#publicite {
text-align:center;
}

/* Module nuage de tag */
#nuage {
text-align: justify;
position:relative;
line-height:25px;
padding: 0.5em;
}
#nuage a {text-decoration:none}
#nuage a:hover {color: white; background-color: #668AA8;}
#nuage a.level0 {font-size:3px;color:#DFDFDF;}
#nuage a.level1 {font-size:6px;color:#B8C9D6;}
#nuage a.level2 {font-size:7px;color:#668AA8;}
#nuage a.level3 {font-size:8px;color:#47657B;}
#nuage a.level4 {font-size:9px;color:#E76300;}
#nuage a.level5 {font-size:10px;color:#685c65;}
#nuage a.level6 {font-size:11px;color:#8c524d;}
#nuage a.level7 {font-size:12px;color:#b44732;}
#nuage a.level8 {font-size:11px;color:#e53a11;}
#nuage a.level9 {font-size:15px;color:#E76300;font-weight: bold}
#nuage a.level10 {font-size:17px;color:#FF3300;font-weight: bold} 

/* Affichage des produits en ligne */
.col1{
	width: 175px;
	padding-top: 10px;
	padding-bottom: 2px;
	float: left;

}

.col2{
	width: 250px;
	padding-top: 10px;
	padding-bottom: 2px;
	float: left;

}

.col3{
	padding-top: 10px;
	padding-bottom: 2px;
	float: left;

}

.espace_haut {
padding-top:10px;
}

/* Page catalogue */

table.fc {
	/*background-color:#fff;*/
	width:260px;
	
}

td.fc_titre_produit {
	/*background-color:#fff;*/
	width:260px;
	font-size : 1em;
	font-weight:bold;
	border-top:1px solid #C7C7C7;
	text-align:center;
	
}

td.fc_prix {
	text-align:right;
	border-top:1px solid #C7C7C7;	
	height:25px;
	font-weight:bold;
	color:#cc0000;
	font-size:1em;
}

td.fc_flash {
	text-align:center;
	border-top:1px solid #C7C7C7;	
	font-weight:bold;
	color:#cc0000;
	font-size:1em;
}

td.fc_descriptif {
	color:#000;
	font-size:1em;
	text-align:justify;
	height:25px;
}


td.fc_image {
	border:1px solid #C7C7C7;
	width:260px;
	height:260px;
	text-align:center;
	vertical-align:middle;
}

td.fc_zoom {
	/*background-image:url('images/fc_fond.png');
	background-repeat:no-repeat;	*/
	width:110px;
	height:25px;	
	text-align:center;	
	font-weight:bold;
	font-weight:normal;	
	color:#fff;
	font-size:1em;
}

td.fc_zoom a{
	font-weight:normal;	
	color:#fff;
	font-size:1em;
	text-decoration:none;
}

.zoom:link,.zoom:visited, .zoom:active{
	font-weight:normal;	
	color:#fff;
	font-size:1em;
	text-decoration:none;
}

.zoom:hover{
	font-weight:normal;	
	color:#fff;
	font-size:1em;
	text-decoration:underline;
}

td.fc_detail {
	/*background-image:url('images/fc_fond.png');
	background-repeat:no-repeat;*/	
	width:110px;
	height:25px;	
	text-align:center;	
	font-weight:normal;	
	color:#fff;
	font-size:1em;
}


.plus_detail:link, .plus_detail:visited, .plus_detail:active{
	font-weight:normal;	
	color:#fff;
	font-size:1em;
	text-decoration:none;
}

.plus_detail:hover{
	font-weight:normal;	
	color:#fff;
	font-size:1em;
	text-decoration:underline;
}

/* Page catalogue */

table.fp {
	/*background-color:#fff;*/
	width:556px;
	
}

td.fp_produit {
	width:278px;
	height:278px;
	background-color:#FCFCFC;
	font-size : 1em;
	font-weight:normal;
	color:#000;
	vertical-align:top;	
}

td.fp_image_grande {
	width:278px;
	height:278px;
	font-weight:bold;
	color:#000;
	font-size:1em;
	text-align:center;
	vertical-align:middle;
	border:1px solid #C7C7C7;
}

td.fp_descriptif {
	color:#000;
	font-size:1em;
	text-align:justify;
	height:25px;
}


td.fp_image{
	width:556px;
	text-align:center;
	vertical-align:middle;
}

td.fp_descriptif{
	width:556px;
	text-align:justify;
}

td.fp_ami {
	background-color:#fff;
	border:1px solid #C7C7C7;
	width:556px;
	text-align:left;	
}

span.titre_produit {
color: #54719B;
font-size: 1.1em;
font-weight:bold;
}

p.prix {
	font-weight:bold;
	color:#cc0000;
	font-size:1em;
}	

p.notice {
	color:#FFFFFF;
	font-size:1em;
	text-decoration:none;
}	

.notice:link, .notice:visited, .notice:active{
	color:#CCCCCC;
	font-size:1em;
	text-decoration:none;
}	

.notice:hover{
	color:#FFFFFF;
	font-size:1em;
	text-decoration:underline;
}	

span.prix {
	font-weight:bold;
	color:#CCCCCC;
	font-size:1em;
}	

span.ecotaxe {
	font-weight:normal;
	color:#000;
	font-size:0.9em;

}

/* affiche_produit_colonne new */
#top {
width:180px;
margin:0;
padding:0;
}

#top h3{
/*background-image:url('images/separateur_arrow.gif');
background-repeat:no-repeat;*/
color:black;
font-size:11px;
font-weight:bold;
line-height:24px;
width:180px;
padding-left:30px;
}

#top p{
padding:0;
margin:0;
text-align:center;
}

.bouton {
color:#54719B;
text-align:center;
font-size:1em;
}

.bouton:link, .bouton:visited, .bouton:active {
color:#54719B;
font-size:1em;
}


.bouton:hover {
color:#54719B;
text-align:center;
text-decoration:underline;
font-size:1em;
}


.clicbouton {
background-image:url('images/bouton_fond.png');
background-repeat:no-repeat;
color:#fff;
width:133px;
height:27px;
text-align:center;
font-size:1em;
border:0;
padding-bottom:0.4em;
}

#content h2 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight:bold;
	vertical-align:middle;
	height:20px;
	padding-top:5px;
	padding-left:5px;
}	

#horloge {
font-size:10px;
color:#CCCCCC;
}

.cadreblanc{
	background-color: #FFFFFF;
	/*background: #dcdcdc url("images/cadre-produits.jpg") no-repeat 0 0;*/
	color: #000000;
	margin: -2px 0 0 0px;
	text-align: justify;
	width: 770px;
	height: 426px;
	/*height: 475px;*/
	z-index: 10000;position: absolute;
}
.imageindex1{
display:block;
width:960px;
height:417px;
margin: 0 0 0 -3px;
padding: 0 0 0 -4px;

}
.marginpdf {
margin:0 0 0 100px;
padding-left:100px;
}

.flash1{
	position: absolute;
	display: block;
	width: 967px;
	height: 422px;
	margin: 1px 0 0 -7px;
}
.societe {
	position: absolute;
	display: block;
	width: 967px;
	height: 422px;
	margin: 1px 0 0 -7px;
	z-index: 0;
}
.accroche {
	position: absolute;
	display: block;
	width: 295px;
	height: 417px;
	z-index: 10000;
	margin: 1px 0 0 475px;
	padding: 5px 5px 0 5px;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	overflow: auto;
	overflow-x: hidden;
}
.bannieres {
	position: absolute;
	display: block;
	top: 624px;
	margin-left: 305px;
	border: solid 2px #ffffff;
}

a.new {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
