/*-------------------------------------------------------------------------------- 
/*          =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 verdana, helvetica, sans-serif;
    text-align: left;
    background: url(../img/fond.png) repeat-y;
}
 
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    margin: 0;
    padding: 0;
}

h1 {
    font: 1.8em/1em verdana, helvetica, sans-serif;
}

h2 {
    font: 1.6em/1em verdana, helvetica, sans-serif;
}

h3 {
    font: 1.4em/1em verdana, helvetica, sans-serif;
}

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

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

a {
    text-decoration: none;
    color: #d83c96;
}
 
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.25;
}
 
label {
    cursor: pointer;
}
 
table {
    padding: 0;
    border: 0;
    margin: 0;
    border-collapse: collapse;
}
 
th, td {
    padding: 0;
}
 
blockquote {
    padding: 0;
    margin: 0.8em 1.5em;
}

small {
    font: 0.8em/1em verdana, 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;
}

/*-------------------------------------------------------------------------------- 
          =STRUCTURE
-------------------------------------------------------------------------------- */
 
/*          @Entête          
---------------------------------------- */

#header {
    width: 100%;
    height: 216px;
    background: url(../img/fond-header.png) repeat-x;
}

#header img {
    display: block;
}

#header #drapeau {
    position: absolute;
    left: 946px;
    top: 151px;
}


/*          @Conteneur          
---------------------------------------- */

#container {
    width: 986px;
    background: url(../img/fond-contenu.png) no-repeat;
}

#menu {
    width: 189px;
    float: left;
    margin: 18px 0 0 0;
    float: left;
    background: url(../img/fond.png) repeat-y #000;
}
 
#content {
    width: 575px;
    margin: 18px 0 30px 0;
    float: left;
    padding: 25px 10px 0 10px;
}

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

#aside h2 {
    color: #d83c96;
    font-size: 1.7em;
    font-family: Georgia, "Times New Roman", serif;
    padding: 20px 0 5px 10px;
    margin: 0 0 10px 0;
    border-bottom: 3px solid #d83c96;
}

#aside h2 a {
    display: block;
    background: url(../img/picto-fleche.png) no-repeat center right;
    padding: 4px 0;
}

#aside form {
    text-align: right;
}

#aside form input {
    border: 1px solid #d83c96;
    color: #58585a;
    font-size: 1.2em;
}

#aside form #inputNewsletter {
    width: 130px;
}

#aside form .btSubmit {
    background: #d83c96;
    color: #ffffff;
    padding: 0 2px;
}

#aside #pub {
    margin: 40px 0 0 0;
    text-align: center;
}

 
/*          @Pied de page          
---------------------------------------- */
 
#footer {
    clear: both;
    width: 595px;
    margin: 0 0 0px 189px;
    text-align: center;
    color: #5d5c5c;
}

#footer a {
    color: #5d5c5c;
}

#footer a:hover {
    color: #d83c96;
}

#footer ul {
margin:15px 0 0 0;
background:#ddd;
height:190px;
}

#footer ul li {
float:left;
width:90px;
text-align:left;
padding:15px 0 15px 9px;
font-weight:bold;
text-transform:uppercase;
}

#footer ul ul {
margin:10px 0 0 0;
border-top:0;
height:auto;
}

#footer ul li ul li {
float:none;
padding:5px 0 0 0;
font-weight:normal;
text-transform:none;
}


/*-------------------------------------------------------------------------------- 
          =CLASSES
-------------------------------------------------------------------------------- */
 
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
 
.bold { font-weight: bold; }
.italic { font-style: italic; }
 
.floatLeft { float: left; }
.floatRight { float: right; }
 
.imgLeft { float: left; margin: 0 10px 1em 0; }
.imgRight { float: right; margin: 0 0 1em 10px; }
  
.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

.middle { vertical-align: middle; }
 
/*-------------------------------------------------------------------------------- 
          =MODULES
-------------------------------------------------------------------------------- */

#content h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.4em;
    font-style: italic;
    margin: 0 0 20px 0;
}

#content p {
/*    text-align: left;*/
    color: #5d5c5c;
    margin:0 0 20px 0;
    font-size:1.1em;
    line-height:1.2em;
}

#content p.chapeau {
    color: #000000;
    margin:0 0 30px 0;
    font-size:1.2em;
    line-height:1.2em;
}

