#footerLeft
{
    background-color: #fff;
	float: left;
    display: inline; /* évite le Doubled Float-Margin Bug d'IE6 */
	
	margin-top:0px;
	
	width:100px;
	height:100px;
}

#footerRight
{
    background-color: #fff;
	float: right;
	
	margin-top:0px;
	
	width:990px;
	height:100px;
}



#footerline
{
    border-bottom: 1px solid #999;
	margin-top:67px;
	position:relative;
}

#footerline2
{
    border-bottom: 1px solid #999;
}
/*---------------------------------------------------------------------------*/
/* section footer passer intro                                               */
/*---------------------------------------------------------------------------*/
#passerintro
{
    background-color: #fff;
    width:490px;
    float: right; 
    padding-top : 40px;
    font-family : arial, sans-serif;
    font-size: 0.8em;
    line-height: 0.8em;
    text-transform: uppercase;
    text-align:right;
    color :rgb(85,148,255);
}

#passerintro a 
{
    color: rgb(85,148,255); 
    text-decoration: none
}

#passerintro a:hover 
{
    text-decoration: none;
    color: #777; 
}

/*---------------------------------------------------------------------------*/
/* section footer slogan                                                     */
/*---------------------------------------------------------------------------*/

#footerslogantexte
{
    background-color: #fff;
    width:750px;
    float: right; 
    padding-top : 44px;
    font-family : arial, sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
    text-transform: none;
    text-align:right;
    color :rgb(85,148,255);
}

#footerslogantexteLeft
{
    background-color: #fff;
    width:240px;
    float: left;
    padding-top : 44px;
    font-family : arial, sans-serif;
    font-size: 0.8em;
    line-height: 1.2em;
    text-transform: none;

    color :rgb(85,148,255);
}

#footerslogantexteLeft a
{
    text-transform: none;
	text-decoration: none;
    color :rgb(85,148,255);
}


#footerlogo
{
    background-color:#fff;
    float: left; 
}




/*---------------------------------------------------------------------------*/
/* section footer menu                                                       */
/*---------------------------------------------------------------------------*/
#footermenu
{
	width:990px;
    float: left;


    font-family : arial, sans-serif;
	font-size: 0.8em; 
    color: #999; 
	
}

#footermenuIntro
{
	width:990px;
    float: left;


    font-family : arial, sans-serif;
	font-size: 0.8em; 
    color: #999; 
	
}

/*---------------------------------------------------------------------------*/
/* section footer menu left                                                  */
/*---------------------------------------------------------------------------*/
#footermenuleft
{

    float : left;
    font-size: 0.8em; 
    text-transform: uppercase;

}

#footermenuleft ul, #footermenuleft li
{
    margin: 0;
    padding: 0px;
    display: inline;
    list-style-type: none;
}

#footermenuleft a:link, #footermenuleft a:visited
{
    float: left;
    line-height: 25px;
    /*font-weight: bold;*/
    margin: 0 10px 4px 0px;  /*top, right, bottom, left*/
    text-decoration: none;
    color: #999;
}

#footermenuleft a:link#current, #footermenuleft a:visited#current, #footermenuleft a:hover
{
    border-bottom: 1px solid rgb(107,107,107);
    padding-bottom: 0px;
    background: transparent;
    color: rgb(107,107,107);
}


/*Hack pour les bordures de focus d'internet explirer et firefox*/
#footermenuleft a:active, a:focus{
      outline:none;
}







#footermenuleft a:hover 
{ 
    color: rgb(107,107,107); 
}
/*---------------------------------------------------------------------------*/
/* section footer menu right                                                 */
/*---------------------------------------------------------------------------*/
#footermenuright
{
    float : right;
    font-size: 0.8em; 
    text-transform: uppercase;

}

#footermenuright ul, #footermenuright li
{
    margin: 0;
    padding: 0px;
    display: inline;
    list-style-type: none;
}

#footermenuright a:link, #footermenuright a:visited
{
    float: left;
    line-height: 25px;
    /*font-weight: bold;*/
    margin: 0 0px 4px 10px;  /*top, right, bottom, left*/
    text-decoration: none;
    color: #999;
}

#footermenuright a:link#current, #footermenuright a:visited#current, #footermenuright a:hover
{
    border-bottom: 1px solid rgb(107,107,107);
    padding-bottom: 0px;
    background: transparent;
    color: rgb(107,107,107);
}

#footermenuright a:hover 
{ 
    color: rgb(107,107,107); 
}


#footerlogopdf
{
	float:left;
	margin-top: 2px;
	width: 20px;
	
}

#footerlogofacebook
{
	float:left;	
	margin-top: 2px;
}

