/*-------------------------------------------------------------------------------- 
/*          =BALISES
/*          =STRUCTURE
/*               @Entête
/*               @Conteneur
/*               @Pied de page
/*          =CLASSES
/*          =MODULES
/*              @Navigation
/*              @Formulaires    
/*          =AJOUT
-------------------------------------------------------------------------------- */


/*-------------------------------------------------------------------------------- 
          =BALISES
-------------------------------------------------------------------------------- */
 
html, body {
	font-size: 100%;
    text-align: center;
    padding: 0;
    border: 0;
    margin: 0;
}
 
body {
	font: 0.625em/1em arial, helvetica, sans-serif;
    text-align: left;
    background: url(/images/fond.png) repeat-x;
}
 
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    margin: 0;
    padding: 0;
}

h1 {
    font: 2.0em/1em georgia, helvetica, sans-serif;
}
 
h2 {
    font: 1.6em/1em georgia, helvetica, sans-serif;
}
 
h3 {
    font: 1.4em/1em arial, helvetica, sans-serif;
}

h4 {
    font: 1.2em/1em arial, helvetica, sans-serif;
}
 
h5 {
    font: 1.1em/1em arial, helvetica, sans-serif;
}
 
h6 {
    font: 1em/1em arial, helvetica, sans-serif;
}

p {
    font: 1.1em/1.1em arial, helvetica, sans-serif;
    padding: 0;
    margin: 0;
}
 
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    font: 1.1em/1.1em arial, helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}
 
a:hover, 
a:focus {
    text-decoration: underline;
}
 
img {
    border: 0;
}
 
hr {
    height: 0;
    color: #fff;
    background: #fff;
    border: none;
    border-bottom: 1px solid #000;
    margin: 0;
}
 
form {
    padding: 0;
    margin: 0;
}
 
textarea {
    line-height: 1.1em;
}
 
label {
    cursor: pointer;
}
 
table {
    padding: 0;
    border: 0;
    margin: 0;
    border-collapse: collapse;
}
 
th, 
td {
    font: 1.1em/1.1em arial, helvetica, sans-serif;
    padding: 1.1em 1em;
    margin: 0;
}
 
blockquote {
    padding: 0;
    margin: 0.8em 1.5em;
}

small {
    font: 0.8em/1em arial, helvetica, sans-serif;
}
 
kbd {
    padding: 1px 2px;
    border: 1px solid #000;
}
 
sup {
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}
 
sub {
    position: relative;
    bottom: -0.2em;
    vertical-align: baseline;
}
 
acronym, 
abbr {
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}

input,
select {
    font-family: arial, helvetica, sans-serif;
}


/*-------------------------------------------------------------------------------- 
          =STRUCTURE
-------------------------------------------------------------------------------- */
 
#site  {
}

#site .blocSite {
    width: 960px;
    margin: auto;
}

/*          @Entête          
---------------------------------------- */

#header,
#header .blocSite {
    background: url(/images/fond-bas-header.png) no-repeat center bottom;
    height: 300px;
}

#header .banniere {
    margin: 0 0 32px 0;
    height: 230px;
}

#header .banniere img {
    display: block;
}

#header #menu {
    height: 30px;
}

#header #menu li {
    float: left;
    font-size: 1em;
    padding: 0 3px 0 0;
    background: url(/images/separateur-menu.png) no-repeat right 5px;
    position: relative;
    z-index: 50;
    height: 30px;
}

#header #menu li a {
    display: block;
    padding: 5px 12px 5px 12px;
    color: #33b1c1;
    font-size: 1.4em;
    text-transform: uppercase;
}

#header #menu li:hover a,
#header #menu li:hover ul li a:hover,
#header #menu li a.current,
#header #menu li ul li a.current,
#header #menu li:hover ul li a.current,
#header #menu li a:active,
#header #menu li a:focus,
#header #menu li a:hover {
    text-decoration: none;
    color: #6a9423;
}

#header #menu li.home a {
    padding-top: 4px;
}

#header #menu li.home a:focus,
#header #menu li.home a:active,
#header #menu li.home a:hover {
    background: url(/images/picto-home-on.png) no-repeat center 4px;
}

