@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font: 12px futura, helvetica, arial, sans-serif;
	background: #4b3f3b url(background.png) repeat-x;
	color: #666666;
}

img {
	border: none;
}

a {
	color: #666;
	text-decoration: none;
}

h1, h2, h3
h4, h5, h6 {
	margin: 10px 0;
}

a:hover {
	color: #d4d600;
}

h2.title {
	color: #62653b;
	margin-top: 0;
}

h3.title {
	color: #666;
}

h4 {
	color: #ff6633;
}

h4.infos {
	background: url(../images/information.png) no-repeat left;
	padding-left: 20px;
}

input, select, textarea {
	color: #666666;
}

.errors {
	color: red;
}

ul.errors {
	margin:0;
	padding: 0;
	list-style-type: none;
}


#page {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

#page-inner {
	background: white;
}

/** Header **/
#header {
	height: 70px;
	background: url(../images/logo-maillet.gif) no-repeat center center;
	position: relative;
}

#header-inner {
	
}

#main {
	
}



/* CONTACT FORM */
div.contact {
	margin: 10px;
}
div.contact fieldset {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 5px;
}
div.contact fieldset legend {
	color: #7e99aa;
	font-size: 1.2em;
	font-weight: bold;
}
div.contact dt {
	font-weight: bold;
	color: #666;
}
div.contact fieldset textarea {
	width: 760px;
	height: 130px;
	border: 1px solid #7e99aa;
}
div.contact fieldset input {
	border: 1px solid #7e99aa;
}
div.contact dd {
	margin: 2px 0;
}
#receiveGroup-element dd, #receiveGroup-element dt {
	float: left;
	line-height: 25px;
}
#compte-label {
	margin-left: 30px;
}
#listingMenu, #message-element {
	text-align: center;
}

#adresseGroup-label, 
	#contactGroup-label {
	display: none;
}
input.adresse {
	width: 300px;
}
input.submit, a.continuer {
	color: #002C45;
	font-weight: bold;
	border: 1px solid #7E99EA;
	background: white;
}
a.continuer {
	padding: 5px;
}
#footer {
	margin-top: 20px;
	color: black;
	text-align: center;
	padding: 5px;
}