/*OUTILS DU DEVELOPEUR*/


.espaceDeveloppeur			{
								margin-left:20px;
								margin-right:20px;
							}

.titreBlocOutils			{
								font-size:14pt;
								font-family:arial;
								font-weight:normal;
								color:#cccccc;
							}

.titreBlocOutils:first-letter{
								color:#0867AC;
								font-size:18pt;
								text-transform:capitalize;
							}

.blocRemarque				{
								border:1px solid #cccccc;
								border-bottom:2pt solid #0867AC;
								padding:15px;
							}

.consoleSmarty				{
								width:100%;
							}

DIV.boxGet, DIV.boxPost, DIV.boxSession		{
								float:left;
								width:32%;
							}

DIV.boxPost, DIV.boxSession		{
									margin-left:1%;
								}
DIV.benchGraphique, DIV.benchTableau { float: left; width: 49%; margin-left:1%;}

.boxQuery span {
    color: #0867AC;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.boxQuery span:hover {
    text-decoration: underline;
}