@charset "iso-8859-1";
/* CSS Document */
/* impression de l'offre depuis le bouton du naviaateur (la feuille "print-offre-page.css" s'occupe de la page spéciale qui s'ouvre en cliquant sur le bouton imprimer dans la page) */
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;
}
#banniereHt,
ul#menu,
#rechercheThematique,
#rechercheRapide,
#colGch,
#colDrt,
#pied,
.boutons   {
	display:none;
}

#contenu {
	
	
}
#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;
}
.cadre {
border:1px solid #BFBFBF;
clear:both;
margin:5px 0 8px;
overflow:hidden;
padding:8px;
}
.cadre h3 {margin-top:0;}
.cadre a, .cadre strong {text-decoration: none; color:#000000;font-weight: normal;}
table {	width: 18cm;}
table caption {	display:none;}
table th {
background-color:#F2F2F2;
font-weight:bold;
line-height:24px;
padding-left:10px;
padding-right:6px;
text-align:left;
vertical-align:middle;
}

table td {padding-left:10px;
padding-right:6px;line-height:24px;}

.logo {
border:10px solid #FFFFFF;
float:left;
}