#header #menu li.home a:focus img,
#header #menu li.home a:active img,
#header #menu li.home a:hover img {
    visibility: hidden;
}

#header #menu li ul {
    display: none;
    position: absolute;
    top: 29px;
    left: -3px;
    width: 175px;
    padding: 9px 0 4px 0;
    background: url(/images/fond-sous-menu-haut.png) no-repeat #f2f2f2 0px 0px;
    z-index: 50;
    border-bottom: 1px solid #dedede;
}

#header #menu li.jHover ul,
#header #menu li:hover ul {
    display: block;
}

#header #menu li ul li {
    background: 0;
    padding: 0;
    height: auto;
    width: 163px;
    clear: both;
    background: #fff;
    margin: 0 5px;
    border: 1px solid #dedede;
    border-top: 0;
    padding: 0;
}

#header #menu li:hover ul li a,
#header #menu li ul li a {
    color: #33b1c1;
    text-transform: none;
    font-size: 1.1em;
    line-height: 1.2em;
    padding: 8px 5px 8px 15px;
    background: url(/images/puces-menu.png) no-repeat -191px 12px;
}

#header #menu li ul li a:focus,
#header #menu li ul li a:active,
#header #menu li ul li a:hover {
    background: url(/images/puces-menu.png) no-repeat 5px 12px;
}



/*          @Conteneur          
---------------------------------------- */
 
#container {
    background: url(/images/fond-aside.png) repeat-y 590px 0px;
}
 
#content {
    width: 580px;
    float: left;
    padding: 15px 10px 15px 0;
}

#content h1 {
    font-size: 1.7em;
    font-weight: bold;
    color: #3c3c3c;
    margin: 0 0 15px 0;
    padding: 0 0 12px 0;
    border-bottom: 3px double #d8e5eb;
}

#content h2 {
    font-size: 1.2em;
    color: #33b1c1;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

#content h2 span {
    color: #3c3c3c;
    text-transform: none;
    font-family: arial;
}

#content h3 {
    font-size: 1.5em;
    color: #585858;
    font-weight: bold;
    margin: 0 0 10px 0;
}

#content p {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #6c6c6c;
    padding: 0 0 15px 0;
}

#content a {
    color: #27bbea;
}

#content hr {
    border-bottom:3px double #d8e5eb;
    margin: 0 0 18px 0;
    padding: 10px 0 0 0;
    height: 3px;
    overflow: hidden;
}

#content p.chapeau {
    line-height: 1.4em;
    padding: 0 0 20px 0;
}

#content p.lienSuite {
    font-size: 1.0em;
}

#content p.imgActuGauche {
    float: left;
    margin: 0 20px 0 0;
}

#content p img {
    border: 2px solid #e7e7e7;
}

#content p .sousTitre {
    color: #6a9423;
    font-weight: normal;
}

#content .blocActu {
}

#content p.ariane {
    font-size: 1.0em;
    color: #27BBEA;
}

#content .carroussel {
    width: 388px;
    position: relative;
}

#content .carroussel .masque {
    width: 388px;
    overflow: hidden;
    position: relative;
}

#content .carroussel .slider {
    width: 2000px;
    position: relative;
}

#content .carroussel .slider .item {
    display: block;
    width: 388px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.1em;
    float: left;
}

#content .carroussel .slider a:hover,
#content .carroussel .slider a:focus,
#content .carroussel .slider a.current {
    text-decoration: none;
}

#content .carroussel a.suiv {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 388px;
    height: 200px;
    background: #fff;
    opacity:0; /*Safari, Opera 8.5  et autres (s'ils gèrent)*/    
}

#content .blocFocus {
    border: 1px solid #dedede;
    padding: 9px;
    background: #f2f2f2;
    margin: 0 0 7px 0;
}

#content .blocFocus .blocInterne {
    border: 1px solid #dedede;
    padding: 15px 8px 0px 12px;
    background: #fff;
    height: 1%;
}

#content .blocFocus .blocInterne p {
    line-height: 1.2em;
    padding: 0 0 10px 0;
}

#content .blocFocus .carroussel {
    width: 388px;
    height: 211px;
    background: url(/images/fond-diaporama-accueil.png) no-repeat;
    float: right;
    margin: 0 0 5px 12px;
    padding: 3px;
}

