/*BASE OK*/
html
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight:normal;
}
body
{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:#f3f3f3;
}
#content
{
	position: absolute;
	width:940px;
	top:15%;
	margin-top:-80px;
	left:50%;
	margin-left:-470px;
	background-color: transparent;
}

/*HEADER OK*/
#header
{
	height:514px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image:url('../images/img_header_background.png');
	background-color: transparent;
}
#title,#subtitle,#logo
{
	position:absolute;
	left: 50%;
}
#header #title
{
	margin-top: 270px;
	margin-left: -239px;
}
#header #subtitle
{
	margin-top: 380px;
	margin-left: -350px;
}
#header #logo
{
	margin-top: 0px;
	margin-left: -202px;
}

/*AJAX OK*/
#ajax
{
	position:relative;
	margin-top: 20px;
	width: 780px;
	padding-left: 70px;
	padding-right: 20px;
	margin-bottom: 10px;
}
#ajax_content, #bodyEnd
{

}
/*PAGE FORM OK*/
#form_title
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 100px;
	
}
#form_title2
{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}
#form_top
{
	width: 780px;
	margin-top: 0px;
}
#form_bottom
{
	width:780px;
	margin-top: 20px;
}
#table_spacer, #table_spacer2
{
	float: left;
	width:2px;
	background-position: left top;
	background-repeat: repeat-y;
	background-image:url('../images/vertical_spacer.png');
}
#table_spacer
{
	height:90px;
}
#table_spacer2
{
	height:130px;
}
#table_form_right
{
	float: left;
	width:379px;
}
#table_form_left
{
	float: left;
	width:379px;
	vertical-align: bottom;
}
/*FOOTER OK*/
#footer
{
	display: block;
	position: relative;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	color:#333;
}
#footer a
{
	text-decoration: none;
	color: inherit;
}
#footer ul
{
	margin-left: 20px;
	text-decoration: none;
}
#footer li
{
	font-size:10px;
	display: inline;
	padding:10px 10px 10px 0px;
	background-color:transparent;
}
#footer_legal
{
	color: #565656;
	margin-top: 10px;
	font-size:10px;
}
/*loader*/
#loading
{
	position:absolute;;
	width:21px; height:21px;
	top:50%;margin-top:185px;
	left:50%;margin-left:50px;
}
/*------------------------------------------------------- BULLE*/
#bulle
{
	display:none;
	position:absolute;
	top: 15%;
	margin-top: 240px;
	left:50%;
	margin-left: -200px;
	background-image:url('../images/bulle_1.png');
	background-repeat:no-repeat;
	width:400px;
}

#bulle #erreurForm
{
	background-image:url('../images/bulle_2.png');
	background-position:bottom;
	width:400px;
	margin-top:16px;
	font-size:1em;
}

#bulle #erreurForm p
{
	margin-top:0px;
	font-size:1em;
	padding:5px 5px 20px 24px;
}

#bulle #erreurForm ul
{
	padding:5px 5px 25px 50px;
	list-style-image: url("../images/img_liste.png");
}

#bulle2
{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-550px;
	margin-top:-50px;
	background-color: white;
	width:900px;
	height:100px;
}

#bulle2 #erreurForm2 p
{
	text-align: center;
	font-size: 20px;
}

#bulle #erreurForm p, #result #resultmsg p, #bulle2 #erreurForm2 p
{
	padding:5px 5px 20px 24px;
}

