						body {
							background-color : White;
							background-image : url(../_cui_images/background.gif);
							margin : 0px;
							padding : 0px;
						}
						
						img.spip_logos {
						    border : 1px solid Gray;
						}
						
						.icone img.spip_logos {
						    border : 0px solid Gray;
						}
						
						table.stucture {
						    margin : 0px;
						    padding : 0px;
						}
						
						td.normal {
							font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
							font-size : 9pt;						
						}
						
						.spacer {
						    clear : both;
						    line-height : 0px;
						    font-size : 0px;
                              }
						
                              /*********************************************/
						/* Définition de la mise en page de l'entete */
						/*********************************************/

						#entete #visuel {
							background-color : #FFE900;
							border-bottom : 3px solid Black;
							elevation : higher;
							height : 100px;
							margin : 0px;
							padding : 0px;
						}
						
						#entete #visuel .kangourou {
							position : absolute;
							left : 50%;
							margin-left : -80px;
							margin-top : 0px;
							padding : 0px;
						}

						#entete #cdk_image {
							top : -24px;
							left : 4px;
							elevation : higher;
							position : relative;
							margin : 0px;
							padding : 0px;
						}

						#entete #cdk_texte {
							top : 0;
							right : 0;
							elevation : higher;
							position : absolute;
							align : right;
							margin : 0px;
							padding : 0px;
						}

						#entete #menu {
                                	top : 103px;
                                	left : 240px;
                                	width : 561px;
                                	height : 23px;
                                	background-image : url(../_cui_images/menu_fond.gif);
                                	elevation : above;
                                	position : absolute;
                                	margin : 0px;
                                	padding : 0px;
                              }

						#entete #pub {
							top : 20px;
							left : 50%;
							elevation : higher;
							position : absolute;
							margin-left : -230px;
							padding : 0px;
						}
						
						/*****************************************************************/
						/* Définition de la mise en page des boites de la colonne gauche */
						/*****************************************************************/

						#sousmenu {
							left : 8px;
							/* position : relative; */
							position : absolute;
							top : 165px;
						}

						#sousmenu #navigation {
							top : -15px;
							position : relative;
                            font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
						}

						#sousmenu #boite {
							top : -15px;
							position : relative;
						}
						
						#sousmenu .boite_titre, #colonne_droite .boite_titre {
                                	width : 216px;
                                	height : 23px;
                                	margin : 0px;
                                	padding : 0px;
                                	text-align : center;
                                	background-image : url(../_cui_images/boite_titre.gif);
                              }

						#sousmenu .boite_titre img, #colonne_droite .boite_titre img {
							top : 2px;
							position : relative;
						}

						#sousmenu .boite_contenu, #colonne_droite .boite_contenu {
                                	width : 216px;
                                	margin : 0px;
                                	padding : 0px;
                                	background-color : #FFFFFF;
                                	background-image : url(../_cui_images/boite_bordure.gif);
                              }

						#sousmenu .boite_contenu p, #colonne_droite .boite_contenu p {
							margin-left : 8px;
							margin-right : 8px;
							margin-top : 0px;
							margin-bottom : 0px;
							padding-top : 8px;
							font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
							font-size : 9pt;
						}

						#sousmenu .boite_pied, #colonne_droite .boite_pied {
                                	width : 216px;
                                	height : 24px;
                                	margin : 0px;
                                	padding : 0px;
                                	background-image : url(../_cui_images/boite_bas.gif);
                              }

                              #sousmenu #navigation .boite_pied {
                                   background-image : url(../_cui_images/boite_bas_navigation.gif);
                              }
						
						#sousmenu a, #colonne_droite a {
                                   text-decoration: none;
							color: #505050;
							letter-spacing: 1px;
                              }
						
						#sousmenu a:HOVER, #colonne_droite a:HOVER {
                                   text-decoration: underline;
							color: #101010;
							letter-spacing: 1px;
                              }
						
						#sousmenu #panier {
							font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
						}
						
						#sousmenu #panier ul {
							margin : 0px;
							padding-top : 10px;
							padding-left : 20px;
							font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
							font-size : 8pt;
						}
						
						#sousmenu #navigation ul {
							margin : 0px;
							padding-top : 10px;
							padding-left : 20px;
							font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
							font-size : 8pt;
						}
						
						#sousmenu #navigation ul ul {
							padding-top : 0px;
							padding-bottom : 10px;
						}
						
						/********************************************/
						/* Définition de la mise en page du contenu */
						/********************************************/
						
						#contenu {
							left : 230px;
							top : 165px;
							right : 230px;
							position : absolute;
							font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
							font-size : 10pt;
						}
						
						#contenu a {
						    color : #CC0000;
						}
						
						#contenu #chemin {
						    font-weight : bold;
						    font-size : 9pt;
						    color: #101010;
						}
						
						#contenu h1 {
                                   font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
								   font-size : 16pt;
                                   color: #CC0000;	
						}
						
						#contenu h3 {
                                   font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
							font-size : 16pt;
							color: #101010;
                                   font-style : italic;
                                   margin-top : 0px;
                                   margin-bottom : -20px;
                              	/*font-variant : small-caps;*/
                              	/*font-weight : bold;*/	
						}
						
						#contenu h2 {
                                   font-size : 12pt;
                                   color: #707070;
                                   letter-spacing : 1px;
                                   margin-left : 30px;
                              	padding-top : 0px;
                              	margin-top : -20px;
                                   /*font-variant : small-caps;*/
                              	font-weight : bold;	
						}
						
						#contenu h4 {
                                   font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
							font-size : 14pt;
							color: #101010;
                                   font-style : italic;
                                   margin-top : 0px;
                                   margin-bottom : 0px;
                              	/*font-variant : small-caps;*/
                              	/*font-weight : bold;*/	
						}
						
						#contenu #prix {
                                   font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
                                   width : 120px;
                                   text-align : right;
                                   font-weight : bold;
							font-size : 13pt;
                                   color: #CC0000;
                                   padding : 5px;
                                   background-color: #FFE900;
                                   border : 2px solid Black;	
						}
						
						#contenu #prix small {
						    font-size : 9pt;
						    color: #101010;
						    font-weight : normal;
						    font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
						}
						
						#contenu #texte {
						    text-align: justify;
						    font-size : 10pt;
						}
						
						#contenu #notes {
						    text-align: justify;
						    background-color: #EEEEEE;
						    padding : 10px;
						    font-size : 8pt;
						    letter-spacing : 1px;
						    border : thin dashed Gray;
						}
						
						img.kangourou {
						    elevation : higher;
						    position : absolute;
						    right : 250px;
						    top : 120px
						}
						
						#liste_produits h2 {
                                   font-size : 14pt;
                                   color: #707070;
                                   letter-spacing : 1px;
                                   margin-left : 0px;
                              	padding-top : 0px;
                              	margin-top : 24pt;
                              	margin-bottom : 12pt;
                                   /*font-variant : small-caps;*/
                              	font-weight : bold;
                                   border-bottom : medium dotted #707070;	
						}
						
						#liste_produits h3 {
                                   font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
							font-size : 12pt;
							color: #CC0000;
							background-color : White;
							elevation : higher;
                                   font-style : italic;
                                   margin-top : 5px;
                                   margin-bottom : -20px;
                              	/*font-variant : small-caps;*/
                              	/*font-weight : bold;*/	
						}
						
						#liste_produits a {
						    /*color : #101010;*/
						    color : #CC0000;
						}
						
						#liste_produits td.liste_marque {
						    border : thin solid Gray;
						    /*background-color: #FFE900;*/
						    background-color: #FFE900;
						}
						
						#liste_produits h4 {
                                   font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
							font-size : 12pt;
							color: #CC0000;
							background-color : White;
							elevation : higher;
                                   font-style : italic;
                                   margin-top : 8px;
                                   margin-bottom : 2px;
                              	/*font-variant : small-caps;*/
                              	/*font-weight : bold;*/	
						}
						
						#liste_produits #liste_marque {
						    width : 100%;
						    border : 1px solid Gray;
						    background-color: #FFE900;
						    padding : 5px;
						}
						
						#liste_produits #liste_marque #produit {
						    width : 120px;
                                  float : left;
                                  padding : 5px;
						    text-align : center;
						    font-size : 9pt;
						}
						
						/*****************************************************************/
						/* Définition de la mise en page du bon de commande              */
						/*****************************************************************/

						#commande #adresse_livraison {
							right : 0px;
                                   width : 200px;
                                   float : right;
						}
						
						
						
						
						/*****************************************************************/
						/* Définition de la mise en page des boites de la colonne droite */
						/*****************************************************************/

						#colonne_droite {
							right : 8px;
							/* position : relative; */
							position : absolute;
							top : 148px;
						}
						
						/*****************************************************************/
						/* Définition de la mise en page du pied de page                 */
						/*****************************************************************/
						
						#pied_page {
						    clear : both;
						    text-align : center;
						    font-size : 9pt;
						    color: #101010;
						    font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
                              }						

