/*** BALISES HTML ***/
body {
	text-align: center;
}
#bodyp {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	width: 17cm;
}
#titresite {
	padding: 0;
	text-align: center;
	border-bottom: 1pt solid #000;
}

#filarianne {
	padding: 0.1cm 0 0.2cm 0;
	text-align: left;
	color: #666;
}

#filarianne a:link, #filarianne a:visited, #filarianne a:focus, #filarianne a:hover{ color: #666; text-decoration:none;}

#contenu {
	padding: 0.1cm;
	text-align: justify;
	color: #000000;
	border: 1pt solid #eee;
	vertical-align:top;
}

#droite {
	padding: 0.1cm;
	text-align: justify;
	color: #000;
	border: 1pt solid #eee;
	vertical-align:top;
}

#gauche {
	padding: 0.1cm;
	text-align: justify;
	color: #000;
	border: 1pt solid #eee;
	vertical-align:top;
}

#contenu p {
  font-size:10pt;
  margin: 0 0.1cm 0 0.2cm;
}

#gauche p, #droite p{
  font-size:10pt;
  color: #000;
  margin: 0 0 0 0.1cm;
}

#contenu h1, #droite h1, #gauche h1 { 
	margin:0.2cm 0 0.2cm 0;
	padding: 0.2cm;
	font-size: 14pt;
	border:1pt solid #000;
	background:#eee;
}

#contenu h2, #droite h2, #gauche h2 {
	font-size: 12pt;
	font-weight:bold;
	margin:0.1cm 0 0.1cm 0;
	border-bottom:1pt dotted #000;
}

#contenu h3, #droite h3, #gauche h3 {font-size: 12pt;}

#contenu a img, #droite a img, #gauche a img {border: none;}

#contenu a:link, #contenu a:visited, #contenu a:focus, #contenu a:hover{ color: #666;}

#gauche a:link, #gauche a:visited, #gauche a:focus, #gauche a:hover{ color: #666;}

#droite a:link, #droite a:visited, #droite a:focus, #droite a:hover{ color: #666;}

#contenu .fond-gris {background : #eee;}

#contenu .txt-evidence, #gauche .txt-evidence, #droite .txt-evidence {font-weight:bold;}

#contenu .titre-elus {
	font-size: 24pt;
	font-weight:bold;
	color: #666;
}

#contenu .soustitre-elus {
	font-size : 14pt;
	padding-left : 260px;
	background: url("../images/3puces14.png") no-repeat 210px 50%;
}

#contenu .fonction-elus {
	padding-left : 255px;
	background: url("../images/4puces12.png") no-repeat 210px 2px;	
}

/*** Astuces pour valider les fichiers multimedia en XHTML 1.0 ***/
img.imgcachee {display:none;}

/*** hides the second object from all versions of IE ***/
* html object.contenu {
    display: none;
}

* html img.imgcachee {
display:inline;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.contenu/**/ {
    display: inline;
}

* html img.imgcachee/**/ {
    display: none;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.contenu {
    display/**/: none;
}

* html img.imgcachee {
    display/**/: inline;
}
