/* -------------------------------- */
/* --------- >> FOOTER << --------- */
/* -------------------------------- */

/* 
Pour que la page soit en haut de la pub d'habillage 

div#src-wrapper-footer {
    position:relative;
	z-index: 2;
}
*/

div#src-wrapper-footer {
	background-color:#2C2B2B;
	width:100%;  	
}

div#src-wrapper-footer *{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left: 0;
}

div#src-util-footer {
	background:url(../../_img/background/bg_utilPied.png) repeat-x #2D2D2D;
	border-bottom:1px solid #222;
	height:40px;
	margin:0 auto; 
	overflow:hidden;
	position: relative;
	width:990px;
}

/* -------------------------------- */
/* ----------- >> LOGO << --------- */
/* -------------------------------- */

div#src-util-footer a#src-logo-footer {
	background:url(../../_img/logo/lg_src_2.0.gif) no-repeat;
	height:0;
	left:20px;
	overflow:hidden;
	padding:30px 0 0;
	position:absolute;
	top:6px;
	width:172px;
	text-indent:-9999px;
}

div#src-util-footer a#src-logo-footer:focus{outline:1px dotted white;}

/* -------------------------------- */
/* ---------- >> SEARCH << -------- */
/* -------------------------------- */

div#src-wrapper-footer div#src-search-footer {
	float:right;
	margin:12px 54px 0 0;
	display:inline;
}

div#src-util-footer div#src-search-footer .containerInput {
    width:auto;
    border:1px solid #a6a9a0;
 }


div#src-util-footer div#src-search-footer .bouton:hover,
div#src-util-footer div#src-search-footer .bouton:focus {background:url(../../_img/sprite/sprite_nav.png) no-repeat -1200px 0;}

div#src-util-footer div#src-search-footer .bouton {
    background:url(../../_img/sprite/sprite_nav.png) no-repeat -1159px 0;
    cursor:pointer;
    height: 19px;
    width: 41px;
	border:none;
}

div#src-util-footer div#src-search-footer .chercher {
	float:left;
	width:100px;
	font-size:11px;
 	height:17px;
	border:none;
	padding-left:2px;
	background:white;
	color:black;
    width:100px;	
}

/* -------------------------------- */
/* ----------- >> LINKS << -------- */
/* -------------------------------- */

div#src-content-footer {
	background:url(../../_img/background/bg_pied.png) repeat-x #323232;
	border-bottom:1px solid #2A2A2A;
	border-top:1px solid #4E4E4E;
	clear:both;
	
	margin:0 auto;
	overflow:hidden;
	padding: 10px 0 15px 28px;
	position:relative;
	width:962px;
}

div#src-content-footer div.src-footer-col {
	float:left;
	margin:0 4px -200px 0;
	padding:0 0 195px;
	text-align:left;
	width:auto;
    width:19%;
}

div#src-content-footer div.src-title-col {
	color:#FFF;
	font-size:12px;
	height:13px;
	padding:0;
	margin-bottom:7px;
	font-weight:normal;
}

div#src-content-footer a,
div#src-content-footer a:link {
	color:#B3B3B3;
	font-weight:normal;
	padding:0;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
}

div#src-content-footer a:hover,
div#src-content-footer a:focus {
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}

div#src-content-footer a:visited{font-family:Arial,Helvetica,sans-serif;}

div#src-content-footer ul {
    margin-bottom:12px;
    }

div#src-content-footer li {
	color:#686868;
	cursor:default;
	font-size:11px;
	list-style:none outside none;
	padding:0 0 2px;
}

div#src-content-footer li a{font-size:11px;}


/* -------------------------------- */
/* ----------- >> COPYRIGHT << -------- */
/* -------------------------------- */

#src-footer-copyright{
    width:990px;
    margin:0 auto;
    background:#2C2B2B url(../../_img/background/background-copyright.gif) top repeat-x;
    padding:10px 0 8px;
    text-align:center;

    }

#src-footer-copyright a{
    font-size:11px;
    color:#555;
    }
    
#src-footer-copyright a:hover,
#src-footer-copyright a:focus{
    color:#B3B3B3;
    text-decoration:none;
    }