body {
    background-color: #b9babc;
    padding-bottom: 20px;
    color: #494949;
}

#header {
    margin: 0 auto;
    width: 960px;
    height: 157px;
    background: url(../images/header.jpg) no-repeat;
}

#header h1 {
    display: none;
}

#menu {
    margin: 0 auto;
    width: 960px;
    height: 32px;
    background: url(../images/menu.jpg) no-repeat;
}

#menu ul.main {
    list-style: none;
    margin: 0 0 0 5px;
    padding: 0;
}

#menu ul.sub {
    list-style: none;
    margin: 0;
}

#menu ul.sub > li > a {
    padding-left: 40px;
}

#menu ul.main > li {
    float: left;
    text-transforma: uppercase;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 0;
    line-height: 10px;
}

#menu ul.main > li.last > a {
    border: 0;
}

#menu ul.main > li > a {
    color: #333;
    border-right: 2px solid #98c220;
    padding: 0 10px;
}

#menu ul.main > li:hover > a, #menu ul.main > li.selected > a, #menu ul.main > li.ancestor > a {
    text-decoration: none;
    color: #fff !important;
}

#menu ul.main > li:hover, #menu ul.main > li.selected, #menu ul.main > li.ancestor {
    background-color: #98c220;
}
#menu ul.dropdown-menu > li a:hover {
    background: #98c220 !important;
}

#menu ul.dropdown-menu {
    background-color: #afd340;
    margin: 0;
}

#menu ul.dropdown-menu a {
    color: #fff;
}

#menu li.dropdown:hover ul.dropdown-menu{
    display: block;
}

#page {
    background: url(../images/bgpage.jpg) repeat-y;
    margin: 0 auto;
    padding-bottom: 20px;
    width: 960px;
    min-height: 400px;
}

#content {
    background: url(../images/bgcontent.jpg) top right no-repeat;
    min-height: 198px;
    padding: 20px 123px 20px 0;
    overflow: auto;
}

#content a {
    color: #98c220;
}

#content a:hover {
    color: #afd340;
}

#disconnect {
    text-align: right;
    margin-right: 60px;
}

#footer {
    background: url(../images/footer.jpg) no-repeat;
    width: 960px;
    height: 117px;
    margin: 0 auto;
}

#footer ul {
    margin: 0 0 0 100px;
}

#footer li {
    list-style: none;
    float: left;
    display: block;
}

#footer li a {
    display: block;
    height: 117px;
}

#footer span {
    text-indent: -9999px;
    display: block;
}

#footer li.addr a{
    width: 270px;
}

#footer li.tel {
    width: 170px;
}

#footer li.email a {
    width: 170px;
}

#footer p.mention {
    clear: both;
    margin: 0 123px 0 100px;
    padding: 10px 0;
    font-size: 80%;
    text-align: center;
}

#footer p.mention a {
    color: #111;
}

#footer p.mention a:hover {
    color: #222;
}

#content .colleft {
    float: left;
    width: 400px;
    margin-right: 20px;
}

#content .colright {
    float: left;
    width: 400px;
}

.hometriangle {
    margin: 50px 0 0 0;
    background: url(../images/home/fond.jpg) no-repeat;
    width: 526px;
    height: 444px;
    position: relative;
}

.hometriangle li {
    list-style: none !important;

}

.hometriangle li a {
    position: absolute;
    display: block;
    background-image: url(../images/home/normaux.png);
}
.hometriangle li a:hover {
    background-image: url(../images/home/selection.png);
}

.hometriangle span {
    display: block;
    text-indent: -9999px;
}

.hometriangle li.besoinfinancement > a {
    background-position: -17px -189px;
    top: 189px;
    left: 17px;
    width: 242px;
    height: 242px;
}

.hometriangle li.demarreruneentreprise > a {
    background-position: -40px 0;
    top: 0px;
    left: 40px;
    width: 189px;
    height: 189px;
}

.hometriangle li.entrepreneursdici > a {
    background-position: -285px -93px;
    top: 93px;
    left: 285px;
    width: 202px;
    height: 202px;
    z-index: 2;
}

.hometriangle li.entrepreneursdici div.vid {
    position: absolute;
    top: 295px;
    left: 283px;
    z-index: 1;
    width: 240px;
}

.homearticles {
    font-size: 80%;
    height: 300px;
    overflow: auto;
    padding-right: 3px;
}
.homearticles h5, .homearticles p {
    margin:0;
}
.homearticles hr {
    margin: 6px 0;
}

.homearticles .excerpt {
    max-height: 100px;
    overflow: hidden;
}

#content ul li {
    list-style: square;
}

img.left {
    float: left;
    margin: 0 10px 10px 0;
}

img.right {
    float: right;
    margin: 0 0 10px 10px;
}

.fonds-intro {
    background-color: #89db61;
    height: 250px;
    color: #fff;
    font-size: 150%;
    padding-top: 150px;
    padding-left: 20px;
}

.liste-fonds div {
    background-color: #89db61;
    height: 100px;
}

.liste-fonds div a {
    color: #fff;
    height: 100px;
    display: block;
    line-height: 100px;
    text-align: center;
}

#content h3.bg, #content h4.bg {
    background: url(../images/bloctitre.png) top right no-repeat;
    height: 47px;
    color: #fff;
    line-height: 47px;
    padding-left: 10px;
}

#content h3.bg a, #content h4.bg a {
    color: #fff;
}

#content h3, #content h4 {
    margin-top: 25px;
}

#content h3.bgs, #content h4.bgs {
    background: url(../images/bloctitre2.png) top right no-repeat;
    height: 32px;
    color: #fff;
    line-height: 32px;
    padding-left: 10px;
}

#content h3.bgs a, #content h4.bgs a {
    color: #fff;
}

#content h4.bgs {
    margin-top: 10px;
}

.thumbnail {
    border: 0;
    box-shadow: none;
}

.imagecote {
    padding-top: 18px;
}


.publication {
    background-color: #f7f7f7;
    padding: 10px;
    margin-bottom: 20px;
    overflow: auto;
}

.publication h4 {
    margin-top: 0 !important;

}

.publication small {
    color: #666;
}

.publication h3 {
    line-height: 30px;
}

a.iconplus, a.iconpdf, a.iconurl { width: 48px; height: 48px; display: block; margin: 0 5px; float: right;}
a.iconplus span, a.iconpdf span, a.iconurl span { display: block; text-indent: -9999px; }

a.iconpdf { background: url(../images/iconelecturepdf.png) no-repeat;}
a.iconplus { background: url(../images/iconelectureplus.png) no-repeat;}
a.iconurl { background: url(../images/iconelectureplus.png) no-repeat;}

.listfonds a{display:block; margin: 5px 0;}
/*.tri {
    transform-origin: bottom left;
        transform: skewX(-45deg);
}*/
