﻿/* 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: url(images/body_bg.jpg) no-repeat;
	height:600px;
	width: 1563px;
	color:#444444;
	font-family:Arial, sans-serif;
}
a {color:#444444;}
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: 828px;
	height: 580px;
	/*background:url(images/preHome.jpg) no-repeat;*/
}

/************ Fin template global */


/************ Début header */
.header {
	height: 60px;
	margin: 75px auto;
	width: 850px;
	/*padding:200px 20px 0;*/
	/*clear: both;
	background:url(images/logo.gif) no-repeat;*/
}
/************ Fin header */


/************ Début main */
.main {
	width: 500px;
	height: 250px;
	/*padding: 0 20px;*/
	background-color:#E0E0E0;
	text-align: center;
	margin-left: 180px;
	/*clear: both;*/
}

/* personnalisation du formulaire */
.formulaire {
	margin-top: -10px;
}
.line_form {padding-top:10px;}
.label {}
.input {}
.submit {}

.text {}
.error {
	width:500px;
	background-color: #00a6d3;
	color: #fff;
	font-weight: bold;
	padding: 4px 0;
	position: absolute;
	text-align: center;
	/*margin-left: auto;
	margin-right: auto;*/
	margin-top: -45px;
}

.formulaire form a {
	color: #00a6d3;
	position: relative;
	top: 45px;
}
/************ 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; }
}