html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}



body{font-family:Arial;}

h1{
	font-size:30px;
	text-align:center;
	margin:0 0 20px 0;
}

h2{
	font-size:30px;
	font-weight:normal;
	margin:0 0 0 0;
}

p{font-size:16px; line-height:20px;}

.container{
	width:800px;
	margin:100px auto;
	text-align:center;
}

form{margin-top:50px;}

input[type=text]{padding:4px;}
input[type=submit]{margin:50px auto 0; padding:20px 40px; display:block; font-size:18px; text-transform:uppercase;}
label{display:block; margin:0 0 20px 0; text-align:left;}
.entreprise,
.courriel{float:left; width:48%;}
.entreprise{margin-right:4%;}
.entreprise input[type=text],
.courriel input[type=text],
textarea{width:100%; margin-top:5px;}

.message{margin-top:30px;}
textarea{height:150px;}


.logo{
	width:300px;
	margin:0 auto 100px;
}


.demande input[type=text]{width:228px; padding:8px 4px;}