@import url("../arbre/header.css");
@import url("orange.css");
	

/* -- Positionnement -- */
#content {
	text-align: left;
	line-height: 1.2em;
	margin: 0 auto;
	padding: 0.8em;
	width: 50em;
	}
#clear {
	clear: both;
	}

/* Metadocs */
#metadocs {
	text-align: right;
	font-size: .9em;
	margin: 0 0 2em 0;
	}

/* -- Styles generaux -- */
/*#content h2 {
	border-bottom: 1px solid #4C4130;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 0.08em;
	margin: 1.2em 0 0.5em 0;
	padding: 0 0 0.5em 0;
	line-height: 1.2em;
	width: 100%;
	}
	*/
#content h2 {
  border-bottom-color: #4C4130;
  font-size: 1.6em;
  margin: 1.2em 0 .3em 0;
  padding: 0 0 .4em 0;
  }
#content dl {
  margin-top: 0.5em;
  }
#content dt {
  font-size: 0.8em;
  color: #666;
	clear: left;
	display: block;
	float: left;
	font-weight: normal;
	margin: 0 .5em 0 0;
	text-align: right;
	text-transform: lowercase;
	width: 12em;
	}
#content dd {
  color: #000;
  margin: 0 0 .8em 10.5em;
  }
#content dd p.detail {
  color: #777;
  font-size: 0.9em;
  margin: 0;
  padding: .2em 0 0;
  }
#content strong {
  font-weight: bold;
  }
#content em {
	font-style: italic;
	}
#content .sup {
	font-size: 0.8em;
	position: relative;
	left: 0;
	bottom: 0.3em;
	}
#content .smallCaps {
  font-size: .8em;
  text-transform: uppercase;
  }

/* -- Entete -- */
#content h1 {
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	clear: both;
	padding: 1.2em 0 .5em 0;
	margin: 0;
	}
#content h1 .amp {
  font-style: italic;
  font-size: 1.1em;
  font-weight: normal;
  padding: 0 .1em;
  }
#content h3 {
	font-size: 1em;
	line-height: 1.1em;
	font-variant: normal;
	font-weight: normal;
	margin: 0;
	}
#entete {
	margin-top: 0em;
	padding-top: 1px;
	}
#entete p.nom,
#entete p.adresse,
#entete p.courriel,
#entete p.telephones,
#entete p.age,
#entete p.siren {
  margin: 0 0 .6em 0;
	line-height: 1.5em;
	}
#entete p.siren {
  padding-left: 42px;
  }
#entete .nom {
  color: #000;
	font-size: 1.2em;
	margin: .5em 0 .5em 0;
	font-weight: normal;
	font-style: italic;
	}
#entete .gauche {
	float: left;
	text-align: left;
	padding: 0 3.5em 0 0;
	}
#entete .droite {
	float: right;
	text-align: left;
	padding-left: 0;
	margin-top: 2em;
	}

/* -- Images d'entete -- */
#entete .age img,
#entete .courriel img,
#entete .adresse img {
	float: left;
	padding: 0 2px;
	margin-right: 8px;
	}

/* -- Photo -- */
#photo {
  display: none;
	float: right;
	margin: 0;
	padding: 0 0 0 20px;
	border: 0;
	}
#photo img {
	border: 1px solid #bbb;
	height: 6em;
	}

/* Dispo */
#dispo {
  background: #f4f3f2;
  border: 1px solid #CC5500;
  border-radius: 5px;
  color: #555;
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 1em;
  line-height: 1.4em;
  margin: 1.5em 0 2em;
  padding: .5em;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  }
#dispo strong {
  color: #000;
  font-style: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0 .1em;
  }
