/** sprite: vsprite; sprite-image: url('../medias/sprites/vertical.png'); sprite-layout: vertical */
/** sprite: hsprite; sprite-image: url('../medias/sprites/horizontal.png'); sprite-layout: horizontal */

body
{
    font-size: 11px;
    font-family: "Trebuchet MS", Helvetica, Verdana;
    margin: 0;
    padding: 0;
    color: #444444;
    line-height: 1.6em;
	background: #3f3f3f;
	background-repeat: repeat-x;
	background-image: url(../medias/interface/background.jpg);
}

#pagecontainer
{
    width: 980px;
    margin: 0 auto;
    position: relative;
}

#header
{
    width: 950px;
    height: 105px;
    padding: 50px 0px 0px 30px;
    background-image: url(../medias/interface/bck.png); /** sprite-ref: vsprite; */
}

#menuTop
{
    height: 52px;
    width: 980px;
    background-image: url(../medias/menu/menu-background.png); /** sprite-ref: vsprite; */
}

#menuTop li
{
    float: left;
    list-style-type: none;
}

#menuTop li span
{
    display: none;
}

#menuTop li a
{
    display: block;
    height: 52px;
    text-decoration: none;
    text-align: right;
    color: fff;
}

#menuTopitem1 a
{
    width: 103px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-home-active.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem1 a:hover
{
    width: 103px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-home-hover.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem1Current a
{
    width: 103px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-home-current.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem2 a
{
    width: 121px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-experience-active.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem2 a:hover
{
    width: 121px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-experience-hover.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem2Current a
{
    width: 121px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-experience-current.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem3 a
{
    width: 106px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-evolve-active.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem3 a:hover
{
    width: 106px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-evolve-hover.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem3Current a
{
    width: 106px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-evolve-current.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem4 a
{
    width: 137px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-customers-active.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem4 a:hover
{
    width: 137px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-customers-hover.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem4Current a
{
    width: 137px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-customers-current.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem5 a
{
    width: 99px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-company-active.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem5 a:hover
{
    width: 99px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-company-hover.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem5Current a
{
    width: 99px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-company-current.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem6 a
{
    width: 93px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-news-active.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem6 a:hover
{
    width: 93px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-news-hover.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem6Current a
{
    width: 93px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-news-current.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem7 a
{
    width: 119px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-partners-active.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem7 a:hover
{
    width: 119px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-partners-hover.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem7Current a
{
    width: 119px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-partners-current.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem8 a
{
    width: 129px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-contact-active.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem8 a:hover
{
    width: 129px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-contact-hover.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}

#menuTopitem8Current a
{
    width: 129px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/menu/menu-contact-current.png); /** sprite-ref: vsprite; sprite-margin-bottom: 3px; */
}




#leftColumn
{
    float: left;
    width: 221px;
    background: #FFF;
}

#news
{
    text-align: right;
    height: 438px;
    width: 195px;
    float: right;
    margin-top: 10px;
}

#news-contenu
{
    width: 195px;
    height: 402px;
    background-image: url(../medias/interface/news-background.png); /** sprite-ref: vsprite; */
}

.news-bloc
{
    width: 145px;
    height: 127px;
    color: #FFF;
    padding: 5px 25px 0px 25px;
    font-size: 11px;
    text-align: justify;
    background-image: url(../medias/interface/news-bloc.png); /** sprite-ref: vsprite; */
}

.news-bloc a
{
    color: #a7c507;
    text-decoration: underline;
    text-align: right;
}

.news-bloc a:hover
{
    color: #fff;
    text-decoration: underline;
    text-align: right;
}

.news-bloc h3
{
    color: #a7c507;
    padding: 0px 0px 0px 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

.news-bloc p
{
    padding: 10px 0px 0px 0px;
}

#menu-interieur
{
    width: 195px;
    padding-top: 38px;
    height: 206px;
    float: right;
    background-repeat: no-repeat;
    background-image: url(../medias/contenu/menu-left-bck.png); /** sprite-ref: vsprite; */
}

#menu-interieur li
{
    color: #FFF;
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    list-style-type: none;
}

#menu-interieur .menuniv1 li a
{
    height: 20px;
    color: #FFF;
    display: block;
    padding-left: 40px;
    padding-top: 2px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: url(../medias/contenu/menu-left-title.png); /** sprite-ref: vsprite; */
}

#menu-interieur .menuniv1 li a:hover
{
    height: 20px;
    color: #FFF;
    display: block;
    padding-left: 40px;
    padding-top: 2px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: url(../medias/contenu/menu-left-title-hover.png); /** sprite-ref: vsprite; */
}

#menu-interieur  li.double a
{
    height: 35px;
    color: #fff;
    display: block;
	line-height:1.4em;
    padding-left: 40px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: url(../medias/contenu/menu-left-title-dl.png); /** sprite-ref: vsprite; */
}

#menu-interieur   li.double a:hover
{
    height: 35px;
    color: #fff;
    display: block;
	line-height:1.4em;
    padding-left: 40px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: url(../medias/contenu/menu-left-title-hover-dl.png); /** sprite-ref: vsprite; */
}

#menu-interieur .ssmenu   li a
{
    color: #a7c507;
    margin-left: 28px;
    display: block;
    padding-left: 10px;
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../medias/interface/puces-rondes.png); /** sprite-ref: hsprite; */
}

#menu-interieur .ssmenu   li a:hover
{
    color: #fff;
    margin-left: 28px;
    display: block;
    padding-left: 10px;
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../medias/interface/puces-rondes.png); /** sprite-ref: hsprite; */
}

#centerColumnHome
{
    background-color: #fff;
    text-align: center;
    float: left;
    width: 534px;
    min-height: 440px;
    padding-top: 10px;
}

#centerColumn
{
    background-color: #fff;
    text-align: center;
    float: left;
    width: 504px;
    min-height: 440px;
    padding-top: 10px;
	padding-bottom:20px;
}
#centerColumn p
{
margin-left:25px;
margin-right:30px;
}


#contenu
{
    text-align: left;
    width: 455px;
    padding-right: 15px;
    padding-left: 20px;
    text-align: justify;
}

.articleHome
{
    width: 152px;
    height: 123px;
    float: left;
    text-align: justify;
    color: #444;
    font-size: 11px;
}

.articleHome p
{
    padding-left: 5px;
    padding-right: 5px;
}

.articleHome a
{
    color: #920f98;
    text-decoration: underline;
    text-align: right;
    display: block;
    float: right;
    width: 65px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../medias/interface/puces-mauve.png); /** sprite-ref: hsprite; sprite-margin-bottom: 5px;  sprite-margin-top: 5px; sprite-margin-left: 5px;  sprite-margin-right: 100px;*/
}

.articleHome a:hover
{
    color: #a7c507;
    text-decoration: underline;
    text-align: right;
    display: block;
    float: right;
    width: 65px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../medias/interface/puces-vert.png); /** sprite-ref: hsprite; sprite-margin-bottom: 5px;  sprite-margin-top: 5px; sprite-margin-left: 5px;  sprite-margin-right: 100px; */
}

.articleHome h4
{
    height: 20px;
    padding-top: 5px;
    padding-left: 25px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background-repeat: no-repeat;
	background-image: url(../medias/interface/background-articles.png); /** sprite-ref: vsprite; */
}

.articleHomeAlign
{
    padding-left: 18px;
    margin-top: 10px;
}

.articleHomeSep
{
    width: 21px;
    height: 123px;
    float: left;
    background-repeat: no-repeat;
    background-image: url(../medias/interface/sep-articles.png); /** sprite-ref: vsprite; */
}

#rightColumnHome
{
    background-color: #fff;
    float: left;
    padding-top: 10px;
    min-height: 440px;
    width: 225px;
    /*Width of right column in pixels*/
	position: relative;
}

#rightColumn
{
    float: left;
    padding-top: 10px;
    min-height: 440px;
    width: 225px;
    /*Width of right column in pixels*/
	position: relative;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: top right;
	background-image: url(../medias/contenu/bck-droite.jpg); /** sprite-ref: vsprite; sprite-alignment: right; */
}

.blocRightCol
{
    width: 195px;
    min-height: 105px;
    margin-left: 5px;
    margin-top: 10px;
}

.blocRightCol p
{
    font-style: italic;
    font-size: 10px;
}

.blocRightCol a
{
    font-style: normal;
    display: block;
	color:#620b57;
    text-align: right;
    float: right;
    padding-left: 0px;
    width: 68px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../medias/interface/puces.png);/** sprite-ref: hsprite; */
}
.blocRightCol a:hover
{
    font-style: normal;
    display: block;
	color:#83ac00;
    text-align: right;
    float: right;
    padding-left: 0px;
    width: 68px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../medias/interface/puces.png);/** sprite-ref: hsprite; */
}

.download
{
    height: 80px;
}

.download li
{
    list-style-type: none;
}

.download li a
{
    width: 203px;
    height: 75px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../medias/boutons/download-active.png);/** sprite-ref: vsprite; */
}

.download li a:hover
{
    width: 203px;
    height: 75px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../medias/boutons/download-hover.png);/** sprite-ref: vsprite; */
}

#whyEscaux
{
    width: 200px;
    height: 160px;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-image: url(../medias/interface/why-escaux-background.png);/** sprite-ref: vsprite; */
}

#whyEscaux li
{
    padding-top: 4px;
    list-style-type: none;
    padding-left: 25px;
    color: #FFF;
}

#whyEscaux li a
{
    color: #FFF;
    padding-left: 25px;
    text-decoration: none;
}

#whyEscaux li a:hover
{
    color: #a6c403;
    padding-left: 25px;
    text-decoration: none;
}

.whyEscauxItem1
{
    width: 178px;
    height: 25px;
    background-repeat: no-repeat;
	background-image: url(../medias/interface/why-escaux-1.png);/** sprite-ref: vsprite; sprite-margin-bottom: 5px;*/
}

.whyEscauxItem2
{
    width: 178px;
    height: 25px;
    background-repeat: no-repeat;
	background-image: url(../medias/interface/why-escaux-2.png);/** sprite-ref: vsprite; sprite-margin-bottom: 5px; */
}

.whyEscauxItem3
{
    width: 178px;
    height: 25px;
    background-repeat: no-repeat;
	background-image: url(../medias/interface/why-escaux-3.png);/** sprite-ref: vsprite; sprite-margin-bottom: 5px; */
}

.whyEscauxItem4
{
    width: 178px;
    height: 25px;
    background-repeat: no-repeat;
	background-image: url(../medias/interface/why-escaux-4.png);/** sprite-ref: vsprite; sprite-margin-bottom: 5px; */
}

.whyEscauxItem5
{
    width: 178px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url(../medias/interface/why-escaux-5.png);/** sprite-ref: vsprite; sprite-margin-bottom: 5px; */
}

#content
{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../medias/contenu/bck-repeat.png);
}

#centerColumnHome a
{
    color: #89147a;
	text-decoration:underline;
}

#centerColumnHome a:hover
{
    color: #83ac00;
}
#centerColumn a
{
    color: #932c9b;
    text-decoration:underline;
}


#centerColumn a:hover
{
    color: #83ac00;
}

#centerColumn table
{
width:400px;
margin-left:25px;
background-color:#e6e6e6;
font-size:11px;
margin-top:15px;
margin-bottom:10px;

}
#centerColumn table td
{
text-align:left;
padding-left:4px;
padding-right:4px;
padding-top:3px;
padding-bottom:3px;
margin-top:15px;
margin-bottom:15px;
}
#centerColumn table .titleGreen
{
background:url(../medias/contenu/celGreen.png) top no-repeat;
color:#FFFFFF;
font-weight:bold;
text-transform:uppercase;

} 
#centerColumn table .thRepeat
{
background:url(../medias/contenu/celGreenRepeat.png) top no-repeat;
color:#FFFFFF;
font-weight:bold;
font-size:10px;    line-height: 1.2em;
text-transform:uppercase;
}  
#centerColumn table .thRight
{
background:url(../medias/contenu/celGreenRight.png) top  right no-repeat;
color:#FFFFFF;
    line-height: 1.2em;
font-weight:bold;font-size:10px;
text-transform:uppercase;
} 
#centerColumn table .thLeft
{
background:url(../medias/contenu/celGreenLeft.png) top left no-repeat;
color:#FFFFFF;font-size:10px;
font-weight:bold;    line-height: 1.2em;
text-transform:uppercase;
}  

#centerColumn table .footerRepeat
{
background:url(../medias/contenu/celGreyRepeat.png) bottom no-repeat;
color:#FFFFFF;
font-weight:bold;
font-size:10px;    line-height: 1.2em;
text-transform:uppercase;
}  
#centerColumn table .footerRight
{
background:url(../medias/contenu/celGreyRight.png) bottom  right no-repeat;
color:#FFFFFF;
    line-height: 1.2em;
font-weight:bold;font-size:10px;
text-transform:uppercase;
} 
#centerColumn table .footerLeft
{
background:url(../medias/contenu/celGreyLeft.png) bottom left no-repeat;
color:#FFFFFF;font-size:10px;
font-weight:bold;    line-height: 1.2em;
text-transform:uppercase;
}    

#centerColumn table .odd
{
background-color:#d6d5d6;

}
#centerColumn table .filet
{
border-right: 2px dotted #acacac;

}
#centerColumn table .filetodd
{
background-color:#d6d5d6;
border-right: 2px dotted #acacac;

}


.liste ul
{
    
}

.liste li
{
    padding-left: 12px;
    margin-left: 35px;

	margin-right:30px;
    padding-bottom: 6px;
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../medias/contenu/menu-left-puce.png);/** sprite-ref: vsprite; */
}
.sousListe ul
{
    
}

.sousListe li
{
    padding-left: 14px;
    margin-left: 15px;
    padding-bottom: 3px;
	margin-top:3px;
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: left top;
    background-image:  url(../medias/interface/puces-vert2.png);/** sprite-ref: vsprite; */
}



h1
{
    width: 438px;
    height: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
font-family:Din,"Trebuchet MS", Helvetica, Verdana;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-left: 10px;
    background-repeat: no-repeat;
	background-image: url(../medias/contenu/bck-h1.png);/** sprite-ref: vsprite; */
}

h2
{
    color: #7b7b7b;
    border-bottom: 2px dotted #7b7b7b;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 20px;
    margin-bottom: 20px;
	margin-right:12px;
    padding-bottom: 5px;
	margin-top:20px;
    background-repeat: no-repeat;
    background-position: top left;
	background-image: url(../medias/contenu/puce-h2.jpg);/** sprite-ref: vsprite; */
}


.testi
{
	font-size: 12px;
    padding-left: 25px;
   	margin-top:15px;
}


#fastTrack-home
{
    width: 200px;
    height: 67px;
    padding-top: 30px;
    padding-left: 5px;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-image: url(../medias/interface/background-fast-track-h.png);/** sprite-ref: vsprite; */
}

#fastTrack-home li
{
    text-transform: uppercase;
    font-size: 10px;
    list-style-type: none;
    color: #000;
}

#fastTrack-home li a
{
    color: #000;
    display: block;
    padding-left: 28px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: url(../medias/interface/fastAhover.gif);/** sprite-ref: vsprite; */
}

#fastTrack-home li a:hover
{
    color: #fff;
    width: 152px;
    background-color: #559604;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-image: url(../medias/interface/fastA.png);/** sprite-ref: vsprite; */
}

#fastTrack
{
    width: 200px;
    height: 90px;	
    padding-left: 5px;
    margin-right: 20px;
    position: absolute;
    right: -2px;
    margin-top: -90px;
    background-repeat: no-repeat;
	background-image: url(../medias/interface/background-fast-track.png);/** sprite-ref: vsprite; */
	display:inline;
}

#fastTrack ul
{
    margin-top: 25px;
}

#fastTrack li
{
    text-transform: uppercase;
    font-size: 10px;
    list-style-type: none;
    color: #000;
}

#fastTrack li a
{
    color: #000;
    display: block;
    padding-left: 28px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: url(../medias/interface/fastAhover.gif);/** sprite-ref: vsprite; */
}

#fastTrack li a:hover
{
    color: #fff;
    width: 152px;
    background-color: #559604;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-image: url(../medias/interface/fastA.png);/** sprite-ref: vsprite; */
}

#footerHome
{
    background-color: #000;
    margin: 0 auto;
    text-align: left;
    font-size: 10px;
    height: 29px;
    width: 940px;
    color: #666;
    margin-top: -16px;
    padding-top: 5px;
    padding-left: 40px;
}

#footerHome p
{
padding-top:4px;
}  

#footerHome a 
{
	color: #A7C507;
	text-decoration:none;	

}

#footerHome span
{
	margin-top:-26px;
    padding-bottom: 5px;

	float:right;
	margin-right:5px;
	

}

p
{
    margin-top: 4px;
    margin-bottom: 7px;
}

.spacer
{
    clear: both;
    visibility: hidden;
}

ul li
{
    
}

a img
{
    border: 0px solid red;
}

.left
{
    float: left;
}

.right
{
    text-align: right;
}

.readMore
{
    text-align: right;
	margin-top:-15px;
}
.NewsContent
{
min-height:80px;
margin-top:0px;
font-size:11px;
line-height:1.4em;
}

.mee
{
    color: #000000;
	font-weight:bold;
}

blockquote{
text-align:center;
font-style:italic;
line-height: 1.8em;
margin-left:25px;
margin-right:30px;
margin-bottom:10px;
}

.awards{
min-height:90px;
padding-top:10px;
padding-bottom:15px;

border-bottom:2px dotted #CCC;
}
.awards img{
float:left;
padding-right:15px;
}

.references {
width:30%;
float:left;
min-height:100px;
text-align:center;}
.references img{

text-align:center;
}
.filAriane{
background-image: url(../medias/interface/puces-vert.png);
background-repeat:no-repeat;
background-position: left ;
font-family:Tahoma;
font-size:10px;
padding-left:15px;
padding-top:2px;
min-height:20px;}

.filAriane strong{
color:#651b7b;}



.bulleWhite{
width:313px;
background:url(../medias/contenu/bulleWhiteRepeat.png);
float:left;
}
.bulleWhite p{
padding: 0px  20px  0px  20px ;
}
.bulleGreen p{
padding: 0px  20px  0px  20px ;
}

.bulleGreen{
width:313px;
color:#FFFFFF;
margin-top:-20px;
background:url(../medias/contenu/bulleGreenRepeat.png);
float:right;}

.upper
{
	text-transform:uppercase;
	border-bottom: 2px dotted #7b7b7b;
}
#footerHome2
{
    background-color: #000;
    margin: 0 auto;
    text-align: left;
    font-size: 10px;
    height: 25px ;
    color: #666;
    padding-left: 40px;
	padding-top:7px;
	margin-bottom:2px;


}

#footerHome2 p
{
	padding-top:4px;
}  

#footerHome2 a 
{
	color: #A7C507;
	text-decoration:none;	

}

#footerHome2 span
{
	padding-bottom: 5px;
	color: #666;
	margin-right:5px;
	

}
#fastTrack2
{
  	 background-image:url(../medias/interface/background-fast-track.png);
	background-repeat:no-repeat;
	height:90px;
	padding-left:5px;
	float:left;
	width:200px;
}

#fastTrack2 ul
{
    margin-top: 25px;
}

#fastTrack2 li
{
    text-transform: uppercase;
    font-size: 10px;
    list-style-type: none;
    color: #000;
}

#fastTrack2 li a
{
    color: #000;
    display: block;
    padding-left: 28px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: url(../medias/interface/fastAhover.gif);/** sprite-ref: vsprite; */
}

#fastTrack2 li a:hover
{
    color: #fff;
    width: 152px;
    background-color: #559604;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-image: url(../medias/interface/fastA.png);/** sprite-ref: vsprite; */
}