/* CSS Document */
body {
   margin: 0px;
   padding: 0;   
   font-family: Verdana, Arial, Helvetica, sans-serif  ;
   font-size: 12px;
   text-align: center;
   color: #666;
   background: url(bg_body.gif) repeat-x;
}
h1, h2, h3, h4, h5, h6, p, form, input{
  margin: 0px;
  padding: 0px; 
}
h1, h2, h3, h4, h5, h6{
  font-weight: normal;
  color: #39362f;
}
p {
  line-height: 17px;
}
a {
  text-decoration: none;
  color: #666;
}
a:hover {
  text-decoration: underline ;
}
ul {
  margin:0px;
  padding:0px;
  list-style-type: none;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
legend {
  display: none;
}
img {
   border: none;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle; 
	color: #666;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.hide , caption{
	display: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.breaker{
	clear: both;
	height: 1px;
	overflow: hidden;
}
#page {
	width: 1000px;
	text-align: left;
	padding:0px 0px 0 0px;
	margin: 0  auto;
	position: relative;
}
/*******************************************************************************************************************
*************************************** HEADER *******************************************************************
********************************************************************************************************************/
#header {
	padding: 0 0 10px 0;
	height: 134px;
}
#header .logo {
	height: 99px;
}
.nav {
	/*margin: 0 0 0 317px;*/
	position: absolute;
	top: 99px;
	right: 5px;
}
.nav li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.nav li a{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 113px;
	height: 24px;
	text-align: center;
	background: url(nav_on.gif) no-repeat;
	padding: 10px 0 0 0;
}
.nav li a:hover,
.nav li.encour a{
	color: #f09510;
	background: url(nav_over.gif) no-repeat;
}
.nav li.test a{
	background: url(nav_on_test.gif) no-repeat;
}
.nav li.test a:hover {
	background: url(nav_over_test.gif) no-repeat;
}
/*******************************************************************************************************************
*************************************** FOOTER *******************************************************************
********************************************************************************************************************/
#footer {
	background: url(bg_footer.gif) repeat-x #f7ad03;
}
#footer .inside {
    width: 810px;
	text-align: left;
	padding:7px 0 0 0;
	margin: 0  auto;
	font-size: 85%;
	color: #fff;
}
#footer .inside .langue{
	padding:6px 8px 0 0px;
	float: left;
}
#footer .inside .langue img{
	padding:0 7px 0 0px;
}
#footer .inside ul{
	padding: 0 0 6px 0;
	float: left;
	width: 670px;
}
#footer .inside li{
	display: inline;
}
#footer .inside li span{
	padding: 0 3px;
}
#footer .inside li a{
	color: #fff;
	text-decoration: underline;
}

/*******************************************************************************************************************
*************************************** CONTENEUR *******************************************************************
********************************************************************************************************************/
#conteneur {
	background: url(fond-wp.gif) no-repeat top center;
	padding: 13px 0 20px 60px;
}
/******************
*	DROITE
******************/
.droite {
	float: left;
	width: 270px;
}
/******************
*	CENTRE
******************/
.centre {
	float: left;
	width: 500px;
	margin: 0 107px 0 0;
}
/******************
*	BLOCKS
******************/
h1 {
	font-size: 217%;
	padding: 0 0 15px 0;
	color: #333;
}
h2 {
	font-size: 200%;
	padding: 0 0 15px 0;
	color: #333;
}
/* */
.item_block {
	background: url(bg_item_1.gif) no-repeat bottom left;
	margin: 0 0 20px 0;
}
.item_block .inside{
	background: url(top_item_1.gif) no-repeat;
	padding: 20px 60px 10px 18px;
	position: relative;
}
.item_block .inside .flash {
	float: left;
	margin: 0 40px 0 0;
}
/* */
.item_catalogue {
	margin: 0 0 50px 0;
	font-size: 92%;
}
.item_catalogue img {
	float: left;
	margin: 0 20px 0 0;
}
.item_catalogue h3 {
	font-size: 136.5%;
	padding: 20px 0 4px 0;
}
/* */
.form {
	margin: 0 0 25px 0;
}
.form p {
	font-size: 200%;
	padding: 0 0 15px 0;
	color: #333;
}
.form form  {
	background: url(bg_item_2.gif) no-repeat bottom left;
	font-size: 92%;
}
.form form .inside {
	background: url(top_item_2.gif) no-repeat;
	padding: 30px 19px 15px 28px;
}
.form fieldset {
	padding: 0 0 17px 0;
}
.form .float_left {
	width: 220px;
	padding: 0 0 10px 0;
}
.form .float_right {
	float: right;
	margin: 30px -5px 0 0;
}
.form .float_left label {
	width: 70px;
	display: block;
	float: left;
	text-align: right;
	padding: 4px 8px 0 0;
	line-height: 11px;
}
.form .float_left label.label {
	padding: 0px 8px 0 0;
}
.form textarea {
	width: 445px;
	height: 64px;
	border: 1px inset;
	margin: 5px 0 10px 0;
	color: #333;
	font-size: 110%;
	padding: 3px 0 0 5px;
}
.form .input {
	width: 126px;
	height: 17px;
	border: 1px inset;
	margin: 0 0 8px 0;
	color: #333;
	font-size: 110%;
	padding: 0 0 0 5px;
}
.form select {
	width: 134px;
	margin: 0 0 8px 0;
	color: #333;
	font-size: 110%;
}
.form .checkbox {
	width: 13px;
	height: 13px;
	margin: -2px 4px 0 7px;
}
.form span {
	font-size: 110%;
	float: right;
	display: block;
	padding: 3px 0 0 0;
}
/* */
.resultat {
	padding: 0 0 0 10px;
}
.resultat h2 {
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 10px 0;
}
.resultat p {
	padding: 0 0 15px 0;
}
.resultat a {
	color: #f1950f;
}
.resultat span{
	float: left;
	color: #acacad;
	padding: 0 5px 0 0;
}
.resultat ul{
	float: left;
	color: #acacad;
}
.resultat ul li{
	display: inline;
}
/* */
.resultat_bis {
	padding: 0 0 0 10px;
}
.resultat_bis li {
	padding: 0 0 5px 0;
}
#presentation2 {display:none;}

.txt12error{
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	float:left !important;
	margin-bottom:10px; 
}

#errorDevis { text-align:left; margin-bottom:10px;}

.btn_envoyer{border:0px;background:url(./bt_envoyer.gif) no-repeat;width:79px;height:27px;}
