/* DEBUT : CARACTERISATION GENERALE DES BALISES */
body{
	overflow:scroll;/* Pour faire aparaitre la barre de scroll verticale aussi dans le cas où la heuteurde la page est inférieure à la hauteur du navigateur. Permet d'éviter l'effet de décalage en passant d'une rubrique à l'autre */
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../design/bg_body.png) repeat-x #C1D1E8;
	margin:0;
	padding:0;
}

div,ul,li{
	margin:0;
	padding:0;
	text-indent:0;
}

ul,li{
	list-style:none;
}

fieldset{
	background-color:#c1d1e8;
	color:#000000;
	font-size:12px;
	border:#CCC ridge 1px;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
	margin:10px auto;
	padding:10px;
}

fieldset p{
	margin:2px 0;
	padding:0;
}

legend{
	background-color:#fff;
	border:#000000 solid 1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#777;
	padding:0 3px;
	font-size:11px;
	font-weight:bold;
}

a{
	text-decoration:none;
	color:#265895;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
	border-width:0;
}

input,textarea{
	border:#c0d2e8 1px solid;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
	background-color:#fff;
	cursor:pointer;
}

input[type=image]{
	border:none;
}


h1{
	font-size:20px;
	font-weight:normal;
	padding:0;
	margin:6px 0 10px;
	text-transform:uppercase;
}

h2{
	font-size:12px;
	font-weight:bold;
	margin:0; padding:0;
}

p{
	font-size:12px;
	margin:10px 0; padding:0;
}

img#logo-milelli{
 position:absolute;
 top:51px;
 left:212px;
}

img#frais-de-port{
	position:absolute;
	top:129px;
	left:667px;
}
/* FIN : CARACTERISATION GENERALE DES BALISES */
/******************************************************************************************************************************************************/



/* DEBUT : CARACTERISATION CLASSES GENERALES */
.hint{
	font-style:italic;
	font-size:12px;
}

.long_field{
	width:100%;
}

.lien_actif{
	color:#032E63;
}

/*.button_link{
	border:#c0d2e8 1px solid;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
	background-color:#fff;
	padding:3px;
}*/

.reduction{
	color:#b7448f;
	font-weight:bold;
	font-size:14px;
	margin:5px 0;
	padding:0;
}

.clear{
	clear:both;
	height:0;
	width:0;
}

.msgok{
	color:#3399FF;
}

.error{
	color:#FF0000;
}

.panier_btn{
	color:#b7448f;
	background:url(../images/illustration_panier.png) left center no-repeat;
	font-size:11px;
	letter-spacing:0px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	height:19px;
	padding:0 0 0 19px;
	margin:0;
	border:none;
	border:#000000 solid 0px;
}
/* FIN : CARACTERISATION CLASSES GENERALES */
/******************************************************************************************************************************************************/


/* DEBUT : ELEMENTS DE LA STRUCTURE DU SITE */
#main_container{
	background:url(../design/bg_maincontainer.png) no-repeat;
	border:#333333 solid 0px;
	padding:0;
	margin:0 auto;
	width:1024px;
	min-height:747px;
}

#top{
	position:relative;
	background:url(../design/bg_maincontainer_top.png) no-repeat #ccc;
	height:264px;
	width:1024px;
}

#breadcrumb{
	position:absolute;
	top:-30px;
	width:550px;
	background-color:#EAF0F7;
	font-size:11px;
	color:#663333;
	font-weight:bold;
	padding-left:6px;
	-moz-border-radius:3px;
  -webkit-border-radius:3px;
}
/* FIN : ELEMENTS DE LA STRUCTURE DU SITE */
/******************************************************************************************************************************************************/



/* DEBUT : NAVIGATION INFOS & CONTACT & REFERENCE MILELLI */
#nav_about_us{
	margin-left:448px;
}

#nav_about_us li{
	float:left;
	margin-right:23px;
}

#nav_about_us .link_off{
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	letter-spacing:0;
	color:#fff;
}

#nav_about_us .link_off:hover{
	text-decoration:none;
	color:#265895;
}

#nav_about_us .link_on{
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	letter-spacing:0;
}

#nav_about_us .link_on:hover{
	text-decoration:none;	
}


#user_logged_nav{
	width:550px;
	height:60px;
	background-color:#fff;
	position:absolute;
	top:200px;
	left:240px;
}


#nav_compte{
	float:right;
	text-align:right;
}

#nav_compte div{
	margin:0;
	padding:0;
	height:23px;
	line-height:23px;
	vertical-align:middle;
	float:left;
}

