/* CSS Document - A prix d'usine by actweb.fr */

body {
	margin: 0 0 0 0;
	background-color: #60035C;
	background-image: url(../images/interface/css-body-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #FFFFFF;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 10px 0 13px 0;
}

a, a:link {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}

h1 {
	font-size: 1.30em;
	color: #FEF000;
	font-weight: bold;
	margin: 0 0 15px 0;
}

/******************************/
/*			GENERAUX 
/******************************/

.img-left {
	float: left;
	margin: 0 10px 5px 0;
}
.img-right {
	float: right;
	margin: 0 0 5px 10px;
}


.justify {
	text-align: justify;
}
p.small {
	font-size: 0.90em;
}

.prixdusine {
	color: #FEF000;
	font-weight: bold;
}

div.blank {
	clear: both;
	height: 1px;
	font-size: 1px;
}


/******************************/
/*			DIV 
/******************************/



/*** HEADER ****/
#header {
	margin: 50px 0 0 0;
	width: 652px;
	text-align: left;
}
#header div.membre {
	position: absolute;
	margin: -35px 0 0 510px;
}


/*** BOX ***/
#box {
	margin: 30px 0 30px 0;
	width: 652px;
	height: 250px;
	text-align: left;
	vertical-align: top;
}
#box div.box-left {
	width: 45px;
	height: 250px;
	float: left;
	background-image: url(../images/interface/css-box-left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1px;
}
#box div.box-right {
	width: 45px;
	height: 250px;
	float: left;
	background-image: url(../images/interface/css-box-right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1px;
}
#box div.box-middle {
	width: 560px;
	height: 250px;
	float: left;
	background-image: url(../images/interface/css-box-txt.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
#box div.txt {
	margin: 50px 0 30px 2px;
	text-align: justify;
}
#box div.txt div.actweb {
	margin: 20px 0 0 0;
	text-align: right;
}

/*** POD ***/
#pod {
	margin: 30px 0 0 0;
	width: 670px;
	text-align: left;
	vertical-align: top;
}
#pod td.top {
	width: 670px;
	height: 49px;
	background-image: url(../images/interface/css-pod-top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1px;
}


/***** CONTACT *****/
table.contact {
	width: 550px;
	margin: 0;
}
table.contact td.titre {
	padding: 15px 0 20px 0;
	font-size: 1.10em;
	color: #FEF000;
	font-weight: bold;
}
table.contact td.designation {
	width: 160px;
	height: 25px;
	padding: 5px 0 0 10px;
	font-weight: bold;
	vertical-align: top;
}
table.contact td.required {
	width: 10px;
	font-size: 1px;
}
table.contact td.required-on {
	width: 10px;
	font-size: 1px;
	background-image: url(../images/interface/css-field-required.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
table.contact td.field {
	vertical-align: middle;
}
table.contact td.field input {
	width: 220px;
	height: 14px;
	padding: 2px 0 0 2px;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0;
	background-color: #60035C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
table.contact td.field textarea {
	width: 220px;
	height: 100px;
	padding: 0 0 0 2px;
	border-top: 1px solid #66524C;
	border-right: 1px solid #A48F88;
	border-bottom: 1px solid #BDADA8;
	border-left: 1px solid #745E56;
	background-image: url(../images/interface/css-field-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585858;
}
table.contact td.sep {
	height: 20px;
	font-size: 1px;
}
table.contact table.button {
	width: 100%;
}
table.contact table.button input {
	width: 100px;
	height: 20px;
	border: 1px solid #550055;
	background-color: #FEF000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #550055;
	font-weight: bold;
}
table.contact table.button td.space {
	width: 180px;
}
table.contact table.button td.submit {
	width: 120px;
	text-align: left;
}
table.contact table.button td.reset {
	text-align: left;
}
table.contact tr.error {
	background-color: #BA2092;
}
div.error {
	background-color: #BA2092;
	padding: 10px 10px 10px 10px;
}