/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX �L�MENTS --- */

/* Page */
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	line-height: 1.25;
}

h3 {
	height:30px;
	font-size:16px;
	font-weight:normal;
	margin:10px 0 0 0;
	text-indent:10px;
}

/* Paragraphes */
p {
	margin: 1em 0 0.8em 0;
}

/* Liens */
a {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

/* --- COULEURS --- */

/* G�n�ral */
body {
	color: #ffffff;
	background: #484141; 
}
a {
	color: #807a7a;
}
a:hover, a:focus {
	color: #807a7a;
}

/* --- POSITIONNEMENT --- */

/* Page */

#global {
	width:980px;
	height:600px;
	margin:40px auto 0 auto;
}

/* Header */
#header {
	width: 980px;
	height: 20px;
	font-size:11px;
	color: #807a7a;
	text-align:center;
}
	#header p { margin:0; }

/* Content */
#content{
	width: 980px;
	height: 520px;
}

/* Content Left */

#left{
	width: 640px;
	height: 520px;
	float:left;
}

/* Content Right */

#right{
	width: 340px;
	height: 520px;
	float:left;
}

#content_wrap{
	width: 270px;
	height: 260px;
	padding: 10px 20px 0 20px;
}

#form_errors {
	position:relative;
	width:150px;
	color:red;
	top:-30px;
	left:-10px;
	height:30px;
	clear:both;
}

#confirmation {
	margin-top:35px;
	text-align:center;
}
			      
/* Footer */
#footer{

	width: 980px;
	height: 60px;
	font-size:11px;
	color: #807a7a;
	text-align:center;
}

.bt_aller{
	float:left;
	width:240px;
	height:30px;
	margin: 40px 0 0 15px;
}

#header_left { width: 640px; height: 80px; }
#sub_header_left { width: 640px; height: 80px; }
#content_top_left { width: 640px; height: 130px; }
#content_middle_left_page1 { width: 640px; height: 130px; }
#content_middle_left { width: 640px; height: 130px; }
#content_bottom_left { width: 640px; height: 70px; }
#content_foot_left { width: 640px; height: 30px; }
#header_right { width: 340px; height: 80px; }
#sub_header_right { width: 340px; height: 80px; }
#content_middle { float:left; width: 310px; height: 330px; }
#content_right { float:right; width: 30px; height: 330px; }
#content_foot_right { float:left; width: 340px; height: 30px; }

/************************************
 ********** Mention CNIL ************
 ************************************/
#mention_cnil{
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: center;
	position: relative;
    width: 980px;
    font-size: 9px;
}


label.error, label.error a,
.error label, .error label a {
    color: #c00 !important;
}
input.error,
.error input {
    border: 1px solid #c00 !important;
}