body {
    margin: 0px;
    padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../images/bg_box.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 20px;
}

div#header {
    height: 280px;
    width: 800px;
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
}

div#logo {
    padding-left: 50px;
    font-size: 10px;
    color: #666666;
    padding-bottom: 20px;
}

div#menu {
    width: 670px;
    height: 20px;
    background-image: url(../images/bg_menu.jpg);
    background-repeat: no-repeat;
    padding-top: 2px;
    padding-right: 20px;
    padding-left: 100px;
}

div#menu a {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

div#content {
    width: 900px;
    margin: 10px;
    margin-right: 40px;
    text-align: justify;
}

div#copyright {
    relative: absolute;
    bottom: 0px;
    padding-top: 20px;
    padding-left: 100px;
}

div.spacer {
    clear: both;
}

div.realisations {
    float: left;
    padding: 20px;
}

p.button {
    position: relative;
    left: -10px;
    margin: 0px;
}

img {
    border: none;
}

.GfxProd {
    color: #193d64;
}

.uction {
    color: #666666;
}

.Petit {
  font-size: 10px;
  color: #999999;
}
.Titre {
  font-size: 15px;
  font-weight: bold;
  color: #171717;
}
.Titer {
  font-size: 11px;
  font-weight: bold;
  color: #666666;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #222222;
	background-color: #eeeeee;
	border: 1px solid #17395E;
	text-align: left;
	cursor: hand;
	vertical-align: middle;
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
	-moz-border-radius-bottomright:5px;
}
input:hover, textarea:hover, select:hover { color: #324C75; border-color: #327cce; }
input:focus, textarea:focus, select:focus { color: #324C75; border-color: #327cce; }
}

a {
	color: rgb(40, 100, 150);
	text-decoration: none;
	font-weight: bold;
}