#nav_compte div a:hover{
	text-decoration:none;
}

.btn_nav_compte{
	background:url(../design/bg_nav_compte.bmp) repeat-x #fff;
	text-decoration:none;
	color:#265895;
	font-weight:bold;
}

.btn_nav_compte input{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#f00;
	font-weight:bold;
	font-size:12px;
	border:none;
	height:14px;
	background:none;
	cursor:pointer;
}

#contenu_panier{
	font-family:Arial, Helvetica, sans-serif;
	color:#265895;
	font-weight:bold;
	font-size:12px;
	border:none;
	background:none;
	float:right;
	height:60px;
}
/* FIN : NAVIGATION INFOS & CONTACT & REFERENCE MILELLI */
/******************************************************************************************************************************************************/



/* DEBUT : STRUCTURE CENTRAL DU SITE */
#bord_gauche{
	background:url(../design/bg_bord_gauche.png) no-repeat #fff;
	width:11px;
}

.milieu{
	background:url(../design/bg_milieu.png) no-repeat #fff;
	width:11px;
}

#bord_droit{
	background:url(../design/bg_bord_droit.png) no-repeat #fff;
	width:11px;
}

#middle{
	font-family:"Times New Roman", Times, serif;
	min-height:576px;
	border-top:#000 solid 0px;
	-moz-border-radius:18px;
  -webkit-border-radius:18px;
/*	background:url(../design/bg_middle2.png) repeat-y left #c1d1e8;*/
	background:url(../design/bg_middle2.png) repeat-y left;
}
/* FIN : STRUCTURE CENTRAL DU SITE */
/******************************************************************************************************************************************************/



/* DEBUT : NAVIGATION CATEGORIE BOUTIQUE */
#nav_boutique{
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	width:175px;
	padding-right:44px;
	padding-top:22px;
}

#nav_boutique li{
	text-align:right;
	font-size:14px;
	line-height:14px;
	margin:0 0 14px;
}

#nav_boutique li a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	letter-spacing:0px;
}

#nav_boutique a:hover{
	font-weight:bold;
	color:#032E63;
}


/* FIN : NAVIGATION CATEGORIE BOUTIQUE */
/******************************************************************************************************************************************************/



/* DEBUT : CADRE PRINCIPAL / CENTRAL => CONTENU PRINCIPAL */
#main_content{
	position:relative;
	float:left;
	width:551px;
	padding:0 20px;
/*	background-color:#fff;*/
	color:#1C55A2;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/* FIN : CADRE PRINCIPAL / CENTRAL => CONTENU PRINCIPAL */
/******************************************************************************************************************************************************/



/* DEBUT : CADRE SECONDAIRE : CONTENU => ACCROCHE REVUE & ACTU */
#revue_actu{
	float:left;
	width:150px;
	padding:24px 20px 0 44px;
}
/* FIN : CADRE SECONDAIRE : CONTENU => ACCROCHE REVUE & ACTU */
/******************************************************************************************************************************************************/



/* CADRE BAS : INFO LEGAL & ANNEXE */
#bottom{
	background:url(../design/bg_bottom.png) repeat-y;
	height:33px;
	margin:0;
	border:#000 solid 0px;
}

#bottom p{
	color:#6C95C9;
	margin-top:0;
	padding-top:10px;
	text-align:right;
	font-size:9px;
	letter-spacing:0.01px;
	border:#006633 solid 0px;
	height:13px;
	vertical-align:middle;
}

#bottom p a{
	color:#6C95C9;
	font-size:9px;
	letter-spacing:0.01px;
	text-decoration:none;
	border:#F00 solid 0px;
	margin:0;
	line-height:13px;
}

#bottom p a:hover{
	text-decoration:underline;
}
/* FIN : CADRE BAS : INFO LEGAL & ANNEXE */
/******************************************************************************************************************************************************/



/*CATALOGUE*/
#carous{
	height:300px;
	width:200px;
	margin:0;
	border:#ccc solid 1px;
}


#liste_categories li{
	float:left;
	padding:4px 10px;
	background-color:#235391;
	-moz-border-radius:6px;
  -webkit-border-radius:6px;
	text-transform:uppercase;
	margin-right:8px;
}

#liste_categories li a{
	color:#fff;
	font-weight:bold;
}

#liste_categories li a{
	text-decoration:none;
}

#liste_categories li.clear{
	clear:both;
	float:none;
	width:0;
	height:0;
	background:none;
}

#liste_produits{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	margin:10px 0 0 0;
	padding:0;
	border:#006600 0px solid;
	width:570px;
}

