/********* Les grandes balides HTML *********/
html, body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #000;
	background-color: transparent;
	background-image: none;
}
a {
	font-weight: bold;
	color: #F50;
}
acronym {
	color: #395;
	border-bottom: 1px dotted;
	cursor: help;
}
hr {
	background: url(../hr.png) no-repeat center;
	height: 10px;
	width: 37px;
	border: 0px none #FFF;
	margin: 0.5em auto;
}
pre {
	text-align: left;
	color: red;
}
blockquote {
	background-color: #FEB;
	margin: 1em;
	padding: 0.5em;
	border: 1px solid #FD4;
	display: block;
	color: #600;
}
blockquote p {
	text-indent: 1.5em;
	margin: 0;
	padding: 0;
	text-align: justify;
}
blockquote h5 {
	background: none;
	border-bottom: none;
	width: auto;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: justify;
	color: #900;
}
blockquote h5:first-letter {
	text-transform: capitalize;
	font-weight: bolder;
	font-size: 1.3em;
	color: #600;
}
* q { quotes: "\00AB\ " " \00BB" "\201C\ " " \201D"; }
/*q[lang=en] { quotes: "\201C" "\201D" "\2018" "\2019"; }*/
em.souligne {
	font-style: normal;
	text-decoration: underline;
}


/************* STRUCTURE de la page *************/
#page {
	width: 100%;
}
#header {
	margin: 0;
	padding: 0;
	/*
	background-color: #CC0000;*/
}
#menuAccessi,#header form#style_switcher *,#header form#recherche *,#menu,#infos,#pieddepage ul,#contenu a.retour, #contenu a.retour_minimenu {
	display: none;
}
	#logo {
		display: block;
		float: left;
		margin: 0 2px 0 0;
		padding: 0;
		width: 81px;
		height: 158px;
	}
	#ephemeride {
		float: left;
		text-align: left;
		vertical-align: top;
		margin: 10px;
		width: 80%;
	}
	#ariane {
		float: left;
		margin: 10px;
		padding: 0;
		width: 80%;
	}
	#tree {
		float: left;
		margin: 0;
		padding: 0;
	}
	
#contenu {
	float: none;
	width: 100%;
}

#pieddepage {
	clear: both;
	border-top: 1px solid #666;
	margin: 2em 0 0 0;
	padding: 0.5em 0 0 0;
	font-size: 80%;
	text-align: center;
}

/*** LOGO ***/
#logo a img {
	border: 0;
}


/*** Fil d'Ariane ***/
p.tree_titre {
	float: left;
	margin: 0;
	padding: 0;
}
ol#tree li {
	display: inline;
	padding-right: 0.5em;
	list-style: inside url(../tree.png);
}
ol#tree li:before {
	content: "\00bb  ";
}
ol#tree li:first-child:before {
	content: "";
}
/* Tous les IE: */
* html ol#tree li {
	background: url(../tree.png) no-repeat 0;
	padding: 0 0.5em 0 1em;
	margin: 0 1em 0 -1em;
}
/* Win IE browsers - hide from Mac IE */
* html ol#tree {
	height: 1%;
}
* html ol#tree li {
	display: block;
	float: left;
}
/* Mac IE 5 */
* html ol#tree li:first-child {
	background-image: none;
}


