﻿#top 
{
    background-image: url('../img/mango/top.png');
    background-repeat: no-repeat;
}

#GinkgoFooter{
    background-image:url('../img/main/bgFooterOrange.png');
    background-repeat:no-repeat;
    width: 1000px;
    height:100px;
    margin-top:10px;
}

#MainTop h1
{
   font-size: 1.5em;
   margin: 0;
   padding-top: 5px;
   padding-left: 20px;
}
#MainMiddle h2 
{
    text-align: center;
    color: #F0A000;
}
ul 
{
    font-size: 0.7em;
    list-style-image: url('../img/puce.png');
    list-style-position: outside;
    text-align: left;
}
#MainMiddle p
{
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
}

#bas p 
{
    margin-left:10px;
    margin-right: 10px;
}

#bas1{ background-image: url('../img/main/basOrange.png');}
#bas1 a {color: White;}

#bas3 h3 
{
    margin-top:10;
    margin-left:5px; 
    padding-top:0}

#presentation {padding-top: 20px;}
#presentation p, li
{
    font-size: 9pt;
}
#publicite h2 {margin-bottom: 10px}
#publicite p, li
{
    font-size: 9pt;
}

/* DEBUT GLIDER -------------------------------------------------------------*/
.glidecontentwrapper{
    position: relative; /* Do not change this value */
    width: 990px;
    margin-left: 5px;
    height: 350px; /* Set height to be able to contain height of largest content shown*/
    border: 0;
    overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent
{
    /*style for each glide content DIV within wrapper.*/
    position: absolute; /* Do not change this value */
    background: white;
    visibility: hidden;
    width: 990px;
    /*border: solid 1px magenta */
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
    /*width: 450px;*/
    padding-left: 100px;
    margin-top: 5px;
    text-align: left; /*How to align pagination links: "left", "center", or "right"
    background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
    display: -moz-inline-box;
    display: inline-block;
    /*border: 1px solid black;*/
    color: black;
    padding: 1px 3px;
    margin-right: 3px;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial;
    font-size: 0.8em;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
    background: #F0A000;
    color: black;
}

.glidecontenttoggler a:hover{
    background: #F0A000;
    color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
    color: #F0A000;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
    background: #1A48A4;
    color: white;
}
/* FIN GLIDER ---------------------------------------------------------------*/