/*.a-area*/
/*{  An Area is the outer most wrapper for a collection of Slots */
/*position: relative;*/
/*float: none;*/
/*width: 100%;*/
/*margin: 10px 0;*/
/*	z-index:599;*/
/*}*/
/*.a-slots*/
/*{  Slots Container wraps all Slots in an Area*/
/*position: static;*/
/*float: none;*/
/*width: 100%;*/
/*}*/
/**/
/*.a-slot*/
/*{  Individual Slots */
/*position: static;*/
/*float: none;*/
/*width: 100%;*/
/*min-height: 20px;*/
/*margin-bottom: 10px;*/
/*font-size: 12px;*/
/*display: inline;*/
/*}*/
/**/
/*.a-slot-content,*/
/*.a-slot-content-container*/
/*{*/
/*position: static;*/
/*float: none;*/
/*width: 100%;*/
/*clear: both;*/
/*}*/
/**/
/**/
/* Rich Text Slot Styles*/
/*.a-slot.aRichText h1,*/
/*.a-slot.aRichText h2,*/
/*.a-slot.aRichText h3,*/
/*.a-slot.aRichText h4,*/
/*.a-slot.aRichText h5,*/
/*.a-slot.aRichText h6,*/
/*.a-slot.aRichText p,*/
/*.a-slot.aRichText ul,*/
/*.a-slot.aRichText ol*/
/*{*/
/*float: left;*/
/*width: 100%;*/
/*clear: both;*/
/*margin: 0 0 10px 0;*/
/*}*/

/***  Page d'admin ***/

.a-media-library,
.a-ui.a-subnav-wrapper,
.a-page-tree-container,
.a-ui.a-admin-container
{
padding: 10px;
margin: 0 0 20px -1px;
background-color: #efefef;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 1px solid #ddd;
overflow: hidden;
-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.20);
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.20);
box-shadow: 0 0 6px rgba(0, 0, 0, 0.20);
}

/** Media libraity : Empèche d'aller à la ligne avec le menu sur la gauche. **/

.a-media-library
{
	max-width: 650px;
}

/** Titre de la partie admin **/
.a-btn.big.lite{
	color: white;
	font-size: 100%;
}
.a-ui.a-admin-header h3{
	color: white;
	font-size: 2em;
}

.a-ui.a-subnav-wrapper{
	margin: 0 10px 0 0 ;
}