#content form p {
    padding: 0 0 10px 0;
    font-size: 1em;
}

#content form .text label {
    display: block;
    float: left;
    padding: 3px 0 0;
    width: 100px;
    font-size: 1.2em;
}

#content form .text input {
    width: 222px;
}

#content form .codeInvit {
    background: url(/images/fond-form-code-invitation.png) no-repeat;
    height: 84px;
    border: 3px double #d8e5eb;
    padding: 0;
    width: 323px;
    margin: 0 0 10px 0; 
}

#content form .codeInvit label {
    display: none;
}

#content form .codeInvit input {
    border: 0;
    background: #fff;
    width: 155px;
    font-size: 1.8em;
    margin: 32px 0 0 147px;
}

#content form .submit {
    padding: 0 250px 0 0;
    text-align: right;
}

#content form .submit input {
    padding: 0 10px;
}

#content p.noPadding {
    padding: 0;
}


#content .rechercherExpo {
    background: url(/images/fond-bloc-recherche-content.png) no-repeat;
    padding: 30px 0 0 0;
    margin: 0 auto 30px auto;
    height: 91px;
}

#content .rechercherExpo h2 {
    font-family: arial;
    color: #db5f98;
    font-size: 1.4em;
    text-transform: none;
    letter-spacing: -1px;
    font-weight: bold;
    padding: 0 0 0 36px;
    margin: 0 0 20px 0;
}

#content .rechercherExpo p.colGauche {
    font-size: 1.1em;
    float: left;
    width: 250px;
    padding: 0 20px;
    margin: 0 20px 0 0;
    border-right: 1px solid #f4cfe0;
}

#content .rechercherExpo p {
    padding: 5px 0 10px 0;
}

#content .rechercherExpo select {
    font-size: 1.1em;
    color: #969696;
    width: 145px;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

#content .rechercherExpo .submit {
    text-align: center;
}


#content .pagination {
    padding: 30px 0;
    text-align: center;
    font-size: 1.1em;
}

#content .pagination a {
    color: #969696;
    border: 1px solid #969696;
    padding: 0 5px;
    margin: 0 2px;
}

#content .pagination a.noBorder:hover,
#content .pagination a.noBorder {
/*
    border: 1px solid transparent;*/
    border: 0;
}

#content .pagination a:hover {
    border: 1px solid #27BBEA;
    color: #27BBEA;
    text-decoration: none;
}


.accueil #content h1 {
    font-size: 1.8em;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    padding: 0;
    border: 0;
}

.accueil #content h1 img {
    vertical-align: bottom;
}

.accueil #content h2 {
    font-size: 1.4em;
}

.accueil #content h2.baseline {
    font-size: 1.5em;
    text-transform: none;
    font-weight: normal;
    color: #2f2f2f;
    font-style: italic;
}

#aside {
    width: 215px;
    float: left;
    margin: 0 9px 10px 9px;
}

#aside .fondBlanc {
    background: #fff;
    padding: 10px 0 0 0;
}

#aside h2 {
    font-family: arial;
    color: #db5f98;
    font-size: 1.4em;
    letter-spacing: -1px;
    font-weight: bold;
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
}

#aside p {
    color: #a6a6a6;
    font-size: 1.2em;
    line-height: 1.2em;
}

#aside p strong {
    color: #6d6d6d;
    font-weight: normal;
}

#aside .rechercherExpo {
    background: url(/images/fond-bloc-recherche.png) no-repeat;
    padding: 30px 0 0 0;
    margin: 0 auto 10px auto;
    width: 207px;
    height: 94px;
}

#aside .rechercherExpo h2 {
    padding: 0 0 0 36px;
    margin: 0 0 20px 0;
}

#aside .rechercherExpo p {
    padding: 0 0 10px 0;
    font-size: 1em;
    text-align: center;
}

#aside .rechercherExpo select {
    font-size: 1.1em;
    color: #969696;
    width: 195px;
}

#aside .rechercherExpo .submit {
    text-align: right;
    padding: 0 6px 0 0;
}

#aside .separateur {
    height: 11px;
    background: url(/images/fond-separateur-aside.png) repeat-x;
    margin: 0 0 10px 0;
}