#content .sous-titre {
    color:#d83c96;
    font-weight:bold;
}

#content .liste {
    display:list-item;
    list-style:disc inside;
}

#content .tab_partenaire_gen {
margin:30px 0 0 0;
}

#content .tab_partenaire_gen td {
vertical-align:top;
}

#content .tab_partenaire_gen .tab_partenaire {
background:url(../img/fond-partenaires.png) no-repeat;
}

#content .tab_partenaire_gen .tab_partenaire td {
vertical-align:top;
}

#content .tab_partenaire_gen .tab_partenaire h2 {
    margin:3px 5px 0 5px;
    font-size:1.1em;
    color:#000;
    font-family: Georgia, "Times New Roman", serif;
    text-transform:uppercase;
    text-align:left;
}

#content .tab_partenaire_gen .tab_partenaire h3 {
    margin:0 5px;
    font-size:1.0em;
    font-family: arial, serif;
}

#content .tab_partenaire_gen .tab_partenaire .center_logo {
    text-align:center;
    vertical-align:middle;
}

#content h2 {
    color:#d83c96;
    font-size:1.4em;
    line-height:1.2em;
    margin:0 0 20px 0;
}

#content ul {
    font-size:1.1em;
    line-height:1.1em;
    list-style:square inside;
    color:#D83C96;
}

#content #contenuPresse h2.communique {
background:url(../img/fond-titre-communiques.png) no-repeat;
font-family: Georgia, "Times New Roman", serif;
font-style:italic;
font-size:1.8em;
padding:2px 0px 20px 40px;
}
#content #contenuPresse h2.dossier {
background:url(../img/fond-titre-dossier.png) no-repeat;
font-family: Georgia, "Times New Roman", serif;
font-style:italic;
font-size:1.8em;
padding:2px 0px 20px 40px;
}

#content #contenuPresse .blocPresse {
width:45%;
float:left;
}

#content #contenuPresse .last {
border-left:1px solid #5d5c5c;
padding:0 0 0 20px;
margin:0 0 0 20px;
}

#content #contenuPresse p.date {
    color: #d83c96;
    font-family: Georgia, "Times New Roman", serif;
    margin:0px 0px 10px 0px;
}

#content #contenuPresse .texte {
    margin:0px 0px 10px 0px;
}

#content #contenuPresse h3 {
font-family: Georgia, "Times New Roman", serif;
font-size:1.2em;
margin:0px 0px 5px 0px;
color:#d83c96;
text-transform:uppercase;
}



#content #contenuPresse p.separateur {
border-bottom:1px solid #c9c9c9;
}

#content #presentation p {
    font-size: 1.4em;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.2em;
    text-align: left;
}

#content #presentation h1 {
    margin: 0 0 30px 0;
}

#content #actuAccueil {
    margin: 20px 0 0 0;
}

#content #actuAccueil h2 {
    color: #d83c96;
    font-size: 1.2em;
    font-family: Georgia, "Times New Roman", serif;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    line-height: 1.2em;
}

#content #actuAccueil .actu {
    width: 45%;
    float: left;
    margin: 0 0 15px 0;
}

#content #actuAccueil .actu p {
    text-align: left;
    font-size: 1.1em;
    line-height: 1.1em;
}

#content #actuAccueil .actu p .date {
    color: #d83c96;
    font-family: Georgia, "Times New Roman", serif;
}

#content #actuAccueil .last {
    margin: 0 0 0 20px;
    border-left: 1px solid #c9c9c9;
    padding: 0 0 0 20px;
}

#masqueActu {
    position: relative;
}

.masqueActu {
    overflow: hidden;
    height: 178px;
}

#sliderActu {
    position: relative;
}


/******* PAGE ACTU ***************/

#menuActu {
    width: 216px;
    height: 100px;
    background: url(../img/fond-haut-slider.png) no-repeat top left;
    float: left;
    margin: 0;
    padding: 4px 0 0 0;
    height: 653px;
    position: relative;
}

#menuActuBottom {
    background: url(../img/fond-bas-slider.png) no-repeat bottom left;
    height: 653px;
    margin: 0;
    padding: 0;
}

#menuActuFond {
    background: url(../img/fond-menu-actu.png) repeat-y top left;
    padding: 14px 0 0 0;
    height: 638px; /*  652 - 14  */
    margin: 0;
}

