﻿/* Réinitialisation des styles */
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.5em;}
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;}

/* Fin Réinitialisation des styles */


/************ Début template global */
body { background-color:transparent;width: 100%;color:black;font-family:Arial, sans-serif;}
a {color:black;}
h1 { font-size: 1.8em;padding: 1em 0;}
h2 { font-size: 1.6em;padding: 0.8em 0;}
h3 { font-size: 1.4em;padding: 0.7em 0;}
h4 { font-size: 1.2em;padding: 0.5em 0;}

.wrap {clear: both;margin: 0 auto;width:1050px; background:url(images/preHome.jpg) no-repeat; }

/************ Fin template global */


/************ Début header */
.header {padding:70px 20px 0;clear: both; }
/************ Fin header */


/************ Début main */
.main {padding: 264px 416px;clear: both;}


/* personnalisation du formulaire */
.line_form {padding-top:10px;}
.label {}
.input {}
.submit {}

.text {
color:#00000;}
.error {	background-color: #c45532;color: #00000;font-weight: bold;text-align: center;padding: 4px;}

/************ Fin main */


/************ Début footer */
.footer {padding: 20px 20px 0;clear: both;}
/************ Fin footer */


/*responsive design */
@media only screen and (max-width: 828px) {
	body {margin: 0 auto;width: 100%;}
	.wrap {width: 100%;}
}

@media only screen and (max-width: 550px) {
	.header {padding:150px 20px 0; }
}