/* all */
* { margin:0; padding:0; text-align: center; font-family:serif; font-weight:bold;}

a, a:hover, a:active{
/* color: #AE00FF; */
color:blue;
}

img {
 border: none;
}

.center {
         margin-left: auto;
        margin-right: auto; 
 }

table#transport {
border-collapse: collapse;
}

table#transport td{
border-bottom: 1px solid;
border-left: 1px solid;
border-right: 1px solid;
padding: 5px;
}

table#transport th{
border: 1px solid;
}

td{
padding: 5px;
}

body {
width: 800px;
         margin-left: auto;
        margin-right: auto; 
/*border: 4px  #c295b3;
border-style: dotted;*/
padding: 10px;
margin-top:10px;
}


html {
background-image:url("img/body.png");
background-repeat: repeat-x;
}

table {
         margin-left: auto;
        margin-right: auto; 
}

/* acces link */
#acces {
top:0;
left:0;
position:fixed;
}

/* top */
#baniere {
	width :100%;
	height: 120px;
 	background-image: url("img/baniere.png");
/*	margin-left: -70px;
	margin-top: -10px;*/
}

/* menu */
#menu { 
	width :800px;
	height : 20px;
border-top: solid;
border-bottom: solid;

	border-top-width :1px;
	border-bottom-width :1px;
/*border: 1px solid;*/

	margin-bottom: 50px;
/*  	background-image: url("img/menu.png");  */
background-color: #959595;
background-repeat: repeat-x;
}



ul {
	list-style-type: none;
}

ul a {
	display: block;
}

li {
	/*display:inline;*/
	float:left;
}

.hide{
font-size:0px;
letter-spacing: -5px;
position: absolute;
top: -5000px;
}

#accueil {
	background-image: url("img/accueil.png");
	background-repeat: no-repeat;
	margin-left: 70px;
	margin-right: 10px;
	margin-top:-15px;
	width: 150px;
	height:50px;
}
#accueil:hover{
	background-image: url("img/accueil_over.png");
}

#boutique {
	background-image: url("img/boutique.png");
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: 10px;
	margin-top:-15px;
	width: 150px;
	height:50px;
}
#boutique:hover{
	background-image: url("img/boutique_over.png");
}

#creations {
	background-image: url("img/creations.png");
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: 10px;
	margin-top:-15px;
	width: 150px;
	height:50px;
}
#creations:hover{
	background-image: url("img/creations_over.png");
}
#bijoux {
	background-image: url("img/bijoux.png");
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: 10px;
	margin-top:-15px;
	width: 150px;
	height:50px;
}
#bijoux:hover{
	background-image: url("img/bijoux_over.png");
}


/* content */
#content {
/*border-top-width :1px;
border-bottom-width :1px;
margin: 30px;*/
width :740px;
margin-top:-51px;
/*border: 1px solid;*/
padding: 30px;

}


/* foot */
