﻿#top 
{
    background-image: url('../img/accueil/top.png');
}


#AccueilVitrine{
    margin-top: 0px;
    overflow:hidden
}
#AccueilVitrineMain{
    float:left;
    width:660px;
    height:460px;
    background-image:url('../img/accueil/bgMainVitrine.png');
}
#AccueilVitrineMain h1
{
    font-size: 1em;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    color: #606060;
}

#AccueilVitrineMain h2
{
    font-size: 10pt;
    margin: 0; padding:0;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    color: #F0A000;
}

#AccueilVitrineMain p
{
    font-size: 9pt;
    margin: 0; padding:0;
    /*padding-left:440px;
    padding-right:30px;*/
    padding-top: 0px;
    margin-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: justify;
}

#AccueilLateralMain{
    margin-left:670px
}
#AccueilLateral1{
    background-image:url('../img/accueil/bgContact.png');
    width:330px;
    height:225px;
}
#AccueilLateral1 h2 
{
    padding-left:5px;
    padding-top: 5px;
    padding-bottom: 0;
}

#AccueilLateral2{
    margin-top:10px;
    background-image:url('../img/bgLateral.png');
    width:330px;
    height:225px;
}

.basMango_ul 
{
    padding: 0;
    margin: 0;
    padding-left: 100px;
    font-size: 0.8em;
    font-family: Arial;
}

#slidedom 
{
    padding-top: 10px;
    padding-left:10px;
}
/* FIN ROTATOR --------------------------------------------------------------*/

/* DEBUT TICKER -------------------------------------------------------------*/
div.nlTicker
{
    padding-left: 5px;
    padding-right: 5px;
}
#nlTicker p 
{
    font-size: 0.7em;
    padding-top: 0px;
    margin-top: 0px;
}
/* FIN TICKER ---------------------------------------------------------------*/


/* DEBUT GLIDER -------------------------------------------------------------*/
.glidecontentwrapper{
    position: relative; /* Do not change this value */
    width: 650px;
    margin: 5px;
    height: 420px; /* Set height to be able to contain height of largest content shown*/
    border: 0px solid #687C98;
    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;
    background-image: url(../img/accueil/bgGlider.png) padding: 0px;
    visibility: hidden;
    width: 650px;
}
/*
 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: 20px;
    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-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 ---------------------------------------------------------------*/
