@charset "utf-8";
/* CSS Document */
html, body
	{
	height:100%;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	}

body
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-variant:normal;
	line-height:16px;
	color:#000000;
	text-transform:none;
	text-align:justify;
	text-decoration:none;
    background-color:#ffffff;
	}

ul /* Listes a puce */
	{
	margin:0;
	padding:0;
	}

li {
	line-height:14px;
	margin:0;
	padding:0;
	}

h1 { /* Balise utilisée pour les titres de pages */
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	font-variant:normal;	
	color:#000000;
	text-transform:none;
	text-decoration:none;
	margin:0 auto;
	}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-variant:normal;
	color:#000000;
	text-transform:none;
	text-decoration:none;
	margin:0 auto;
	}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	font-variant:normal;
	color:#000000;
	text-transform:none;
	text-decoration:none;
	margin:0 auto;
	}

p	{
	margin:12px 0px 12px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	}

a
	{
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
	}

a img
	{
	border:0;
	}

a:hover
	{
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	}

.clear
	{
	clear:both;
	}

.center
	{
	text-align:center;
	}

/********************************************************** DEBUT COULEURS *************************************************************/
.gris
	{
	color:#666666;
	}

.rouge
	{
	color:#CC0000;
	}
/********************************************************** FIN COULEURS ***************************************************************/
	
/********************************************************** DEBUT STRUCTURE PAGE *******************************************************/
#conteneur /* Conteneur du site */
	{
	width:960px;
	min-height:100%;
	margin:0 auto; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	position:relative;
	}

