@charset "iso-8859-1";
/* CSS Document */
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body {
	margin: 0;
	padding: 0;
	color: #4D4D4D;
	background: white;
	font: 10pt "Times New Roman", Times, serif;
} 

/* principaux blocs de structure de la page */
#entete {
	margin-top: 0;
	height: 122px;
}
#logoSite {
	height: 122px;
}
#logoSite a {	float:left;
}
#logoSite a img { 
border: none;}
#logoSite #baseline {
	float:left;
	margin-left: 15px;
	margin-top: 15px;
	color: #999999;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
}

#conteneur {
	width: 18cm;
	margin: 1.5em auto;
	overflow: auto;
}
#banniereHt,
ul#menu,
#rechercheThematique,
#rechercheRapide,
#colGch,
#colDrt,
#pied,
.boutons,
.tailleTxt,
.dossierNav,
#entete menu  {
	display:none;
}
#ariane {
	margin-bottom: 9px;
}
#ariane a {
	color: #999;
	background: url(/style/img/chevron.gif) no-repeat 100% 5px;
	padding-right: 10px;
	margin-right: 2px;
}
#ariane strong {
	font-weight: normal;
	color: #CF1603;
}
h1 {
	font-size: 14pt;
	color: #CF1603;	
}
h2 {
	border-bottom:7px solid #A10709;
color:#4D4D4D;
font-size:14pt;
margin:0.75em 0;
padding-bottom:5px;
text-transform:none;
}
h2 strong {color: #CF1603;	
}
h3 {
	font-size: 12pt;
	color: #CF1603;	
	clear: both;
}

.cadre1 a, .cadre1 strong {text-decoration: none; color:#000000;font-weight: normal;}
ul.sommaire {
	list-style: none;
	padding: 0px;
}
ul.sommaire li {
	background: url(/style/img/puce-gris.gif) no-repeat 0px 4px;
	padding-left: 15px;
	margin: 5px 0;
}
ul.sommaire li.on {
	background: url(/style/img/puce-rouge.gif) no-repeat 0px 4px; margin-left: 15px;}
#sommaireDossier cite {
	border-top: 1px solid grey;
display:block;
font-style:normal;
margin-top:0px;
text-align:right;
}
