
/* v2.0 
     Css pour la partie Administration
*/

.AdminMenu {
	margin-left: 30px;
}

.Admin {
	height: 20em;

}

#MenuAdmin  p{
	width: 7em;
	color: red;
}

#SousMenuAdmin  li{
	padding:5px 0 0 3px;
	width: 11em;
	height:2.1em;
	color : red;
}

/* Pour l'edition en place */
#updateTable 
{
	border:solid 2px black;
}

#updateTable td
{
	border:solid 1px black;
	width: 15em;
}

.textareaEdit 
{ 
        color: #000; 
        background-color: #ffffd3; 
		width:20em;
}
#d0, #d0_editor, #d0_edit {
	width: 40em;
}
.textareaButton
{ 
    color: #FFF; 
    background-color: #000; 
	width:5em;
	z-index:1000;
}

.editable 
{ 
        color: #000; 
        background-color: #ffffd3; 
}
#updateButtons 
{
	margin-top:10px ;
	text-align:center ;
}

#updateButtons input, #ServeurSave
{
	margin-left:10px ;
	margin-right:10px ;
	text-align:center ;
	width:8em ;
	border-style:groove;
	border-color: Orange;
	border-width:3px;
	background-color:Orange;
	color:Black;
}

#updateTable  .Param.Valeur  {
	width: 25em;
}
#updateTable  .Param.Valeur  textarea {
	width: 40em;
}
#updateTable td.checkPx
{
	text-align:center ;
	width:1em ;
}
#updateTable td.checkPx input
{
	width:1.5em ;
	border-style:none ;
	border-color: none ;
	background-color:none ;
	border-width:0;
	
}
#updateTable td.Description  
{
	width:37em;
}
#updateTable td.Description  span
{
	width:36em;
}
#updateTable td.Description  div  textarea.textareaEdit {
	width:35em;
}
#updateTable td.Nom {
	width:7em;
}
#updateTable td.Marque {

}

#updateTable td.Condition {


}
#updateTable td.Promotion {
	text-align:center;
}

#updateButtons  input:hover {
	cursor: hand;
}
