/* CSS Document */

body {
	background-image: url(../images/body_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
  background-color: #00144D;
	margin: 0;
  color: #E5E5E5;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* LAYOUT ------------------------------------------------ */
div.wrapper {
	background-image: url(../images/site_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 624px;
	overflow: auto;
	border: 0px solid red;
}

div#header {
	background-image: url(../images/header_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 211px;
	padding-top: 214px;
  border: 0px solid red;
}

div#headerPopup {
	background-image: url(../images/header_popup_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 220px;
  border: 0px solid red;
}

div#main {
	background-image: url(../images/content_bottom.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100%;
	overflow: auto;
  border: 0px solid red;
}

div.content {
	background-color: #5C6C99;
	width: 510px;
	min-height: 200px;
	padding: 17px 0;
	margin: 0 auto;
	border: 0px solid red;
}

div.row {
	background-image: url(../images/content_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	width: 100%;
	overflow: auto;
	border: 0px solid red;
}

div.leftCol {
	float: left;
	width: 50%;
	border: 0px solid yellow;
}

div.rightCol {
	float: right;
	width: 50%;
	border: 0px solid pink;
}

div.fullCol {
	border: 0px solid pink;
}

div.produit {
	width: 100%;
	overflow: auto;
	margin-bottom: 3px;
	border: 0px solid red;
}

.produit .leftCol {
	width: 95px;
	border: 0px solid yellow;
}

.produit .rightCol {
	width: 160px;
	border: 0px solid pink;
}

div#footer {
	background-image: url(../images/footer_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 90px;
	padding-top: 10px;
  border: 0px solid red;
}


/* TEXT -------------------------------------------------- */
h1 {
	background-image: url(../images/h1_bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 26px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}

h1.first {
	margin-top: 0;
}

h2{
	font-weight: bold;
	font-size: 12px;
}

p {
	margin: 0;
	border: 0px solid red;
}

h1, h2, p, ul {
	margin: 12px 15px 0 15px;
}

.produit p {
	margin: 3px 15px 0 15px;
}

ul {
	margin-left: 35px;
	padding: 0;
}

ul.contact {
	margin: 12px 15px 0 15px;
	padding: 0;
	list-style-type: none;
}

#header ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	overflow: auto;
	width: 524px;
	border: 0px solid red;
}

#header li {
	display: inline;
	float: left;
	width: 90px;
	margin: 0 7px 0 6px;
	text-align: center;
	border: 0px solid red;
}

#header li.first, #header li.last {
	width: 87px;
}

#header li.first {
	margin-left: 13px;
	border: 0px solid red;
}

#header li.last {
	margin-right: 13px;
	margin-left: 8px;
	border: 0px solid red;
}

#footer p {
	margin: 0;
	color: #4D4D4D;
	text-align: center;
	font-size: 10px;
}

#footer span {
	margin: 0 10px;
}

/* LINKS ------------------------------------------------- */
a:link, a:visited {
  color: #E5E5E5;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.more:link, a.more:visited {
	text-decoration: none;
}

a.more:hover {
	text-decoration: underline;
}

#header a:link, #header a:visited {
	display: block;
	height: 30px;
	color: #E8E8E8;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	border: 0px solid red;
}

#header a:hover {
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #4D4D4D;
}


/* IMG & OBJECTS ----------------------------------------- */
img.content {
	float: right;
	padding: 0px;
	margin: 12px 15px 0 5px;
	border: 0px solid #E5E5E5;
}

img.center {
	display: block;
	float: none;
	margin: 12px auto;
}

img.produitThumb, img.promoThumb {
	padding: 0px;
	margin: 12px 0 0 15px;
	padding: 2px;
	float: left;
	border: 1px solid #E5E5E5;
}

img.noImgThumb {
	width: 75px;
}

img.noImg {
	width: 300px;
}

img.produit {
	display: block;
	margin: 0px auto;
	padding: 3px;
	border: 1px solid #E5E5E5;
}

img.carte {
	padding: 2px;
	border: 1px solid #E5E5E5;
}


/*---------------------------------*/
/*-CONTACT-------------------------*/
/*---------------------------------*/

p.contactMsg {
	margin-bottom: 12px;
}

p.contactError {
	color: #EDAC2F;
	font-weight: bold;
	margin-bottom: 12px;
}

form{
	border: 0px solid red;
	margin:0px;
	padding:0px;
}

label.contact, input.contact, textarea.contact {
	display: inline;
	width: 165px;
	float: left;
	margin-bottom: 10px;
}

label.contact {
	text-align: left;
	width: 100px;
	margin: 0 0px 0 15px;
	padding-right: 10px;
}

textarea.contact {
	height: 100px;
}

input.contactSubmit {
	width: 150px;
	margin: 0 0px 0 15px;
}

br.clear {
	clear: left;
}