/*///////////// INITIALISATION DES STYLES */
body{
	font-family: verdana, arial,sans-serif;
	color: #092a2a;
	background: #fff;
	padding: 0;
	margin: 0;
	font-size: 10pt;
}
body *{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	color: #092a2a;
}
a,img{
	border:none;	
}
ul{
	list-style-type: disc;
	list-style-position: inside;
}
.center{
	text-align: center;
}
/*///////////// ELEMENTS NON IMPRIMABLES */
#top .carte,
#top .identification,
#top .search,
#top .zone1,
#top .zone2,
#left,
#right,
.zone3,
.plus_loin,
#center .article .pagination,
.clear,
.horschamps,
.diaporamaContainer,
.vrContainer,
.link,
.liensComplementaires,
.retour{
	display:none;
}
/*///////////// TOP */
#top h1 img{
	float:left;
	margin:0 25pt 5pt 0;
}
#top h1 .horschamps{
	display:block;
	font-size:10pt;
}
.fil{
	clear:both;
	font-size: 9pt;
	margin-bottom:15pt;
}
.fil span{
	font-weight: bold;
}
/*///////////// CENTRE */
#page #center .article {
	width:100%;;
}
/*  Styles génériques  */
#center h2{
	color: #1a8eff;
	font-size: 14pt;
	border-bottom: 1pt solid #1a8eff;
	margin: 15pt 0 10pt 0;
	padding-bottom: 2pt;
}
#center h3{
	color: #1a8eff;
	font-size: 13pt;
	border-bottom: 1pt dotted #1a8eff;
	margin: 10pt 0 7pt 0;
}
#center .article h4{
	color: #092a2a;
	font-size: 12pt;
	border-bottom: 1pt dotted #092a2a;
	margin: 7pt 0 5pt 0;
}
#center .article h5,
#center .article h6{
	color: #092a2a;
	font-size: 11pt;
	margin: 5pt 0 5pt 0;
}
#center .article p{
	margin-bottom: 5pt;
}
#center .article .important{
	font-weight: bold;
	color:#FF5500;
}
#center .article .left{
	float:left;
	margin: 0 15pt 10pt 0;
}
#center .article .right{
	float:right;
	margin: 0 0 10pt 15pt;
}
/*  Chapeau de la page  */
#center .article .chapo{
	border-bottom: 1pt solid #ccc;
	margin-bottom: 15pt;
	overflow:auto;
}
#center .article .chapo .maj{
	font-size: 9pt;
	text-align:right;
}
#center .article .chapo .ssmenu{
	margin-left:30%;
	list-style:none;
}
/*  Actualités  */
#center .article .actu{
	margin-bottom: 15pt;
	overflow:auto;
}
#center .article .actu .desc{
	margin-left:30%;
}
#center .article .actu h3{
	border:0;
	margin-top:0;
}
#center .article .actu h3 a{
	color: #1a8eff;
}
/*  Tableaux  */
#center .article .editorial table{
	margin: 10pt 0;
	font-size:9pt;
	width:100%;
	border-collapse:collapse;
}
#center .article .editorial table th,
#center .article .editorial table td{
	border:1pt solid #1A8EFF;
	padding:5pt;
	vertical-align:top;
}
#center .article .editorial table th{
	font-weight:bold;
	text-align:center;
	color:#1A8EFF;
	font-size:10pt;
	vertical-align:middle;
}
/* diaporama, pictos et VR*/
#center .article .pictos li{
	margin: 0 7pt 0 0 ;
	padding: 0;
	display: inline;
}
/*///////////// PACE D'ACCUEIL */
.accueil #center .actus .actus_une{
	display:none;
}
.accueil #center .actus .liens_actus{
	list-style:none;
}
.accueil #center .actus .liens_actus li{
	overflow:auto;
}
.accueil #center .actus .liens_actus img{
	float:left;
	margin-right:20pt;
	margin-bottom:20pt;
}
.accueil #center .actus .liens_actus a span{
	color: #1a8eff;
	font-size: 12pt;
	font-weight:bold;
}
.accueil #center .actus .liens_actus .desc .img{
	display:none;
}
