div#menu 
{
	background: url(../images/MenuBar.png) repeat-x scroll 0 0;
	height: 30px;
	line-height: 30px;
	padding-left: 100px;
}

div#menuLink
{
	display: block;
}

div#header
{
	background-color: black;
	width: 100%;
	height: 170px;
	min-width: 910px;
	margin-top: 0px;
}

div#container
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

body
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	min-width: 600px;
}

p
{
	text-align: justify;
	max-width: 800px;
	margin: auto;
}

img#header
{
	margin-left: 150px;
	float: left;
}

img#headerVernis
{
	margin-bottom: none;
	margin-top: none;
	margin-right: 150px;
	float: right;
}

.center
{
	text-align: center;
}

ul#menu
{
	margin-left: 100px;
	display: inline;
}

li.menu
{
	float: left;
	margin-left: 1px;
}

a.aMenu
{
	display: block;
	width: 90px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	font-weight: bold;
}

a.aMenu:hover
{
	font-weight: bold;
	font-style: normal;
	color: white;
	background: url(../images/MenuLinkHover.png) repeat-x scroll 0 0;
}

a.aMenu:active
{
	font-weight: bold;
	font-style: normal;
	color: white;
	background: url(../images/MenuLinkCurrent.png) repeat-x scroll 0 0;
}

a.selected
{
	background: url(../images/MenuLinkCurrent.png) repeat-x scroll 0 0;
}

a
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	color: #cc3366;
}

ul, li
{
	list-style-type: none;
	display: block;
	text-align: center;
	padding: 0px;
}

li.confirmAdd
{
	font-weight: bold;
	font-size: 11px;
	color: #009756;
}

.hr
{
	width: 70%;
}

form
{
	text-align: center;
}

form.removeCart
{
	text-align: center;
}

table
{
	text-align: left;
	margin: auto;
	width: 90%;
}

table.sets
{
	min-width: 550px;
	margin-top: 20px;
	text-align: left;
}

table.gallery
{
	width: 500px;
}

table#clientForm
{
	width: auto;
}

table#loginForm
{
	width: auto;
	padding: 20px;
}

table.centeredTable
{
	width: auto;
	padding: 20px;
}

td.cartPrinterTitle
{
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

td.cartPrinter
{
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

td.priceList
{
	padding-left: 35px;
}

h2
{
	text-align: left;
	margin-left: 168px;
}

h2:hover
{
	color: #cc3366;
}

h1, h3, h4, h5, h6
{
	text-align: center;
}

.h7
{
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}

.nameClear
{
	color: #cc3366;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

button
{
	vertical-align: middle;
}

button.next
{
	background: url(../images/buttons/nextButton.png) no-repeat 0 0;
	height:30px;
	width: 70px;
	border: none;
	cursor: pointer;
	padding: 0px;
}

button.next:hover {
	background: transparent url(../images/buttons/nextButton.png) no-repeat 0 -30px;
	border: none;
}

button.previous
{
	background: url(../images/buttons/previousButton.png) no-repeat 0 0;
	height:30px;
	width: 70px;
	border: none;
	cursor: pointer;
	padding: 0px;
}

button.previous:hover {
	background: transparent url(../images/buttons/previousButton.png) no-repeat 0 -30px;
	border: none;
}

button.add
{
	background: url(../images/buttons/addButton.png) no-repeat 0 0;
	height: 30px;
	width: 70px;
	border: none;
	cursor: pointer;
	padding: 0px;
}

button.add:hover {
	background: transparent url(../images/buttons/addButton.png) no-repeat 0 -30px;
	border: none;
}

button.remove
{
	background: url(../images/buttons/removeButton.png) no-repeat 0 0;
	height:30px;
	width: 100px;
	border: none;
	cursor: pointer;
	padding: 0px;
}

button.remove:hover {
	background: transparent url(../images/buttons/removeButton.png) no-repeat 0 -30px;
	border: none;
}

button.empty
{
	background: url(../images/buttons/emptyButton.png) no-repeat 0 0;
	height:30px;
	width: 70px;
	border: none;
	cursor: pointer;
	padding: 0px;
}

button.empty:hover {
	background: transparent url(../images/buttons/emptyButton.png) no-repeat 0 -30px;
	border: none;
}

button.submit
{
	background: url(../images/buttons/submitButton.png) no-repeat 0 0;
	height:30px;
	width: 100px;
	border: none;
	cursor: pointer;
	padding: 0px;
}

button.submit:hover {
	background: transparent url(../images/buttons/submitButton.png) no-repeat 0 -30px;
	border: none;
}

button.edit
{
	background: url(../images/buttons/editButton.png) no-repeat 0 0;
	height:30px;
	width: 70px;
	border: none;
	cursor: pointer;
	padding: 0px;
}

button.edit:hover {
	background: transparent url(../images/buttons/editButton.png) no-repeat 0 -30px;
	border: none;
}

button.tatice
{
	background: url(../images/buttons/tatice.png) no-repeat 0 0;
	height:30px;
	width: 70px;
	border: none;
	cursor: pointer;
	padding: 0px;
}

button.tatice:hover {
	background: transparent url(../images/buttons/tatice.png) no-repeat 0 -30px;
	border: none;
}

input
{
	border-color: blue;
}

input[type=text]
{
	border-color: blue;
	vertical-align: middle;
}

input[type=text].number
{
	width: 30px;
	text-align: center;
	border-width: 1px;
}

textarea#messageTA
{
	border-color: blue;
}

img.overlibImages
{
	border: solid 1px;
}

a img
{
	border: none;
	vertical-align: middle;
}

img
{
	border: none;
}

ul.gallery
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

li.gallery
{
	opacity:0.65;
	border: 2px solid black;
	overflow:hidden;
	width:80px;
	height:50px;
	float:left;
    	list-style-type:none;
	background-color: black;
	padding-bottom:0px;
    	margin-left:auto;
	margin-right:auto;
}

li.gallery:hover
{
	opacity:1;
}

.astuce
{
	padding-top: 5px;
	clear:left;
}

.gallery
{
	margin: auto;
	width: 504px;
}

#hybridMap
{
	margin: auto;
}

#normalMap
{
	margin: auto;
}