#menuActu #masqueActu {
    height: 624px;
    overflow: hidden;
}

#menuActu .masqueActu {
    height: 56px; /* 76px - 20px */
    padding: 10px;
    border-top: 1px solid #c5c4c4;
    border-bottom: 1px solid #c5c4c4;
}

#menuActu .masqueActu p {
    color: #5d5c5c;
    margin: 0 0 5px 0;
    font-size: 1.1em;
    line-height: 1.1em;
}

#menuActu .masqueActu p a {
    color: #5d5c5c;
    text-decoration: none;
}

#menuActu .masqueActu p.date {
    color: #d83c96;
    font-family: Georgia, "Times New Roman", serif;
}

#menuActu .masqueActu img {
    float: left;
    margin: 0 5px 0 0;
}

#menuActu .select {
    background: url(../img/fond-menu-actu-on.png) repeat-y center left;
    border-top: 1px solid #9ab6bf;
    border-bottom: 1px solid #9ab6bf;
}

#menuActu .current {
    background: url(../img/fond-menu-actu-current.png) repeat-y center left;
    border-top: 1px solid #9ab6bf;
    border-bottom: 1px solid #9ab6bf;
}

#menuActu .btActus{
    position: absolute;
    background: #dcdcdc;
    width: 62px;
    padding: 0 77px;
    z-index: 50;
}

#menuActu .btActus a{
    outline: none;
}

#menuActu .btActus img{
    display: block;
}

#menuActu #btAvant{
    top: 4px;
}

#menuActu #btApres{
    bottom: 0px;
}

#contenuActu {
    width: 342px;
    background: url(../img/separateur-haut.png) no-repeat top left;
    float: right;
    min-height: 637px;
    padding: 20px 0 0 0;
}

#contenuActuBas {
    background: url(../img/separateur-bas.png) no-repeat bottom left;
    padding: 0 0 20px 0;
    min-height: 617px;
}

#contenuActu p {
    margin: 0 0 10px 0;
    font-size: 1.1em;
    line-height: 1.1em;
}

#contenuActu p.date {
    color: #d83c96;
    margin: 0 0 5px 0;
    font-family: Georgia, "Times New Roman", serif;
}

#contenuActu h2 {
    color: #d83c96;
    padding: 0;
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2em;
    margin: 0 0 20px 0;
}

#contenuActu p.chapeau {
    text-transform: none;
    font-size: 1.4em;
}

#contenuActu h3 {
    color: #8eb102;
    font-size: 1.3em;
    margin-bottom: 10px;
}

/*          @Navigation          
---------------------------------------- */

#menu a:hover, #menu a:active, #menu a:focus {
    text-decoration: none;
}

#menu ul {
    width: 189px;
}

#menu ul li {
    width: 189px;
    padding: 0;
    margin: 0;
    float: left;
    clear: both;
}

#menu ul li a {
    display: block;
    color: #ffffff;
    font-size: 1.5em;
    padding: 6px 0 9px 10px;
    width: 179px;
    background: url(../img/separateur-menu.png) no-repeat left bottom;
    font-weight:bold;
}

#menu ul li a:hover, #menu ul li a:active, #menu ul li a:focus, #menu ul li a.current {
    color: #e6ac23;
}

#menu ul li a.select {
    background: #ffffff;
    color: #000000;
}

#menu ul ul {
    width: 184px;
    margin: 10px 0 0 0;
}

#menu ul ul li {
    width: 184px;
}

#menu ul ul li a, #menu ul ul li a.select {
    color: #000000;
    width: 174px;
    font-size: 1.3em;
    line-height:1.2em;
    background: url(../img/separateur-sous-menu.png) no-repeat left bottom #ffffff;
    font-weight:normal;
}

#menu ul ul li a:hover, #menu ul ul li a:active, #menu ul ul li a:focus, #menu ul ul li a.select {
    background-color: #fbdbf4;
    color: #000000;
}


/*          @Formulaires          
---------------------------------------- */


#content form p {
line-height:1.3em;
margin:0 0 10px 0;
}

#content input.bouton {
background:url(../img/picto-fleche.png) no-repeat;
color: #d83c96;
font-family: Georgia, "Times New Roman", serif;
font-size:1.4em;
padding:0px 0px 5px 25px;
border:0;
margin:0;
text-align:left;
}

#content p.bouton {
margin:20px 0;
text-align:center;
}


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