body {
  background-color: #ffffff;
  color: #000000;
  font: normal 90% "arial", "helvetica", sans-serif;
}

a img {
  border: 0;
}

table caption {
	text-align: left;
  font-size: 1.4em;
  font-weight: bold;
}

.header {
	width: 650px;
	background-color: #cccccc;
  /* background-image: url(/images/header-background.gif); */
  /* background-repeat: repeat-x; */
  margin-bottom: 10px;
  padding: 0px;
  color: #777bb4;
}

.header img {
	float: left;
}

.colBody {
	vertical-align: top;
	width: 650px;
}

.contenu a {
  color: #0066cc;
  background-color: transparent;
  text-decoration: underline;
}

.contenu a:visited {
  color: #0066cc;
  background-color: transparent;
  text-decoration: underline;
}

.contenu a:hover {
  color: #dd0000;
  background-color: transparent;
}

.contenu h1 {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  color: #666666;
  background-color: #ffffff;
  border-bottom: solid 1px #777bb4;
}

.contenu h2 {
  color: #ff9a30;
  background-color: #ffffff;
}

.contenu h3 {
  color: #0066cc;
  background-color: #ffffff;
  font-weight: bold;
}

.contenu h3 a {
  color: #0066cc;
  background-color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

.contenu h3 a:hover {
  color: #dd0000;
  background-color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

.contenu h3 a:visited {
  color: #0066cc;
  background-color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

.imageGauche {
  float: left;
  margin: 0px 10px 10px 0px;
  border: 1px solid gray;
}

.contenu strong {
  color: #ff9a30;
  background-color: #ffffff;
}

.contenu table th {
  background-color: #474a6c;
  color: #ffffff;
}

.contenu table .cellSousTitre {
  background-color: #dddeed;
  color: #000000;
}

.contenu table .cellImpaire {
  background-color: #eaeaea;
  color: #000000;
}

.contenu table .cellPaire {
  background-color: #ffffff;
  color: #000000;
}

.contenu table .cellTitreLigne {
  font-weight: bold;
  vertical-align:top;
}

.colHook {
	display: none;
}

.hook {
	display: none;
}

.colFooter {
  text-align: center;
  vertical-align: top;
  width: 650px;
}

.footer {
	color: #777bb4;
  margin-top: 10px;
  background-color: #eeeeee;
}

.footer p {
  margin: 0;
  color: #666666;
  background-color: #eeeeee;
}

.colMenu {
	display: none;
	vertical-align: top;
}

.menu {
	display: none;
}

table {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 0.9em;
  border-bottom: solid 1px #777bb4;
}

.annonce {
	display: none;
}

.clients {
	display: none;
}

.important {
  color: #ff3030;
  background-color: #ffffff;
  font-weight: bold;
}

pre.code {
  width: 650px;
  padding: 7px;
  border: dashed 1px #aaaaaa;
  background-color: #efefef;
  color: #000000;
  overflow: visible;
  font-size: 110%;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}

pre.output {
  width: 90%;
  max-height: 300px;
  padding: 7px;
  border: solid 1px #aaa;
  background-color: #fff;
  color: #000;
  overflow: auto;
  font-size: 110%;
  margin-top: 10px;
  margin-bottom: 10px;
  clear:both;
}

.ariane {
  display: none;
}

.toplinks {
  display: none;
}

.fonctions {
	display: none;
}

.petit {
	font-size: 0.86em;
}

.noteDroite {
	clear: right;
	float: right;
	width: 300px;
  padding: 7px;
  border: dotted 1px #aaaaaa;
  background-color: #e5e6f1;
  color: #000000;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

.noteGauche {
	clear: left;
	float: left;
	width: 300px;
  padding: 7px;
  border: dotted 1px #aaaaaa;
  background-color: #e5e6f1;
  color: #000000;
  margin-left: 0px;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

.sections {
	float: left;
	width: 100%;
}

.section {
	float: left;
	width: 49%;
}

.section ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}

.section li {
	display: block;
	margin-bottom: 10px;
}

.section a.puce {
	position: relative;
  display: block;
  padding: 0 0 0 18px;
  background-image: url(http://www.un-programmeur-php.ca/images/puce_section.gif);
  background-repeat: no-repeat;
  background-position: 4px 0.3em;
  margin-right: 20px;
  text-decoration: none;
}

.section a.puce:hover{
	text-decoration: underline;
}

.section a.puce-titre {
	position: relative;
  display: block;
  color: #ff9a30;
  background-color: #ffffff;
  font-size: 1.6em;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
}

.section a.puce-titre:hover{
	text-decoration: underline;
}

.avatar {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* http://www.vertexwerks.com/tests/sidebox/ */

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(/images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}

.boxhead {
	background: url(/images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}

.boxhead h2 {
	background: url(/images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}

.boxbody {
	background: url(/images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}