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

a, a:hover, a:active{
	color:yellow;
}

.hide a, .hide a:hover, .hide a:active{
	color: yellow;
}

.hide {
	color:inherit;
}

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 {
border: 1px solid;
}


html {
margin-left: 55px;
margin-right: 5px;
margin-top: 5px;
}

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

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

/* top */
#baniere {
font-size: xx-large;
padding: 5px;
}

/* menu */
#menu { 
	padding: 5px;
border: 1px solid;
}

#menu a {
	color: yellow;
}

li {
	display:inline;
}

#accueil, #boutique, #creations, #bijoux {
	display:inline;
	color: yellow;
}

/* content */
#content {
border: 1px solid;
padding: 5px;
}

/* foot */
#feet {
 padding: 5px;
}
