﻿/* :::::::::::::::::::::::: MASQAGE DES ELEMENTS NON-IMPRIMABLES */
#top .satellites,
form,
pre,
.illustration,
#left,
#footer,
.nav_pages,
.btn_avis,
.suite,
.pagination,
.horschamp{
	display:none;
}
/* ::::::::::::::::::::::::::::::::::: INITIALISATION DES STYLES */
body{
	font-family:times, serif;
	background:#fff;
	color:#4c4c4c;
	padding:0;
	margin:0;
	font-size:10pt;
}
body *{
	padding:0;
	margin:0;
	border:none;
}
a{
	color:#4c4c4c;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    font-family:verdana, arial,sans-serif;
    page-break-after:avoid;
}
.clear{
	clear:both;
}
.center{
	text-align:center;
}
.left{
	float:left;
	margin-right:15pt;
}
.right{
	float:right;
	margin-left:15pt;
}
.important,
.important a{
	color:#ec9201;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::: PAGE */
#top .logo{
	float:left;
	margin-right:2em;
	margin-bottom:15pt;
}
#top .edito{
	margin-bottom:20pt;
}
#top .edito h2{
	font-size:14pt;
	color:#ff591f;
	margin-bottom:20pt;
	clear:both;
}
/* fil d'ariane */
#center .fil{
	font-size:9pt;
}
#center p{
	margin-bottom:15pt;
}
#center ul,
#center ol{
	margin-left:15pt;
}
#center ol{
	list-style-position:inside;
}
#center li{
	margin-bottom:10pt;
}
#center li ul{
	margin-top:10pt;
}
#center h2{
	font-size:14pt;
	color:#ff591f;
	margin-bottom:20pt;
}
.accueil #center h2{
	font-size:14pt;
	color:#ff591f;
	margin-bottom:10pt;
}
#center h3{
	font-size:13pt;
	color:#ff591f;
	padding-bottom:5pt;
	border-bottom:2px solid #ff591f;
	margin:20pt 0 15pt 0;
	clear:both;
}
#center h4{
	font-size:12pt;
	color:#202020;
	padding-bottom:3pt;
	border-bottom:1px solid #202020;
	margin:15pt 0 10pt 0;
	clear:both;
}
#center h5{
	font-size:11pt;
	color:#202020;
	margin:10pt 0 7pt 0;
}
#center h6{
	font-size:10pt;
	color:#ff591f;
	margin:10pt 0 7pt 0;
}
#center .meta{
	font-size:12pt;
	font-weight:bold;
	color:#ff591f;
	margin-top:-15pt;
}
#center p a:after,
#center li a:after{
	content: " (" attr(href) ") ";
}
/* contenu editorial => encart */
#center .encart h3{
	border:0;
	padding:0;
	margin-bottom:5pt;
}
#center .encart .content{
	padding:10pt;
	padding-top:15pt;
	border:1px solid #ff591f;
}
/* contenu editorial => tableaux */
#center table{
	margin:15pt 0;
	width:99%;
	border-collapse:collapse;
	border:1px solid #ff591f;
	page-break-inside:avoid;
}
#center table caption{
	text-align:left;
	color:#ff591f;
	font-weight:bold;
	font-size:12pt;
	margin-bottom:15pt;
}
#center table thead {
	display: table-header-group;
}
#center table th{
	background: #ff591f;
	padding:10pt 5pt;
	text-align:center;
	color:#fff;
}
#center table td{
	font-size:9pt;
	border-left:1px solid #ff591f;
	border-right:1px solid #ff591f;
	border-bottom:1px solid #ff591f;
	padding:5pt;
}
#center table.marche {
	border:0;
	text-align:center;
}
#center table.marche a{
	color:#4c4c4c;
}
#center table.marche td{
	border:0;
	padding:0.8em 0.5em;
}
#center table.marche td.intitule,
#center table.marche td.intitule a{
	text-align:left;
	color:#00a1ab;
	font-weight:bold;
	font-size:10pt;
}
#center table.marche tr.highlighted{
	background:#ccedef;
}
#center table.marche th{
	background:#00a1ab;
	font-size:9pt;
}
/* contenu editorial => page de compilation d'articles */
#center .bloc{
	margin-bottom:20pt;
	clear:both;
}
#center .marche .bloc{
	border-bottom:1px solid #d3d3d3;
	padding-bottom:15pt;
	margin-top:15pt;
}
#center .bloc .meta{
	margin:0;
	font-weight:normal;
	color:#4c4c4c;
	font-size:10pt;
}
#center .bloc h3,
#center .bloc h4 {
	color:#4c4c4c;
	font-size:12pt;
	padding:0;
	margin:0 0 5pt;
	border:0;
}
#center .marche .bloc h4{
	color:#00a1ab;
}
#center .bloc dl{
	margin-bottom:10pt;
}
#center .bloc dt{
	float:left;
	margin-right:10pt;
}
#center .bloc dd{
	color:#4c4c4c;
	font-weight:bold;
	margin-bottom:5pt;
}
#center .bloc .documents{
	margin-left:0;
}
/* contenu editorial => sitemap */
#center .article.sitemap ul{
    margin-left:0;
}
#center .article.sitemap ul ul{
    margin-left:15pt;
}
#center .article.sitemap li a:after{
    content:"";
}
#center .article.sitemap h3{
    border:0;
    margin:5pt 0;
    color:#ff591f;
}
#center .article.sitemap h3 a{
    color:#ff591f;
}
/* contenu editorial => recherche */
#center .search form{
	display:block;
}
#center .search form input{
	display:none;
}
#center .search form .bloc{
	display:block;
}
#center .article.search input.text{
    float:left;
    margin:0.1em 2em 0;
}
#center .article.search .submit{
    float:left
}
#center .article.search .resultat {
	margin-top:3em;
	border-bottom:2px solid #FF591F;
	clear:both;
	color:#FF591F;
	font-size:1.4em;
	padding-bottom:0.1em;
	font-weight:bold;
}
#center .article.search .bloc{
    background: url(../images/bkgd/filet_point_gris.png) repeat-x bottom ;
    padding-bottom:0.5em;
    margin-top:0.5em;
}

#center .pertinence {
	text-align:right;
}

