@CHARSET "UTF-8";

body {
	font-size: 0.9em;
	font-family: arial;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;	
}

/*
Pop-up
*/

div.content {
	margin: 1em;
	padding: 1em;
	border: 1px solid #ED1E79;
	font-family: sans-serif;
}
/*
Positionnement
*/

#main {
	background: white url(../images/background.jpg) no-repeat 0 90px ;
	height: 793px; width: 1020px;
	margin: 0px auto;
	position: relative;
}

#title {
	position: absolute;
	top: 0; left: 450px;
	z-index: 10;
	outline: none;
}

#left {
	position: absolute;
	top: -10px; left: -23px;	
	z-index: 10;
	outline: none;
}

div.left_image {
	width: 428px;
	height: 658px;
	background: url(../images/left.png) no-repeat;	
}

h1 {
	position: absolute;
	top: 10px; left: 20px;
	width: 150px;
	z-index: 20;
}

h1 a {
	z-index: 40px;	
}

#imenager {
	position: absolute;
	top: 706px;
	right: 20px;
	text-align: right;
}

#partners {
	position: absolute;
	top: 706px;
	left: 0px;
	text-align: right;
}

#partners a {
	float: left;
}

/*
Messages d'erreur
*/

#form_messages {
	z-index: 1001;
	position: fixed;
	-position: absolute;
	top: 0;
	left: 50%;
	width: 50em;
	margin-left: -25em; padding: 1em 0;
	text-align: center;
	opacity: 0.9; filter: alpha(opacity=90);
	font-weight: bold;
}

#form_messages p {
	margin: 0;
	color: #655;
}

#form_messages.error {
	background: #FCC;
	border-left: 1px solid red; border-right: 1px solid red; border-bottom: 1px solid red;	
}

/*
	Formulaire d'envoi
*/

form#send_quizz, div#blog {
	background: url(../images/send_form_background.png) no-repeat;
	width: 456px; height: 263px;
	position: absolute;
	left: 282px; top: 250px;
	z-index: 10001;
}

form#send_quizz p {
	padding: 0.2em 0;
}

form#send_quizz p label {
	font-weight: bold;
	width: 15em;
}

form#send_quizz p input, form#send_quizz p textarea {
	width: 258px;
	margin: 0.1em 5px;
}

form#send_quizz p.submit {
	height: 55px;
	-height: auto;
}

form#send_quizz p.submit input {
	border: none;	
	width: auto;
}

form#send_quizz h2, div#blog h2 {
	color: #ED1E79;
	font-size: 1.2em;	
}

form#send_quizz input.error {
	border: 1px solid red;
}

div#blog .textarea {
	overflow: auto;
	text-align: left;
	background: #EEE;
	margin: 0.8em 0;
	padding: 0.2em;
	border: 1px solid #999;
	width: 400px;
	margin-left: 23px;
	font-size: 0.9em;
	color: #444;
}

div#blog a, #send_quizz a {
	color: #ED1E79;
	font-weight: bold;
	font-size: 0.9em;
}

/*
Bas de page
*/

#footer {
	position: absolute;
	top: 770px;
	text-align: center;
	left: 0;
	width: 1020px;
}

#footer li {
	display: inline;
	margin: 0 1em;
}

#footer li:before {
	content: ': : ';
	color: #ED1E79;
	font-weight: bold;
	font-size: 0.8em;
}

#footer li a {
	color: #666;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}