#liste_produits li{
/*	float:left;*/
	display:inline-table;
	margin:0 10px 50px 0;
	width:125px;
	background-color:#fff;
	padding:0;
	border:#000 solid 0px;
	min-height:235px;
}

#liste_produits li.clear{
	clear:both;
	width:0;
	min-height:0;
	height:0;
	line-height:0;
	border:#000 solid 0px;
	margin:0;
	padding:0;
}

#liste_produits li div.prix{
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	margin-top:3px;
}

#liste_produits li h3{
	border:#000 solid 0px;
	font-size:12px;
	color:#000;
	margin:0;
}

ul#liste_produits li p a{
	color:#000;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}

ul#liste_produits li p{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
}

ul#liste_produits li p.nbpages{
	margin-top:14px;
	font-size:9px;
	line-height:10px;
}

#apercu{
	margin:5px 0;
	padding:0;
}

#apercu a{
	text-decoration:none;
	font-size:11px;
	color:265895;
	font-weight:bold;
}

#apercu a:hover{
	text-decoration:none;
}



/* DEBUT : CADRE ACCUEIL & ACTUALITE */
#accueil_actu{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:rgb(39,82,145);
	margin-bottom:12px;
}

#accueil_actu h2{
	font-size:13px;
	line-height:15px;
	margin:0;
	padding:0;
}

#accueil_actu p{
	margin:0;
	padding:0;
	font-size:11px;
	line-height:13px;
}

.gauche_nav_revue_actu_off{
	float:left;
	background:url(../design/bg_gauche_nav_revue_actu_off.png) no-repeat;
	width:10px;
	height:20px;
	margin:0;
}

.milieu_nav_revue_actu_off{
	background:url(../design/bg_milieu_nav_revue_actu_off.png) repeat-x;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	float:left;
	margin:0;
}

.milieu_nav_revue_actu_off a{
	color:#215496;
	text-transform:uppercase;
	font-size:14px;
}

.milieu_nav_revue_actu_off a:hover{
	text-decoration:none;
	color:#8AABD4;
}

.milieu_nav_revue_actu_off a{
	text-decoration:none;
}

.droite_nav_revue_actu_off{
	background:url(../design/bg_droite_nav_revue_actu_off.png) no-repeat;
	width:10px;
	height:20px;
	float:left;
	margin:0;
}

.gauche_nav_revue_actu_on{
	background:url(../design/bg_gauche_nav_revue_actu_on.png) no-repeat;
	width:10px;
	height:20px;
	float:left;
	margin:0;
}

.milieu_nav_revue_actu_on{
	background:url(../design/bg_milieu_nav_revue_actu_on.png) repeat-x;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	float:left;
	margin:0;
}

.milieu_nav_revue_actu_on a{
	color:#8AABD4;
	text-transform:uppercase;
	font-size:14px;
	margin:0;
	padding:0;
}

.milieu_nav_revue_actu_on a:hover{
	text-decoration:none;
}

.droite_nav_revue_actu_on{
	background:url(../design/bg_droite_nav_revue_actu_on.png) no-repeat;
	width:10px;
	height:20px;
	float:left;
	margin:0;
}
/* FIN : CADRE ACCUEIL & ACTUALITE */
/******************************************************************************************************************************************************/


/**************************************************************************************/
/****************************** RUBRIQUES DU SITE *************************************/
/**************************************************************************************/


/* ACCUEIL */
#accueil{
	font-family:Arial, Helvetica, sans-serif; color:#000;
	color:rgb(0,0,0);
}

#accueil h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:rgb(35,84,148);
}

#accueil #img_illustration_produit_phare{
	float:left;
	width:200px;
	height:200px;
}

#accueil #descriptif_produit_phare{
	float:left;
	width:290px;
	padding-left:30px;
	line-height:20px;
}

#accueil #descriptif_produit_phare .auteur{
	margin:10px 0;
	font-size:16px;
}
/* FIN ACCUEIL */
/******************************************************************************************************************************************************/



/* QUI SOMMES NOUS? */
#qui-sommes-nous{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:rgb(35,84,148);
}

#qui-sommes-nous h1{
}

#qui-sommes-nous #intro{
	margin-bottom:30px;
	font-size:11px;
	line-height:20px;
}

#qui-sommes-nous #intro h2{
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:normal;
	line-height:22px;
}

#qui-sommes-nous #intro p{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:normal;
	line-height:22px;
}

#qui-sommes-nous ul{
	list-style:none;
	font-style:italic;
	font-size:11px;
}

