﻿/* ::::::::::::::::::::::::::::::: ELEMENTS NON AFFICHES */
#header .satellites,
#header .main_nav,
#header .tools ul,
.lien_vue,
.lien_bloc,
#left,
#right,
#chapo .pano,
#chapo .visio,
#diaporama,
.pagination,
.lien_retour,
#footer .sitemap,
#footer .web2,
#footer .satellites li,
form,
.btn,
#sites_affinitaires_accordion,
.nav_caroussel,
.horschamp,
.boutons_top_right,
#debug{
	display:none;
}
/* ::::::::::::::::::::::::::: INITIALISATION DES STYLES */
body{
	font-family:times, serif;
	background:#fff;
	color:#000;
	padding:0;
	margin:0;
	font-size:10pt;
}
body *{
	padding:0;
	margin:0;
	border:none;
}
a{
	color:#000;
	text-decoration:none;
}
h2,h3,h4,h5,h6,h7 {
    font-weight: bold;
    font-family:arial, verdana, sans-serif;
    page-break-after:avoid;
}
/* ::::::::::::::::::::::::::::::::::::::::  BANDEAU HAUT */
/* ///////// bandeau et titre */
#header .titre_site h2{
	float:left;
    margin:0 1em 0 0;
}
#header .titre_site #slogan{
	float:left;
    width:65%;
    margin-bottom:10pt;
}
/* fil d'ariane */
#header #breadcrumbs{
	font-size:9pt;
}
/* ::::::::::::::::::::::::::::::::::::  PARTIE CENTRALE */
/* ||||||||||||||| Chapeau */
#chapo{
    margin-bottom:1em;
    overflow:hidden;
    clear:both;
}
/* titre, sous-titre et meta */
#content h2{
    color:#00a6a0;
    font-size:14pt;
    margin:20pt 0 15pt 0;
}
#content .sous_titre{
    color:#00a6a0;                                                         
    font-weight:bold;
    font-size:12pt;
    margin-bottom:0.5em;
}
#chapo .meta{
    color:#000;                                                         
    margin-bottom:1em;
}
/* texte chapo */
#chapo .intro{
    font-size:12pt;
    margin-bottom:1.5em;
    margin-top:1em;
}
#chapo .intro_diapo #descr_more{
    display: none;
}
/* cartographie dans le chapo */
#chapo .carto div{
    border:1px solid #e4e4e4;
}
#chapo .carto div div{
    border:1px solid #fff;
}
#chapo .carto div div div{
    border:0;
}
/* ||||||||||||||| General */
#center h3{
    color:#00a6a0;
    font-size:13pt;
    margin:00 0 0.5em 0;
}
#center h3 a{
    color:#00a6a0;
}
/* ||||||||||||||| Pages article */
#center .article h3{
    margin:1.5em 0 1em 0;
    clear:both;
}
#center .article h4{
    font-size:12pt;
    margin:1.2em 0 0.4em 0;
}
#center .article .infos h4{
    font-size:10pt;
    margin-top:0;
}
#center .article h5{
    font-size:11pt;
    margin:1.2em 0 0.4em 0;
    color:#00a6a0;
}
#center .article h6{
    font-size:10pt;
    margin:1.2em 0 0.4em 0;
    color:#000;
}
#center .article p,
#center .article ul,
#center .article ol{
    margin-bottom:1em;
}
#center .article ul li{
    padding-left:12pt;
    overflow:hidden;
}
#center .article a{
    color:#F7A70E;
}
#center .article blockquote{
    margin:1em 3em;
    font-style:italic;
}
#center .article blockquote .hide{
    display:none;
}
#center .article .address a{
    display:block;
}
#center .article .address a:after{
    content:" ["attr(href)"] ";
}
/* tableaux */
#center .article table{
    border:1px solid #e4e4e4;
    width:100%;
    margin-bottom:1em;
    border-collapse:collapse;
}
#center .article table p,
#center .article table ul,
#center .article table ol{
    margin:0;
}
#center .article table th,
#center .article table td{
    border:1px solid #e4e4e4;
    padding:0.5em;
}
#center .article table th{
    color:#00A6A0;
    font-weight:bold;
}
/* illustrations */
#center .article .illustration{
    border:1px solid #e4e4e4;
}
#center .article .illustration img{
    border:1px solid #fff;
}
/* bloc "en savoir plus" */
#center .article .bloc_plus{
    border:1px solid #e4e4e4;
    color:#717171;
    font-size:0.9em;
    font-weight:bold;
    padding:1.5em 1.5em 0 1.5em;
    margin:2em 0;
}
#center .article .bloc_plus.half{
    width:235px;
    margin-top:0;
    margin-bottom:0;
}
#center .article .bloc_plus h3{
    font-size:12pt;
    margin-top:0;
}
#center .article .bloc_plus strong{
    color:#00A6A0;
    font-size:1.1em;
}
/* positionnement des éléments */
#center .article .left{
    float:left;
    margin-right:14pt;
}
#center .article .right{
    float:right;
    margin-left:14pt;
}
#center .article .center{
    Text-align:center;
    margin:0.5em 14pt;
}
#center .article .col{
    width:40%;
}
/* ||||||||||||||| Pages listing */
/* vues résumées => général */
#center .vue{
    margin-bottom:1em;
    overflow:hidden;
}
#center .vue .vignette{
    float:left;
    margin-right:14pt;
    border:1px solid #e4e4e4;
    display:block;
}
#center .vue .desc {
    color:#717171;
}
#center .vue .vignette img{
    border:1px solid #fff;
}
.vue .meta{
    font-size:0.9em;
    font-weight:bold;
    color:#000;
}
.vue .meta a{
    color:#000;
}
/* |||||||||||||||||||||| BLOCS */

/* ::::::::::::::::::::::::::::::::::::::::::::  FOOTER */
#footer{
	clear:both;
	text-align:left;
	border-top:1px solid #ccc;
	font-size:8pt;
	padding:10pt 0;
}
#footer li.copyright{
	display:block;
    float:right;
}
