body {	background: #be8f55 url('images/bg4_carton.gif') repeat-y center top ;
	                    color: #000000 ; text-decoration:none ;
	                    font-style: normal ;
	                    font-variant: normal ;
	                    font-weight: normal ; font-size:14px ; font-family: Lucida Sans Unicode, sans-serif ;
	                    }

a:link {color:#4c5e88; text-decoration:none;}    /* cibles non encore visitées */
a:visited { color:#4c5e88; text-decoration:none;} /* cibles visitées */
a:hover { color:#4c5e88; text-decoration:underline;}   /* Liens pour "MouseOver" */
a:active {color:#4c5e88;text-decoration:underline;}  /* Liens cliqués */

	       img { border: none; }
a.menu { color:#DFCAB7; text-decoration:none; }
a:hover.menu { color:#DFCAB7; text-decoration:none; }

           #plop { 
            text-decoration: blink;
            }	
		
			#nav {
                position: relative;
                margin-left: auto ;
                margin-right: auto ;
                width: 54em ;
				list-style: none ;
				padding: 0 ;
				overflow: hidden ;
				}
			#nav li {
			    float: left ;
				width: 148px ;
				border: 1px ;
				margin-right: 0px ;
				}
			#nav li a {
				display: block ;
				background: url('images/bouton_coulissant3.png') no-repeat left top ;
				color: #000 ;
				line-height: 1em ;
				text-align: center ;
				text-decoration: none; font-style: normal; font-variant: normal; font-weight: bold; font-size: 1em; font-family: Trebuchet MS, Arial, sans-serif; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:12px
				}
			#nav li a:hover, #nav li a:focus, #nav li a:active {
				background: url('images/bouton_coulissant3.png') no-repeat right top ;
				text-decoration: none 
				}