#qui-sommes-nous ul li{
	margin:0 0 10px 0;
	padding:0;
	font-size:13px;
	font-style:italic;
	line-height:21px;
}

/* FIN QUI-SOMMES-NOUS */
/******************************************************************************************************************************************************/

/* DEBUT : NOUS CONTACTER */
#contact{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:rgb(35,84,148);
}

#contact h1{
}

#contact h2{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	margin:0 0 5px; padding:0;

}

#contact #enseigne{
	text-transform:capitalize;
}

#contact p{
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin:0; padding:0;

}

#contact .message_block{
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	margin:0 0 10px;
	padding:0;
	text-align:center;
}

#contact #coordonnees{
	float:left;
	width:215px;
	margin-top:0;
	border:#000000 0px solid;
	padding:0;
}

#contact #coordonnees p{
	margin:0;
	padding:0;
}

#formulaire_contact{
	border:#000000 0px solid;
	margin-left:0px;
	float:right;
	width:320px;
}

#formulaire_contact label{
	font-weight:bold;
	display:block;
	margin-bottom:25px;
	font-size:15px;
	letter-spacing:0px;
	line-height:21px;
}

#formulaire_contact textarea{
	width:300px;
	height:170px;
}

#plan_acces{
	margin-top:30px;
}

input[type=submit].send_mail_button{
	border:none;
	text-transform:uppercase;
	color:#1C55A2;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	line-height:21px;
	font-weight:bold;
	text-align:right;
	cursor:pointer;
	letter-spacing:0px;
	padding-right:0;
	margin:0;
}
/* FIN : NOUS CONTACTER */
/******************************************************************************************************************************************************/

/* DEBUT : ON PARLE DE NOUS */
#on-parle-de-nous{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:rgb(35,84,148);
}

#on-parle-de-nous h1{
}

#on-parle-de-nous h2{
}

#on-parle-de-nous .image_illustration{
	width:110px;
	height:110px;
	border:#000 solid 0px;
	text-align:center;
	float:left;
}

#on-parle-de-nous .citation{
	float:left;
	padding:0;
	width:400px;
	border:#FF9933 solid 0px;
	margin-left:30px;
}

#on-parle-de-nous p{
	font-size:16px;
	font-weight:normal;
	line-height:16px;
	margin:0; padding:0;
}

#on-parle-de-nous #source{
	color:rgb(164,164,164);
	font-size:12px;
	line-height:22px;
	margin:0;
	padding:0;
	font-weight:normal;
}

#on-parle-de-nous #lien_reference{
	color:rgb(164,164,164);
	font-size:12px;
	line-height:22px;
	margin:0;
	padding:0;
	font-weight:normal;
}

#on-parle-de-nous a{
	font-size:12px;
	font-weight:normal;
}

/* FIN : ON PARLE DE NOUS */
/******************************************************************************************************************************************************/

/* DEBUT : REVUE */
#revue{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:rgb(35,84,148);
}

#revue h1{
	margin-bottom:20px;
}

#revue h2{
	font-size:18px;
	line-height:18px;
	font-weight:normal;
}

#revue ul li{
	margin-bottom:15px;
}

#revue p{
	font-size:15px;
	line-height:18px;
	font-weight:normal;
}

#revue a{
	font-weight:normal;
	font-size:15px;
	line-height:18px;
	color:rgb(164,164,164);
}


/* FIN : REVUE */
/******************************************************************************************************************************************************/


/* DEBUT : ACTUALITE */
#actualite{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:rgb(35,84,148);
}

#actualite h1{
	margin-bottom:20px;
}

#actualite h2{
	font-weight:bold;
	font-size:19px;
}

#actualite h2 a{
	font-size:19px;
	line-height:23px;
	font-weight:bold;
	color:rgb(35,84,148);
}

#actualite ul li{
	padding:20px 5px;
	border-top:#6987AD 5px dotted;"
	margin-bottom:15px;
}

#actualite .image_illustration{
	width:110px;
	height:110px;
	border:#000 solid 0px;
	text-align:center;
	float:left;
}

#actualite .accroche{
	float:left;
	padding:0;
	width:400px;
	border:#FF9933 solid 0px;
	margin-left:30px;
}

#actualite .accroche p{
	font-size:16px;
	line-height:17px;
	font-weight:normal;
	margin:6px 0;
}

#actualite a{
	font-size:15px;
	font-weight:normal;
	line-height:22px;
	color:rgb(164,164,164);
}


/* FIN : ACTUALITE */
/******************************************************************************************************************************************************/

