/*****************************************/
/*SITE TOP 10 report §  
/*****************************************/
/* couleurs utilisees
kaki fonce color:#252610;	
kaki  moyen color:#7e8238;	
kaki  clair color:#b8ba91;	*/


#body 
{ 
	margin:0;
	padding:0;
}


#bandeau
{
	width:1000px;
	height:111px;
	margin:0 auto;
}
/*****************************************/
/*navigation outils */
/*****************************************/
#outils
{
	float:right;
}
#outils LI A
{
	font-weight:bold;
	padding:2px 10px;
	text-decoration:none;
}

#outils LI.current A
{
	cursor:text;
	text-decoration:none;
}

#logo
{
	padding-top:15px;
	padding-left:10px;
	overflow:hidden;
}

/*****************************************/
/*navigation 1 */
/*****************************************/
#nav1
{
	margin-left:100px;
}
#nav1 UL
{
}
#nav1 LI A
{
	text-decoration:none;
	font-weight:bold;
	font-size:1.1em;
	text-transform:uppercase;
}
#nav1 LI A:hover
{
}
#nav1 LI.current A
{
	cursor:text;
}

/*****************************************/
/*contenu */
/*****************************************/
#container
{
	clear:both;
	width:1000px;
	margin:0 auto;
}
#pagecontent
{
	width:100%;
    position:relative;
}
/*
#pagecontent H1
{
	margin-left:100px;
}
#pagecontent P
{
	margin-left:100px;
}
*/
/*****************************************/
/*navigation 2 */
/*****************************************/
#nav2 
{
	margin:15px 0 0 0;
	padding-left:100px;
}

#nav2 LI A
{
	padding:3px 30px;
	text-decoration:none;
	font-size:1.1em;
	height:14px;
}
#nav2 LI A:hover
{
	text-decoration:none;
}
#nav2 LI.current A
{
	cursor:text;
}
/*****************************************/
/*le chemin */
/*****************************************/
#zone-lechemin
{
	margin-top:10px;
	font-size:1.1em;
}
/*****************************************/
/*pied de page */
/*****************************************/
#basdepage 
{
	margin:20px 0 0 0;
	border-top:2px solid;
	padding:5px 10px 5px 0;
	text-align:right;
}

.strategic {
    position:absolute;
    right:0px;
    top:-2px;
}

.strategic_on {
    display:inline;
}

.periodicity {
    position:absolute;
    right:0;
    top:0;
    margin-right:20px;
}

UL.icon-tools li{
    margin-left:5px;
}

.pie table td{
    border:0;
}

#lbl_lastTest, #lbl_beforeLastTest {
    font-size:10px;
}

.bloc {
    position: relative;
}

.asc {
    background: url(../img/small_desc.gif) no-repeat left center;
}

.desc {
    background: url(../img/small_asc.gif) no-repeat left center;
}