/*** major document sections
******************************************************************/
a:link, a:visited {text-decoration: underline;color: #005599;}
a:focus, a:hover {text-decoration: underline;color: #bfc0c1;}


h1 {
 padding: 55px 0 0 0;
}

	#actualite .fr h1{background: transparent url(/style/titre/fr/titre-actualites.gif) no-repeat;}
	#archive.fr h1{background: transparent url(/style/titre/fr/titre-archives.gif) no-repeat;}
	#presse.fr h1{background: transparent url(/style/titre/fr/titre-communi-ilsenparle.gif) no-repeat;}

h2 {
 font: bold 1.4em/1.0em 'Trebuchet MS', Arial, Helvetica, sans-serif;
 color: #005599;
 padding-bottom: 5px;
}

h3 {
 font: bold 1.2em/1em 'Trebuchet MS', Arial, Helvetica, sans-serif;
 margin-bottom: 0.5em;
}

    h3.mir {
      width: 100%;
      height: 20px;
      margin-bottom: 1em;
    }

h4 {
  color: #DE7045;
  font: bold 1.4em/1.2em 'Trebuchet MS', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 0.5em;
}

/*** body
*********************************/
body {
 background: #eeeeee;
 color: #000;
}

/*** fond
*********************************/
#fond {
 margin: 20px auto;
 width: 900px;
 border: 1px solid #444;
 background: #fff;
}

/*** page
*********************************/
#page {
 width: 853px;
 margin: 20px auto 10px auto;
}

	#actualite #page{background: #ecf1f4 url(/style/fond/fond-actualite.jpg) no-repeat left bottom;}
	#archive #page{background: #ecf1f4 url(/style/fond/fond-actualite.jpg) no-repeat left bottom;}
	#presse #page{background: #ecf1f4 url(/style/fond/fond-actualite.jpg) no-repeat left bottom;}

/*** header
*********************************/
#header{
 background: transparent url(/style/header/bandeau-pages.png) no-repeat;
 width: 853px;
 height: 145px;
 
 *background: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/header/bandeau-pages.png','sizing-method=scale');
 
}

#header .content{
 padding: 30px 0 0 0;
}

/*** main
*********************************/
#main {
 width: 100%;
 min-height: 365px;
}

#main .content {
 padding-top: 10px;
}

/*** footer
*********************************/
#footer {
 width: 853px;
 margin: 0 auto;
}

#footer .content {
}

#footer ul {
 width: 830px;
 padding-bottom: 20px;
 font: 1.1em/1.1em 'Trebuchet MS', Arial, Helvetica, sans-serif;
 text-align: center;
 float: left;
}

#footer li {
 float: left;
 letter-spacing: 1px;
 margin: 0 27px;
}

*html #footer li{margin: 0 32px;}

#footer a:link, #footer a:visited {text-decoration: none; color: #808080;}
#footer a:focus, #footer a:hover {text-decoration: underline;}

#footer img {float: left;}

#contact-print {
 display: none;
 margin-top: 30px;
 border-top: 1px solid #000;
 padding-top: 5px;
}

/*** nav-main
*********************************/
#nav-main {
/*  height: 16px; */
 border-top: 1px solid #005599;
 border-bottom: 1px solid #005599;
 margin-left: 332px;
 margin-bottom: 55px;
}

#nav-main  ul {
 position: relative;
 height: 16px;
 width: 520px;
 margin: 0 auto;
}

#nav-main li.section {
 float: left;
 position: relative;
/*  margin: 0 17px; */
 line-height: 1;
 text-align: center;
 text-transform: uppercase;
 border-right: 1px solid #005599;
 width: 129px;
}

#nav-main a.section {
 display: block;
 padding: 0px 10px 0 5px;
 font: 10px/16px 'Trebuchet MS', Arial, Helvetica, sans-serif;
 letter-spacing: 2px;
}

#nav-main a.section:link, #nav-main a.section:visited {
 text-decoration: none;
 color: #005599;
 background: transparent url(/style/triangle-droite.gif) no-repeat right 55%;
}

#nav-main a.section:focus, #nav-main a.section:hover {
 text-decoration: none;
 background: transparent url(/style/triangle-bas.gif) no-repeat right center;
}
 
#nav-main li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 0;
 padding-top: 18px;
 width: 100%;
 background: transparent url(/style/blank.gif);
}

#nav-main li li {
 padding-bottom: 3px;
 text-align: center;
 text-transform: none;
 font: 10px/11px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#nav-main li li a:link, #nav-main li li a:visited {text-decoration: none; color: #777;}
#nav-main li li a:focus, #nav-main li li a:hover {text-decoration: none; color: #005599;}


/*** colonne
*********************************/
#leftcol {
 width: 270px;
 float: left;
 text-align: left;
 padding: 0 10px;
}

#leftcol p{
 font-size: 1.1em;
 line-height: 1.4em;
 padding: 0 0 5px 0;
}

#leftcol .colx2{
 padding: 0 0 10px 0;
}

#rightcol {
 width: 540px;
 float: left;
 padding: 0 10px;
 text-align: left;
}

*html #rightcol{width: 530px;}

/*** article
*********************************/
dl.actu, dl.actualites{
 font-size: 1.2em;
 line-height: 1.4em;
}

#presse dl.actualites{
 float: left;
 margin-right:10px;
 margin-bottom: 10px;
}

dl.actu dt, dl.actualites dt{
 font-size: 1.1em;
 line-height: 1.3em;
 padding: 2px 0 10px 0;
}

dl.actu dd.vignette, dl.actualites dd.photo{
 float: left;
 margin: 0 5px 0 0;
}

dl.actu dd.suite {
 clear: both;
 border-bottom: 1px solid #005599;
}

img.photo-presse{
 float: left;
}


/*** a
*********************************/
a:link, a:visited {text-decoration: none; color: #005599;}
a:focus, a:hover {text-decoration: underline;}

/*** img
*********************************/


/*** p
*********************************/
p.alcool{
 text-transform: uppercase;
 text-align: center;
 color: #bfc0c1;
 margin: 0 0 10px 0;
}

p.legende{
 font: 1.0em/1.4em 'Trebuchet MS', Arial, Helvetica, sans-serif;
 font-style: italic;
}

/*** ul
*********************************/


/*** printer styles
******************************************************************/
@media print {
}


#parallax {
 position:relative;
 overflow:hidden;
 width:800px;
 height:300px;
}

