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

body 	{	background: url("/wp-content/themes/blankslate/DAS_files/images/admin_cadre.gif") repeat; background-color:#6CF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; line-height:16px; letter-spacing:0.05em; 
	background-color: #6CF; overflow:auto; color:black;
	}



a 							{	text-decoration:none; border-bottom:1px solid #69F; color:#69F;}
a:hover 					{	text-decoration:none; border-bottom:1px solid #F60; color: #F60;}

.arial_moyen				{	font-size:18px; line-height:20px; letter-spacing:0em; 	}
.arial_mini				{	font-size:8px; line-height:10px; letter-spacing:0.1em; 	}

.gras {font-weight: bold;}
.cap{text-transform:uppercase;}


.div_filet
{display:inline-block; height:auto; width:100%; border-top:1px solid black; margin-bottom:10px;margin-top:10px; padding-bottom:10px;padding-top:10px;
}


.index_menu_DIV,
.index_content_DIV
{
	display:block;
	margin:20px;
	background-color: #FFF;	
	overflow:auto;
	text-align:left;
}


.index_menu_DIV
{
	height:auto;
	position: static;	
	left:0px; 
	right:0px; 
	top:0px; 
}


.index_content_DIV
{
	padding:20px;
	left:0px; 
	right:0px; 
	overflow-y:auto;
	text-align:left;
}


.index_sous_menu_DIV
{
	display:inline-block;
	float:left;	
	min-width:10%;
	max-width:15%;
	height:auto;
	padding:20px;
	overflow:auto;
	background-color: #FFF;
	text-align:left;
	border-left:1px dotted #69F;
}

.input_couleur
{
	display: inline-block!important;
	border:1px solid black;
	width: 100px!important; height: 100px!important;
	margin-bottom: 20px;
}

input[type=button], input[type=submit], input[type=reset] 		
{ background-color:#6CF	; border:1px solid black ; color:black; margin-top:10px; cursor: pointer; text-transform: uppercase;}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover 
{ background-color:black; border:1px solid #6CF;color:#6CF; }