#aside .separateurHachure {
    height: 11px;
    background: url(/images/fond-separateur-transparent-aside.png) repeat-x;
}

#aside .separateurHachure hr,
#aside .separateur hr {
    display: none;
}

#aside ul.nav {
    border-top: 1px solid #f5ddea;
    padding: 0 0 23px 0;
}

#aside ul.nav li {
    border-bottom: 1px solid #f5ddea;
    padding: 0 0 0 10px;
    font-size: 1.2em;
}

#aside ul.nav li a {
    display: block;
    padding: 5px 0;
    color: #db5f98;
}

#aside ul.nav li a:focus,
#aside ul.nav li a:hover {
    text-decoration: none;
    font-weight: bold;
    /*
    color: #33B1C1;
    */
}

#aside .invit h2 {
    padding: 0;
    margin: 0 0 10px 0;
}

#aside .invit p {
    padding: 0 10px 10px 10px;
    font-size: 1.1em;
    color: #969696;
}

#aside .invit #codeInvit {
    color: #969696;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 155px;
    font-size: 11px;
}

#pub {
    float: left;
    padding: 12px 0 15px 12px;
}


/*          @Pied de page          
---------------------------------------- */

#menuFooter,
#menuFooter .blocSite {
    background: url(/images/fond-haut-footer.png) no-repeat top center;
}

#menuFooter .blocSite {
    padding: 0;
}

#menuFooter .colPlanSite {
    padding: 25px 0 15px 0;
    width: 175px;
    float: left;
    margin: 0 20px 0 0;
}

#menuFooter .colPlanSite.last {
    margin-right: 0px;
}

#menuFooter .colPlanSite h3 {
    font-family: georgia;
    font-size: 1.2em;
    color: #7a7a7a;
    border-bottom: 1px solid #d8e5eb;
    padding: 0 0 6px 0;
    margin: 0 0 10px 0;
}

#menuFooter .colPlanSite li {
    font-size: 1em;
    line-height: 1.2em;
    padding: 0 0 2px 0;
}

#menuFooter .colPlanSite a {
    color: #969696;
}

#menuFooter .colPlanSite h3 a {
    color: #7a7a7a;
}

#menuFooter .colPlanSite h3.bleuroy {
    border: 0;
}

#menuFooter .colPlanSite h3.bleuroy a {
    color: #a9a9a9;
}

#footer .colFooter a:hover,
#menuFooter .colPlanSite a:hover {
    color: #27bbea;
    text-decoration: none;
}
 
#footer {
    background: url(/images/fond-bas-footer.png) no-repeat top center;
    padding: 20px 0;
}

#footer .colFooter {
    width: 270px;
    padding: 0 0 0 23px;
    float: left;
}

#footer .colFooter.last {
    width: 290px;
}

#footer .colFooter h4 {
    font-size: 1.2em;
    color: #7a7a7a;
    border-bottom: 1px solid #d8e5eb;
    padding: 0 0 6px 0;
    margin: 0 0 10px 0;
}

#footer .colFooter p {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #a6a6a6;
}

#footer .colFooter a {
    color: #a6a6a6;
}


/*-------------------------------------------------------------------------------- 
          =CLASSES
-------------------------------------------------------------------------------- */
 
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }

.middle { vertical-align: middle; }

.bold { font-weight: bold; }
.italic { font-style: italic; }

.floatLeft { float: left; }
.floatRight { float: right; }

.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

.imgLeft { 
    float: left; 
    margin: 0 4px 4px 0; 
}

.imgRight { 
    float: right;
    margin: 0 0 4px 4px;
}

 
/*-------------------------------------------------------------------------------- 
          =MODULES
-------------------------------------------------------------------------------- */

#container input.submit,
#container .submit input {
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    background: url(/images/fond-bt.png) repeat-x #db5e99;
    border: 1px solid #cb3f88;
    padding: 0px 2px 0px 2px;
    height: 20px;
    vertical-align: middle;
}

#content form input,
#content form select {
    color: #969696;
    font-size: 1.1em;
}

/*-------------------------------------------------------------------------------- 
          =AJOUT
-------------------------------------------------------------------------------- */
