@charset "UTF-8";
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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



body{ color:#FFF; background:url(../images/bg.jpg) top center no-repeat #09638d;}
h1{ text-indent:-3000px;}
h2{ font-family:Arial, Helvetica, sans-serif; font-size:16px; margin-bottom:10px;}

#container {
	color:#FFF;
	width:350px; 
	margin-left:auto;
	margin-right:auto;
	height:116px;
	margin-bottom:20px;
	text-align:center;
	background:url(../images/bientot.png) no-repeat top center;
	
}

#container p{
font-family: 'Inconsolata', arial, serif;
font-size:30px;
}

.center{ width:350px; margin-left:auto; margin-right:auto; font-family:Arial, Helvetica, sans-serif;}
.plabel{ font-size:12px; margin-bottom:8px; margin-top:15px;}
.pinput{ position:relative;}
.pinput .inputtext{ }
.pinput input, .pinput textarea {
	vertical-align:middle;
	padding:5px;
	border: 2px solid #FFF;
}


input.error{
	border:2px solid #C80000;
	}
textarea.error{
	border:2px solid #C80000;
	}
select.error{
	border:2px solid #C80000;
	height:22px;
	}
	
p.error{
	color: #FFF;
	font-size:9px;
	position:relative;
	display:block;
	}
	
.container_error{
	display:none;
	position:absolute;
	top:-30px;
	left:8px;		
	z-index:999999;
	}
	
.container_error p{
	color:#FFF;
	/*background-color:#C02C25;
	border:1px solid #F00;	*/
	background-image:url(../images/bg_erreur.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:5px;
	padding-bottom:15px;
	}
	
.msg_confirmation{ font-size:11px; padding:5px; background-color:#E0F3FF; color:#09638d; border:1px solid #09638d;}

.highlight{  color:#C80000;}
.ma_legende{ font-size:10px;}