/* Reset CSS */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear {
	clear:both;
	visibility:hidden;
}

/* Charte */

body {
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	font-family:Arial;
	font-size:12px;
}

a.lien{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
a.lien:HOVER{
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
}


#top {
	float:left;
	width:730px;
}

#logo {
	float:left;
	margin:10px;
}

h1 {
	float:left;
	width:200px;
	text-align:justify;
	margin-top:30px;
	margin-left:30px;
}

#conteneur_devis{
	width:730px;
	text-align:left;
	margin:auto;
	padding:0px;
}

#formulaire {
	width:100%;
	margin:auto;
	padding-top:20px;
}

#vosinfos {
	float:left;
	width:220px;
	margin:0;
	padding:0;
}

#votresite {
	float:left;
	width:220px;
	margin:0;
	padding:0;
}

#votresite2 {
	float:left;
	width:220px;
	margin:0;
	padding:0;
}

legend {
	float:left;
	font-size:16px;
	font-weight:bold;
}

input {
	margin-left:15px;
	border:1px solid #DCDCDC;
}

.check {
	float:left;
	margin-top:8px;
}

label {
	float:left;
	width:80%;
	font-size:12px;
	padding:10px 0 2px 15px;
}


select {
	float:left;
	margin-left:15px;
	width:170px;
}

label.small {
	float:left;
	display:block;
	width:20px;
	padding:10px 0 2px 15px;
}

.tailledeux {
	float:left;
	width:35px;
	text-align:center;
	margin-left:14px;
}

.taillequatre {
	float:left;
	width:66px;
	text-align:center;
	margin-left:14px;
}

textarea {
	float:left;
	width:170px;
	height:130px;
	margin-left:15px;
}

#bouton_devis {
	float:left;
	width:185px;
	margin-top:35px;
	margin-left:11px;
}
#valider{
	height:20px;
	text-align:center;
}
#reponse{
	color:#FFFFFF;
	text-align:center;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
}
#espace{
	height:250px;
	width:500px;
}

#commentaires{
	width:250px;
}