/* CSS Document */

/*************************************LIENS*/
#footer a {
	color : #555555;
}
/*************************************COLONNES*/

#footerColLeft, #footerColCenter1, #footerColCenter2, #footerColRight {
	width:250px;
	vertical-align:top;
}

#footerColCenter1 {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;	
}
#footerColCenter2 {
	border-right:1px solid #CCCCCC;	
}

#footerColRight, #footerColLeft, #footerColCenter1, #footerColCenter2
{
	color:#555555;
	font: 12px Arial, Helvetica, sans-serif;
	text-align:justify;
}

#footerColRight ul, #footerColCenter1 ul, #footerColCenter2 ul
{
	margin:5px 0 0 18px;
	padding:5px 0;
}
#footerColRight ul li, #footerColCenter1 ul li, #footerColCenter2 ul li
{
	margin:2px 0;
	padding:2px 0;
}

/*********************************MENU FOOTER***************************************/

#footer ul
{
	list-style-type: none;
	margin: 10px 0 0 0;
	padding:0;
	width:220px;
	display:block;
	font:10px Arial, Helvetica, sans-serif,Verdana;
}

#footer ul ul, #footer ul ul ul, #footer ul ul ul ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding:0;
	width:220px;
	display:block;
	font:10px Arial, Helvetica, sans-serif,Verdana;
}

#footer ul li, #footer ul ul li, #footer ul ul ul li, #footer ul ul ul ul li
{
	display:block;
	margin:0 0 0 0;
	padding:0;
	width:auto;
}


#footer ul li a
{
	margin:0 auto;
	width:210px;
	padding:3px 0 0 20px;
	height:15px;
	display: block;
	text-align:left;
	color:#555555;
	background: url(../graphisme/flecheDroiteOut.gif) 5px center no-repeat;
	border-bottom:1px solid #CCCCCC;
}

#footer ul ul li a
{
	margin:0 auto;
	width:200px;
	padding:3px 0 0 30px;
	height:15px;
	display: block;
	text-align:left;
	color:#555555;
	background: url(../graphisme/flecheDroiteOut.gif) 15px center no-repeat;
	border-bottom:1px solid #CCCCCC;
}

#footer ul ul ul li a
{
	margin:0 auto;
	width:185px;
	padding:3px 0 0 45px;
	height:15px;
	display: block;
	text-align:left;
	color:#555555;
	background: url(../graphisme/flecheDroiteOut.gif) 30px center no-repeat;
	border-bottom:1px solid #CCCCCC;
}

#footer ul ul ul ul li a
{
	margin:0 auto;
	width:170px;
	padding:3px 0 0 60px;
	height:15px;
	display: block;
	text-align:left;
	color:#555555;
	background:url(../graphisme/flecheDroiteOut.gif) 45px center no-repeat;
	border-bottom:1px dashed #CCCCCC;
}
#footer ul li a.over
{
	 background : url(../graphisme/flecheBas.gif) 5px center no-repeat;
	 color:#FF9900;
}

#footer ul ul li a.over
{
	 background : url(../graphisme/flecheBas.gif) 15px center no-repeat;
	 color:#FF9900;
}
#footer ul ul ul li a.over
{
	 background : url(../graphisme/flecheBas.gif) 30px center no-repeat;
	 color:#FF9900;
}
#footer ul li a:hover
{
	 background : #FF9900  url(../graphisme/flecheDroiteOver.gif) 5px center no-repeat;
	 color:#FFFFFF;
}
#footer ul ul li a:hover
{
	 background : #FF9900  url(../graphisme/flecheDroiteOver.gif) 15px center no-repeat;
	 color:#FFFFFF;
}
#footer ul ul ul li a:hover
{
	 background : #FF9900  url(../graphisme/flecheDroiteOver.gif) 30px center no-repeat;
	 color:#FFFFFF;
}
#footer ul ul ul ul li a:hover
{
	 background : #FF9900  url(../graphisme/flecheDroiteOver.gif) 45px center no-repeat;
	 color:#FFFFFF;
}

/************************FOOTER*******************/


.sousTitreFooter{
	padding: 3px 0;
	margin: 3px 0;
	font: 16px Arial, Helvetica, sans-serif, Verdana;
	color:#666666;
	font-weight:500;
}

.sousTitreFooterLigne{
	padding: 3px 0;
	margin: 3px 0;
	font: 16px Arial, Helvetica, sans-serif, Verdana;
	color:#666666;
	font-weight:500;
	border-bottom : 1px solid #666666;	
}

/*
.sousTitreFooter{
	margin:0;
	padding: 3px;
	font: 14px Arial, Helvetica, sans-serif, Verdana;	
	background : #666666;
	color:#FFFFFF;
	font-weight:500;
}
*/

