@charset "utf-8";

body
{
	margin: 0px;
	padding: 0px;
	
	font-family:Arial, Helvetica, sans-serif, Verdana ;
	font-size:12px;
	font-weight:800;
	background-image:url(../images/ez/background.jpg);
	background-repeat:repeat-x;
}


#main
{
	background-color: #f6f6f6;
	width: 957px;
	margin: auto;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;	
}

#header
{
	background-image:url(../images/ez/background_header.jpg);
	background-repeat:no-repeat;
	height: 299px;
	width: 957px;	
}

#header-left
{
	padding-top: 220px;
	padding-left: 50px;
	
	float: left;
	width: 450px;
	vertical-align:bottom;
	
	color: #FFFFFF;
	
}

#header-right
{
	padding-top: 180px;
	padding-right: 30px;
	
	float: right;
	width: 150px;
	vertical-align:bottom;
	
}

#submain
{	
	background-image:url(../images/ez/background_submain.jpg);
	background-repeat:no-repeat;	
	height: 594px;
}

#users
{
	height: 100px;
	width: 957px;
	padding-left: 20px;
	position:relative;
	top:460px;
	
}

div.user
{
	float:left;
	height: 80px;
	width: 100px;
	position:relative;	
	top:-480px;
}

.user_img
{
	float:left;
}

.user_info
{
	margin-left: 5px;
}

#submain-left
{	
	float: left;
	width: 361px;
	height:500px;
	padding-left: 20px;
}

#submain-mid
{	
	float: left;
	width: 210px;
	height:500px;
}

#submain-right
{	
	float: right;
	width: 366px;
	height:500px;	
}

#footer
{
	background-color: #cfcfcf;
	width: 100%;
	height: 70px;
	border-top: 1px solid #a3a3a3;
	border-bottom: 2px solid #999999;
	clear:left;
	
	text-align:center;
	
}

h1{
	color:#FFFFFF;
	font-size: 24px;
}

h2{
	color:#9e1a93;
	font-size: 18px;
}


a.white
{
	color: #FFFFFF;
}

a{
	color:#9e1a93;
}


.button {
	background-image:url(../images/ez/button_pink.png);
	background-repeat:no-repeat;
	height:66px;
	line-height:66px;
	margin-top:10px;
	text-align:left;
	width:290px;
	cursor:pointer;
	position:relative;
	left: 25px;
}

.button a {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	margin-left:10px;	
}

.button a:hover {
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;	
}

div.form_label {
	float:left;
	margin-bottom:5px;
	margin-right:10px;
	text-align:right;
	height: 20px;
	width:150px;
}

div.form_value {
	margin-bottom:5px;
}

div.form_value input,textarea,select {
	width : 150px;
	overflow:hidden;
}

.black
{
	color: black;
}

li
{
	list-style-image:url(../images/ez/list_blue.jpg);
	height: 40px
}

#errgauche
{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color:#FF0000;
	padding: 10px;
	margin: 6px;
	margin-top: 150px;		
	visibility:hidden;
	z-index: 15;
	width:150px;
	text-align:center;
}

.err
{
	background-color: #FFFFFF;
	border: 1px solid #999999;
	color:#FF0000;
	padding: 10px;
	margin: 6px;
	z-index: 5;
}

div.flamme
{
	width:263px;
	height: 893px; 
	position:relative; 
}