/**** Reset => http://net.tutsplus.com/tutorials/html-css-techniques/5-tips-to-writing-better-css ***/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, p, blockquote, table, th, td { margin: 0; padding: 0; } 

body { 
	background-color:#fff; 
	color: #285d87;
	font-family: "Trebuchet MS","Lucida Grande", Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-size: 80%;
	letter-spacing: normal;
	line-height: 1.5em; 
	margin-top: 5px;
	text-align: center; /*centrage pour IE*/
	word-spacing: 0.1em;
	}

a {text-decoration: none; color: #c50101; font-weight: bold;}

a img {border:0px solid #FFF;}
	
a:focus {outline: 0;} /* évite le contour de sélection sur les liens images*/

h1 {background-color: #fff;
	border: 1px solid #83a9c5;
	font-family : "Trebuchet MS","Lucida Grande",Tahoma, Verdana, sans-serif;
	font-size: 1.6em;
	margin: 10px;
	padding: 2px 10px ;
	text-align: left;
	}
h2 {font-size: 1.6em; text-align: left;}
h3 {font-size: 1.4em; text-align: left; font-weight: bold; }

ol {text-align:left;}


#container {
	background-color:#fff;
	margin: 0 auto; /* centrage FF */
	width: 550px;
	}
	
#container textarea {
	font-family: "Trebuchet MS","Lucida Grande", Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-size: 1em;
	color: #333;
	background-color: #FFFFFF;
	border: solid 1px #999;
	}
	
#intro {
	background-color: #dde8f1;
	border:thin dotted #285d87;
	color: #285d87;
	line-height: 1.2em;
	height: auto;
	padding: 10px;
	position: relative;
	text-align: left;
	}	
	
#vous{
	clear: both;
	line-height: 2em;
	padding-top: 5px;
	margin: 10px 6px;
	text-align: left;
	}
	
#vous span.label {
  float: left;
  font-weight: bold;
  width: 200px;
  text-align: right;
  }
#vous span.form {
  float: right;
  width: 330px;
  text-align: left;
  }

#commercial {
	background-color: #ccc;
	color: #666;
	line-height: 1.5em;
	margin: 20px 0px 40px;
	padding: 8px 10px;
	text-align: left;
	width: 86%;
	}
	
#demande {
	line-height: 2em;
	font-size: 1.0em;
	}
#demande span.centre {text-align: center;} /* marche pas*/
#demande table.devis{
	font-size: 1em;
	border: solid 0px;
	width: 90%;
	border-spacing: 0px;
	text-align : center;
	}
#demande table.devis td{
	text-align : left;
	height: 30px;
	}
#demande table tr.bleu{
	background-color: #dde8f1;
	}
	
#demande table.devis tr.bleu{
	background-color: #dde8f1;
	}
	
#demande table.devis td {
	background-color: transparent;
	}
#demande ol{ 
	margin: 0px 0px 0px 40px;
	text-align: left;
	}
#demande ul{ 
display : block;
	font-size: 1em;
	margin-left: 40px;
	text-align: left;
	}
	
#demande li{ 
	font-size: 1em;
	font-weight: bold;
	margin-bottom : 8px;
	}
#demande li span.sous{ 
	font-size: 1em;
	font-weight: normal;
	}

.minitexte {font-size: xx-small;}