/* CSS RESET */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
	background:#FFF url(../img/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
}
h1{
	font-size:26px;
	color:white;
	font-weight:bold;
	text-shadow:1px 1px 1px #51a8d9;
	margin-bottom:30px;
	padding-top:15px;
}
p{
	font-size:14px;
	color:#cbebf6;
	font-weight:bold;
	text-shadow:1px 1px 1px #51a8d9;
	margin-top:20px;
}
a{
	text-decoration:none;	
}
#header, #footer{
	width:980px;
	margin-left:auto;
	margin-right:auto;	
}
#content{
	width:900px;
	margin-left:auto;
	margin-right:auto;	
	background:#2baef5 url(../img/content.jpg) repeat-x;
	min-height:175px;
	padding-left:40px;
	padding-right:40px;
}
#content strong{
	color:white;	
}
#footer{
	background:url(../img/footer.jpg) no-repeat;
	padding-top:40px;
	height:376px;
}
input[type="text"]{
	width:228px;
	height:29px;
	font-size:13px;
	color:#aeaeae;
	padding-left:18px;
	border:0px;
	margin-top:128px;
	
}
input[type="submit"]{
	width:528px;
	height:52px;
	background:url(../img/submit.jpg) no-repeat;
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:0px;
	margin-top:30px;
	cursor:pointer;
	
}
#nom{
	margin-left:88px;
	
}
#prenom{
	margin-left:30px;
}
#mail{
	margin-left:30px;
}