/* Ajout de seb : debug bar au dessus de tout le reste */
#debug-kit-toolbar {
	z-index : 1000 ;
}

/*--- styles génériques du site ---*/
html {
	height: 100%;
	text-align: center;
}
a:hover {
	text-decoration: none;
}
p {
	text-align: justify;
}
body {
	width: auto;
	color: #181613;
	text-align: left;
	font-size: 0.8em;
	margin: 0 auto;
}
.pusher {
	clear: both;
	height: 1px;
	line-height: 1px;
}

#page {	
	position: absolute;
	width: 400px;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -200px;
}
#page #contenu{	
	background: #fff;
	border: 1px solid #2196C2;
	overflow: hidden;
	position: relative;
	z-index:1;
	min-height: 275px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#page #ombre{	
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -5px;
	background: #000;
	filter : alpha(opacity=20);
	-moz-opacity : 0.2;
	opacity : 0.2;
	width: 410px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#page #contenu h1 {
	margin: 0;
	height: 70px;
	line-height: 70px;
	padding: 0 0 0 10px;
	font-weight: normal;
	background: #2196C2 url(/space/img/css/fnd/test.png) no-repeat 210px -15px;
	-moz-border-radius: 10px  10px 0 0;
	border-radius: 10px  10px 0 0;
	-webkit-radius-topleft:10px;
	-webkit-radius-topright:10px;
	color: #fff;
	font-size: 2em;
}

#page #contenu label{
	display:block;
	font-weight:bold;
	margin:2px 0;
}
#page #contenu .message{
	color: red;
	padding: 0 10px;
}
#page #contenu form{
	padding: 10px;
}
#page #contenu input{
	width:280px;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
	padding:4px;
}
#page #contenu div.checkbox,
#page #contenu div.load_reset_password {
	margin: 10px 0 0 0;
	float: left;
	width: 50%;
}
#page #contenu div.reset_password {
	margin: 10px 0 0 0;
	float: left;
	width: 70%;
}
#page #contenu div.back_reset_password {
	margin: 10px 0 0 0;
	float: left;
	width: 20%;
}
#page #contenu div.load_reset_password,
#page #contenu div.back_reset_password {
	text-align: right;
	margin: 12px 0 0 0;
}
#page #contenu .checkbox input{
	width: auto;
	border: 0;
	margin: 4px 5px 0 0;
	padding: 0;
	float: left;
}
#page #contenu .submit {
	clear: left;
}
#page #contenu .submit input{
	background: #DDDDDD url(/space/img/css/fnd/fnd_a_action.png) repeat-x left top;
	border-color: #D5D4D4 #B0B0B0 #B0B0B0 #D5D4D4;
	border-style: solid;
	border-width: 1px;
	color: #333333;
	cursor: pointer;
	display: inline;
	padding: 2px 6px;
	font-weight:bold;
	width: auto;
	margin: 15px 0;
}
#page #contenu div.reset_password .submit input {
	margin: 0;
}
#page #contenu .submit input:hover {
	border-color: #9BB3D0 #7D98B8 #7D98B8 #9BB3D0;
	background: #DDDDDD url(/space/img/css/fnd/fnd_a_action.png) repeat-x left bottom;
}


#messages_flash {
	padding: 0 !important;
	font-size: 0.8em;
}
#messages_flash a {
	display: none;
}
#messages_flash .main-success {
	display: block; 
	padding: 5px 25px 5px 30px; 
	overflow: auto; 
	color: #333; 
	font-weight: bold; 
	font-size: 1.1em; 
	border-top: 1px #82CE76 solid; 
	border-bottom: 1px #82CE76 solid; 
	background: #edf9eb url(/space/img/icons/accept.png) no-repeat 10px 4px; 
} 
#messages_flash .main-error { 
	display: block; 
	padding: 5px 25px 5px 30px; 
	overflow: auto; 
	color: #e2001a; /*E3001A*/ 
	font-weight: bold; 
	font-size: 1.1em; 
	border-top: 1px #ffabb5 solid; 
	border-bottom: 1px #ffabb5 solid; 
	background: #fce5e8 url(/space/img/icons/cancel.png) no-repeat 10px 4px; 
} 
#messages_flash .main-warning { 
	display: block; 
	padding: 5px 25px 5px 30px; 
	overflow: auto; 
	color: #f45703; /*E3001A*/ 
	font-weight: bold; 
	font-size: 1.1em; 
	border-top: 1px #f37836 solid; 
	border-bottom: 1px #f37836 solid; 
	background: #fdedd3 url(/space/img/icons/warning.png) no-repeat 10px 4px; 
} 
#messages_flash .main-info {
	display: block; 
	padding: 5px 25px 5px 30px; 
	overflow: auto; 
	color: #333; /*E3001A*/ 
	font-weight: bold; 
	font-size: 1.1em; 
	border-top: 1px #CEEAFF solid; 
	border-bottom: 1px #CEEAFF solid; 
	background: #E8F5FE url(/img/icons/info.png) no-repeat 10px 4px; 
}