/* DEBUT : TRADUCTION */
#traduction{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:rgb(35,84,148);
}

#traduction h1{
}

#traduction h2{
	font-size:18px;
	font-weight:bold;
	line-height:20px;
	margin:15px 0 5px; padding:0;

}

#traduction #intro{
	float:left;
	width:250px;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin:0; padding:0;

}

#traduction p{
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin:0 0 15px; padding:0;

}

#traduction .message_block{
	font-size:11px;
	font-weight:normal;
	line-height:14px;
	margin:0 0 10px;
	padding:0;
	text-align:center;
}

#formulaire_traduction{
	border:#000000 0px solid;
	margin-left:0px;
	float:right;
	width:250px;
}

#formulaire_traduction label{
	font-weight:bold;
	display:block;
	margin-bottom:25px;
	font-size:15px;
	letter-spacing:0px;
	line-height:21px;
}

#formulaire_traduction textarea{
	height:170px;
}
/* FIN : TRADUCTION */
/******************************************************************************************************************************************************/


/* FICHE PRODUIT */
#fiche_produit{
	margin:25px auto;
	padding-top:0;
	font-family:Arial, Helvetica, sans-serif; 
	color:#000;
}

#fiche_produit #image_produit{
	float:left;
	width:200px;
	height:200px;
}

#fiche_produit #texte_produit{
	margin:0;
	float:left;
	width:290px;
	padding:0 0 0 30px;
	line-height:20px;
}

#fiche_produit #texte_produit h1{
	background:url(../images/puce_fleche_produit.png) left center no-repeat;
	padding-left:20px;
	margin:0;
	font-size:17px;
	font-weight:bold;
	line-height:17px;
	vertical-align:middle;
	text-transform:none;
}

#details_techniques{
	margin-top:20px;
	font-size:10px;
}

#details_techniques h4{
	font-size:13px;
	margin:0;
	padding:0;
	font-weight:bold;
	text-decoration:underline;
}

#details_techniques p{
	font-size:12px;
	margin:0;
	padding:0;
}

#details_techniques p span.label{
	font-weight:bold;
}

#descriptif_produit{
	font-family:Arial, Helvetica, sans-serif;
	margin:20px 0;
	border-top:#999999 solid 0px;
	border-bottom:#999999 solid 0px;
	padding:5px 0;
	line-height:13px;
}

#descriptif_produit ul{
	list-style-type:circle;
	list-style:disc;
}

#descriptif_produit ul li{
	list-style-type:circle;
	list-style:disc;
	list-style-position:inside;
	text-indent:15px;
}

#nb_pages{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
	padding:0;
	margin:5px 0;
	height:11px;
	line-height:11px;	
}

/* FIN FICHE PRODUIT */


/* DEBUT : MON COMPTE */
#mon_compte{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:rgb(35,84,148);
}

.cadre_details_facture{
	position:relative;
	height:18px; 
	vertical-align:top;
}

.details_facture{
	position:absolute;
	top:20px;
	background-color:#FFCCCC; 
	left:-0px; 
	visibility:hidden; 
	padding:5px; 
	width:533px; 
	border:#000066 solid 1px;	
	z-index:10;
}

p.close_details_facture{
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	z-index:10;
}

a.lien_details_facture{
	cursor:pointer;
	font-style:italic;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

form.dl_facture_form{
	display:inline;
}

form.dl_facture_form input[type=submit]{
	background:none; 
	border:none; 
	color:#265895; 
	font-style:italic; 
	padding:0;
	margin:0; 
	line-height:11px; 
	padding-bottom:4px;
}

/* FIN : MON COMPTE */
/******************************************************************************************************************************************************/





/* DEBUT : CGV */
#cgv{
}
/* FIN : CGV */
/******************************************************************************************************************************************************/

/* DEBUT : CREDITS */
#credits{
}
/* FIN : CREDITS */
/******************************************************************************************************************************************************/

/* DEBUT : PLAN DU SITE */
#plan-site{
}

#plan-site ul{
}

#plan-site ul li{
	list-style-type:square;
	margin-left:15px;
	margin-bottom:10px;
}

#plan-site ul li ul{
}

#plan-site ul li ul li{
	list-style-type:circle;
	margin-left:15px;
	margin-bottom:0px;
}
/* FIN : PLAN DU SITE */
/******************************************************************************************************************************************************/

/* DEBUT : ERREUR 404 */
#erreur_404{
}
/* FIN : ERREUR 404 */
/******************************************************************************************************************************************************/
