@charset "utf-8";
/* CSS Document */

body {
	background: #000000; color:#FFFFFF;
}

a {
	text-decoration:none;
}

#header {
	margin:auto;
	background:#000;
	width:1050px;
	height:100px;
	border-radius:20px;
}

#logo {
	background:url(image/espace_membre.png) no-repeat;
	float:left;
	width:300px;
	height:300px;
	margin-left:15px;
	color:#000;
}

#menu {
	float:right;
	margin-right:15px;
	border:#000 solid 1px;
	border-radius:15px;
	background:url("image/esp.png") no-repeat scroll 0 0 transparent;
	width:323px;
	height:324px;
	margin-top:20px;
	padding:5px;
}

.form {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
	margin-top:80px;
	width:287px;
	height:150px; 
	margin-left:10px;
/*	background:#FFC; */
}

.titre_form {
	font-family: 'Roboto Condensed',sans-serif !important;
    font-size: 18px !important;
	font-weight:900;
	color:#FFF;
	border-radius:5px;
}

.input {
	background:#000;
	color:#FFF;
	border-radius:3px;
	border:none;
	cursor:pointer;
	font-family: 'Roboto Condensed',sans-serif !important;
}

.input:hover {
	background:#06C;
	color:#FFF;
	border-radius:3px;
	border:none;
	cursor:pointer;
}

.bouton {
	display:block;
	width:120px;
	height:25px;
	float:left;
	margin-left:23px;
	margin-top:2px;
	background:#FF0000;
	color:#FFF;
	text-align:center;
	border-radius:3px;
	border:none;
	cursor:pointer;
}

.bouton:hover {
	display:block;
	width:120px;
	height:25px;
	float:left;
	margin-left:23px;
	margin-top:2px;
	background:#FF0000;
	color:#FFF;
	text-align:center;
	border-radius:3px;
	border:none;
	cursor:pointer;
}

#erreur {
	margin:auto;
	width:800px;
	background:#FFC;
	padding:5px;
	margin-top:10px;
}

#titre_erreur {
	width:790px;
	font-variant:small-caps;
	font-weight:900;
	background:#006;
	color:#FFF;
	border-radius:5px;
	text-align:center;
}

#principal {
	width:1050px;
	margin:10px auto auto;
	background:#FFC;
	padding:5px;
	border:#006 solid 2px;
	border-radius:15px;
}

#titre_principal {
	width:900px;
	font-variant:small-caps;
	font-weight:900;
	background:#FF0000;
	color:#FFF;
	border-radius:5px;
	text-align:center;
}

#avatar {
	float:left; 
	width:130px; 
	height:150px; 
	background:#CCC; 
	border:#333 solid 1px; 
	border-radius:10px;
	padding-top:2px;
	margin:5px;
}