/******************************************************************************/
/* 
	En-tête du contenu
*/
/******************************************************************************/
#content-hd {
	height:27px; 
	line-height:25px;
}
#breadcrumb {
	font-weight:bold; 
	float:left;
}
#user-controls {
	float:right; 
	font-weight:bold; 
	padding-right:5px;
}
/******************************************************************************/
/* 
	Contenu
*/
/******************************************************************************/
#content {
	background-color: white;
	border-right: 0px;
	border-left: 1px solid #e6e8eb;
	border-top: 1px solid #e6e8eb;
	border-bottom: 1px solid #e6e8eb;
	text-align: left;

	-moz-border-radius-topright:3px;
	-moz-border-radius-topleft:3px;
	
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-bottomleft:3px;
	
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.content {
	margin-top:7px;
	background-color: white;
    border-color: #E6E8EB;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    text-align: left;
}
#content a {
	color: #60778E;
	text-decoration: none;
}
#content a:hover, #content-hd a:hover {
	color: #F69E18;
	text-decoration: none;
}
#app-toolbar {
	padding-top:2px;
	padding-bottom:4px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	background-color: #EDF1F9;
	text-align: left;
	border-bottom: 1px solid #e6e8eb;
}
.app-toolbar {
	background-color: #EDF1F9;
	border-bottom: 1px solid #e6e8eb;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    padding-bottom: 4px;
    padding-top: 2px;
    text-align: left;
}
#app-toolbar a {
	border-right: 1px solid #bdceeb;
	margin-left: 4px;
	padding-right: 4px;
}
.app-toolbar a {
	border-right: 1px solid #bdceeb;
    margin-left: 4px;
    padding-right: 4px;
}
#app-toolbar img, .app-toolbar img {
	vertical-align:text-bottom;
}
#app-content, .app-content {
	padding: 10px;
	text-align: left;
}

/******************************************************************************/
/* 
	Pied de page du contenu
*/
/******************************************************************************/
#content-ft {
	text-align: center;
	color: #9C9C8E;
	padding-top:10px;
	padding-bottom:10px;
}
#content-ft a {
	text-decoration: none;
	color: #9C9C8E;
}
#content-ft a:hover {
	text-decoration: underline;
	color: #9C9C8E;
}
/******************************************************************************/
/* 
	Message d'attente AJAX
*/
/******************************************************************************/
#progress {
	background-color:#000000;
    opacity:.7;
	filter:alpha(opacity=70);
	color: white;
	font-size: 18px;
	height: 80px;
	width: 200px;
	line-height: 80px;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top:50%;
	left: 50%;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


/******************************************************************************/
/* 
	Information de débug
*/
/******************************************************************************/

.info_dev table {
	font: status-bar;
	font-size: 14px;
	margin: 0px;
	padding: 2px;
	border: 1px solid red;
}