/*** Zone de CONTENU ***/
/*GROS Titre de la page*/
#contenu h2 {
	font-size: 24pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #395;
	margin: 3%;
	padding: 12pt;
	border: 1px solid #FB2;
	background-color: transparent;
}
#contenu ol#menu_article {
	margin: 0 1em;
	padding: 0.5em;
	border: 1px dashed #AAA;
	background-color: transparent;
}
#contenu ol#menu_article li {
	list-style: decimal inside;
	margin: 0;
	padding: 0 0 0 0.2em;
}
#contenu ol#menu_article li a {
	text-decoration: none;
	color: #000;
	margin: 0;
	padding: 0 0 0 0.2em;
}
#contenu h3 {
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #666;
	margin: 20pt 0 16pt 0;
	padding: 0 0 0 30px;
	background: transparent url(../h3_article.png) no-repeat top left;
	border-top: 1px dashed #FB2;
	clear: both;
}
#contenu h3:first-letter {
	text-transform: capitalize;
	text-decoration: none;
	font-size: 24pt;
	font-weight: bolder;
	color: #395;
}
#contenu h4 {
	background: transparent url(../puce_orange.png) no-repeat left;
	text-decoration: none;
	font-size: 16pt;
	font-weight: bold;
	color: #395;
	margin: 18pt 0 12pt 0;
	padding: 0 0 0 18pt;
	border-bottom: 1px #FB2 solid;
	display: block;
	width: 97%;
	float: left;
}
#contenu p {
	text-align: justify;
	padding-left: 12pt;
}
#contenu img {
	margin: 10pt;
	max-width: 98%;
}
#contenu img.left {
	float: left;
}
#contenu img.right {
	float: right;
}
#contenu img.none {
	float: none;
}
* html #contenu ul {
	text-indent: 1.5em;
}
#contenu ol {
	list-style: decimal;
	margin-top: 0.3em;
	margin-left: 1.5em;
}
#contenu ul li {
	list-style-image: url(../puce_grise.png);
	margin-top: 0.3em;
	margin-left: 1.5em;
}
* html #contenu ul li {
	margin-left: -1.5em;
}
/* Pour les pièces jointes */
ol.download {
	display: block;
	clear: left;
	background: none;
	border: none;
	margin: 5pt;
}
ol.download li {
	list-style-type: upper-alpha;
	margin-left: 12pt;
}
/*********************** Pour les Praticiens ************************/
#contenu ul.alphabetique {
	width: 100%;
}
#contenu ul.alphabetique li {
	display: inline;
	list-style: none;
	margin: 10pt 2pt 12pt 0;
}
/*** pour les fiches des praticiens *********************** A MODIFIER une fois style.css FINI ************************/
ul#fiche {
	border: 1px solid #000;
	background-color: transparent;
	position: relative;
	width: 400px;
	margin: 1em auto;
	padding: 0;
}
ul#fiche li {
	list-style: none;
	list-style-image: none;
	display: block;
}
ul#fiche li.pspe {
	font-size: 18pt;
	font-weight: bolder;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	border-bottom: 1px solid #000;
	background-color: transparent;
	margin: 0;
	padding: 10pt;
}
ul#fiche li.pnom {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	margin: 8pt 8pt 10pt 8pt;
}
ul#fiche li.ptel, ul#fiche li.pfax, ul#fiche li.pmel, ul#fiche li.pwww, ul#fiche li.pdivs, ul#fiche li.pconv {
	margin: 0 6pt 8pt 6pt;
	padding-left: 22px;
	background: transparent no-repeat top left;
}
ul#fiche li.ptel {
	background-image: url(../phone.png);
}
ul#fiche li.pfax {
	background-image: url(../fax.png);
}
ul#fiche li.pmel {
	background-image: url(../at.png);
}
ul#fiche li.pwww {
	background-image: url(../web.png);
}
ul#fiche li.pdivs {
	background-image: url(../paper.png);
}
ul#fiche li.pconv {
	background-image: url(../euro.png);
}
/* Pour la liste de recherche */
li.list_find {
	list-style-type: decimal;
	margin-bottom: 1em;
}



/*** zone de PIED DE PAGE ***/
#pieddepage p.copyright {
	color: #AAA;
	margin: 0;
}

/* Affiche plus de détails pour l'impression */
a[rev=bookmark]:after {
	content:" ["attr(href)"]";
}
acronym:after {
	content:" ("attr(title)")";
}
img[longdesc]:after {
	content:"\A (description de l'image : "attr(longdesc)")";
}


/*** Formulaire ***/
input, textarea {
	border-width: 1px;
	border-color: #CCC;
}
input[type], textarea[name] {
	background: #EEE;
}
input[type=submit], input[type=reset] {
	background: #BBB;
	color: #000;
}
input[type=submit]:hover {
	background: #999;
	color: #FFF;
}


/*** Divers ***/
.invisible {
	display: none;
}
div hr {
	text-align: center;
}
hr.space {
	margin: 0;
	padding: 0;
	clear:both;
	height:0;
	visibility: hidden;
}
.maj {
    text-transform: uppercase;
}
.cap {
	text-transform: capitalize;
}