#header /* Bloc Entete */
	{
	width:960px;
	height:223px;
	background-color:#ffffff;
	background-image:url(images/bg_top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	overflow:hidden;
	display:block;
	}

#header_gauche /* entete gauche */
	{
	width:249px;
	height:223px;
	float:left;
	display:block;
	}

#header_droite /* entete droite */
	{
	width:711px;
	height:223px;
	float:right;
	display:block;
	}

#milieu /* Conteneur du milieu */
	{
	width:960px;
	height:100%;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 30px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

#colonne_gauche /* Bloc Colonne de gauche */
	{
	width:249px;
	height:504px;
	float:left;
	display:block;
	}

#colonne_contenu /* Bloc Colonne de contenu */
	{
	width:686px;
	height:100%;
	margin:22px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 25px 56px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	float:right;
	display:block;
	}

#footer /* Bloc Pied de Page */
	{
	width:960px;
	height:16px;
	background-color:#999999;
	text-align:right;
	margin:0 auto;
	padding:10px 0px 10px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	position:absolute;
	bottom:0;
	}
/********************************************************** FIN STRUCTURE PAGE *******************************************************/

/********************************************************** DEBUT BLOC HEADER ********************************************************/
#logo_bls
	{
	width:168px;
	height:87px;
	display:block;
	margin:20px 0px 0px 37px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	}

#menu_haut /* Menu de navigation */
	{
	width:182px;
	list-style:none;
	margin:15px 0px 0px 30px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	}

#menu_haut li a /* Menu de navigation */
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	color:#666666;
	text-align:center;
	text-decoration:none;
	background:#ffffff;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:1px 0px 1px 0px;  /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

#menu_haut li a:hover, #navigation li a:focus, #navigation li a:active /* Rollover Menu de navigation */
	{
	text-decoration:none;
	background:#eeeeee;
	}

#active /* bouton actif du menu haut */
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	color:#000000;
	text-align:center;
	text-decoration:none;
	background:#eeeeee;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:1px 0px 1px 0px;  /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

#flash_banner_position /* Positionnement de l'animation flash du banner */
	{
	width:660px;
	height:138px;
	margin:42px 0px 0px 11px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px;  /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}
/********************************************************** FIN BLOC HEADER ***********************************************************/

/********************************************************** DEBUT BLOC COLONNE GAUCHE *************************************************/
#quickly /* Bouton select a machine quickly */
	{
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	background-color:#999999;
	text-align:center;
	text-decoration:none;
	list-style:none;
	margin:18px 0px 0px 21px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px;  /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	}

#quickly li a /* Bouton select a machine quickly */
	{
	width:200px;
	height:31px;
	background-color:#ffffff;
	background-image:url(images/grosbtn_gris_dbl.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;  /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

#quickly li a:hover, #quickly li a:focus, #quickly li a:active /* Rollover Bouton select a machine quickly */
	{
	background-color:#ffffff;
	background-image:url(images/grosbtn_gris_dbl.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}
	
.titre_quickly /* Titre Bouton select a machine quickly */
	{
	font-weight:bold;
	color:#ffffff;
	padding:8px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

#menu_gauche /* Boutons industrial applications, research, jewellery */
	{
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:12px;
	color:#000000;
	text-align:left;
	text-decoration:none;
	list-style:none;
	margin:5px 0px 0px 21px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px;  /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	}

#menu_gauche li a /* Boutons industrial applications, research, jewellery */
	{
	width:200px;
	height:108px;
	background-color:#ffffff;
	background-image:url(images/grosbtn_blanc_dbl.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding:6px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

#menu_gauche li a:hover, #menu_gauche li a:focus, #menu_gauche li a:active /* Rollover Boutons industrial applications, research, jewellery */
	{
	background-color:#ffffff;
	background-image:url(images/grosbtn_blanc_dbl.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}

.titre_menu_gauche /* Titre Boutons industrial applications, research, jewellery */
	{
	font-weight:bold;
	color:#cc0000;
	padding:22px 10px 0px 30px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

.txt_menu_gauche /* Texte Boutons industrial applications, research, jewellery */
	{
	font-weight:normal;
	color:#000000;
	padding:0px 10px 0px 30px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

#products /* Bouton Products */
	{
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:12px;
	color:#ffffff;
	text-align:left;
	text-decoration:none;
	list-style:none;
	margin:0px 0px 0px 21px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px;  /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	}

#products li a /* Bouton Products */
	{
	width:200px;
	height:108px;
	background-color:#ffffff;
	background-image:url(images/grosbtn_rouge_dbl.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	}

#products li a:hover, #products li a:focus, #products li a:active /* Rollover Bouton Products */
	{
	background-color:#ffffff;
	background-image:url(images/grosbtn_rouge_dbl.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}

.titre_products /* Titre Bouton Products */
	{
	font-weight:bold;
	color:#ffffff;
	padding:22px 10px 0px 30px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

.txt_products /* Texte Bouton Products */
	{
	font-weight:normal;
	color:#ffffff;
	padding:0px 10px 0px 30px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}
/********************************************************** FIN BLOC COLONNE GAUCHE ***************************************************/

/********************************************************** DEBUT BLOC COLONNE CONTENU ************************************************/
#contenu_alignement /* positionnement du contenu sous le titre */
	{
	height:11px;
	font-size:11px;
	line-height:11px;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

.liste_alignement /* alignement liste */
	{
	line-height:16px;
	margin:12px 0px 12px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	}

.liste /* puce liste */
	{
	background-image:url(images/puce_machine.gif);
 	background-repeat:no-repeat;
 	background-position:left center;
 	list-style-type:none;
	line-height:16px;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 12px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	}

#liste_applications li
	{
	list-style:none;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

#liste_applications li a
	{
	width:686px;
	height:30px;
	color:#666666;
	background-image:url(images/bg_liste.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:7px 0px 0px 25px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

#liste_applications li a:hover
	{
	color:#CC0000;
	}

.news_titre
	{
	height:30px;
	background-color:#ffffff;
	background-image:url(images/bg_liste_dbl.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

.news_titre_position
	{
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:12px 0px 0px 20px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

.news_image
	{
	margin:10px 12px 10px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	float:left;
	display:block;
	}

.news_texte_titre
	{
	margin:10px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

.news_texte
	{
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	}

.news_bas_texte
	{
	height:15px;
	font-size:10px;
	line-height:10px;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

.news_boutons
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666666;
	line-height:9px;
	list-style:none;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	}

.news_boutons li
	{
	float:left;
	}

.news_boutons li a
	{
	height:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:9px;
	color:#666666;
	background-color:#ffffff;
	background-image:url(images/fl_rouge.gif);
	background-position:left center;
	background-repeat:no-repeat;
	margin:0px 0px 0px 15px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 15px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

.news_boutons_position
	{
	width:188px;
	height:9px;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	float:right;
	display:block;
	}

.news_bas
	{
	height:10px;
	font-size:10px;
	line-height:10px;
	background-color:#ffffff;
	background-image:url(images/sep_news.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

#petite_carte /* petite carte */
	{
	width:216px;
	float:left;
	margin:16px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 15px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	}

/********************************************************** DEBUT BLOC MACHINE ********************************************************/
#machine_bloc_presentation /* bloc machine */
	{
	width:686px;
	background-color:#ffffff;
	background-image:url(images/bg_machine2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

#machine_bloc_titre
	{
	width:686px;
	display:block;
	}

#machine_nom
	{
	width:500px;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:9px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	float:left;
	}

#machine_titre_descriptif /* titre descriptif machine */
	{
	width:132px;
	height:20px;
	background-image:url(images/boule.png);
	background-position:left center;
	background-repeat:no-repeat;
	margin:9px 16px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:2px 0px 0px 18px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	float:right;
	}

#machine_bloc_image_descriptif
	{
	width:686px;
	height:100%;
	display:block;
	}

#machine_image /* positionnement image machine */
	{
	float:left;
	border-width:5px;
	border-color:#ffffff;
	margin:16px 0px 10px 15px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

#machine_descriptif /* descriptif machine */
	{
	float:right;
	width:453px;
	margin:14px 16px 10px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

#machine_liste_position /* position liste machine */
	{
	clear:both;
	width:654px;
	margin:20px 0px 0px 20px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

#machine_liste li /* liste machine */
	{
	line-height:16px;
	background-image:url(images/puce_machine.gif);
 	background-repeat:no-repeat;
 	background-position:left center;
	list-style:none;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 12px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	}

#machine_boutons /* boutons machine */
	{
	width:711px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	line-height:16px;
	text-align:center;
	text-transform:none;
	margin:36px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	list-style:none;
	}

#machine_boutons li /* lien boutons machine */
	{
	width:192px;
	height:33px;
	display:block;
	background-color:#ffffff;
	background-image:url(images/btn_machine.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0px 17px 0px 20px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	float:left;
	}
	
#machine_boutons li a:hover, #machine_boutons li a:focus, #machine_boutons li a:active /* Rollover boutons Products */
	{
	color:#ffffff;
	background-color:#ffffff;
	background-image:url(images/btn_machine.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	}

.machine_boutons_texte /* texte boutons machine */
	{
	width:192px;
	height:23px;
	color:#ffffff;
	margin:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:10px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

#machine_fiche_technique
	{
	clear:both;
	position:relative;
	width:651px;
	margin:14px 20px 0px 20px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	padding:0px 0px 0px 0px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	display:block;
	}

.photo_galerie
	{
	padding:13px 25px 13px 25px; /* 1ere valeur = top, 2 = right, 3 = bottom, 4 = left */
	width:178px;
	height:134px;
	float:left;
	display:block;
	}
/********************************************************** FIN BLOC MACHINE **********************************************************/

/********************************************************** DEBUT FORMULAIRE CONTACT **************************************************/
.formulaire_contact p
	{
	width: 500px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 100px; /*width of left column containing the label elements*/
	height: 1%;
	}

.formulaire_contact label
	{
	float: left;
	margin-top:3px;
	margin-left: -100px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	}

.formulaire_contact input[type="text"]
	{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 400px;
	}

.formulaire_contact textarea
	{
	width: 450px;
	height: 150px;
	}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix
	{
	margin-left: 3px;
	}

.form_boutons
	{
	margin-left:100px;
	}
/********************************************************** FIN FORMULAIRE CONTACT ****************************************************/

/********************************************************** DEBUT FORMULAIRE PREVIEW **************************************************/
.formulaire_preview
	{
	width: 100px;
	float:left;
	margin: 0;
	padding: 5px 0 8px 0;
	height: 1%;
	}
/********************************************************** FIN FORMULAIRE PREVIEW ****************************************************/

/********************************************************** FIN BLOC COLONNE CONTENU **************************************************/

/********************************************************** DEBUT BLOC FOOTER *********************************************************/
.copyright
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	}

.copyright a
	{
	color:#ffffff;
	text-decoration:none;
	}

.copyright a:hover
	{
	color:#ff0000;
	text-decoration:none;
	}
/********************************************************** FIN BLOC FOOTER ***********************************************************/
