/*
REMISE A ZERO DES BALISES
*/

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none; /* Ceci stop automatiquement la fonction de l'iphone pour le redimentionnement de l'&eacute;cran et de la police de caractère */
	}
body{
	font-size: 62.5%; /* 62,5% est &eacute;quivalent à environ 1em ou 10px */
	}
ul, li, ol, dl, dd, dt{
	list-style:none;
	padding:0;
	margin:0;
	}
a { text-decoration:none; }
	
/*
CONTENU DU SITE
*/

	body { font-family: Arial, sans-serif; font-size: 14px; }
	h2 { font-size: 16px; }
	h3 { border-bottom:1px solid #6BBA70; }
	a:link,a:visited, a:active { }
	a:hover { background-color:#73880A; color:#ffffff;  }

#global { margin:0 auto; width:480px; }
#content { margin:20px 0 0 27px }
#content h1 { color:#a4d0d3; font-size:24px; font-style:italic; letter-spacing:-1px; padding:16px 0; }
#content h2 { color:#5f6768; font-size:12px; line-height:20px; margin-bottom:20px; }
#content h3 { color:#efa300; font-size:14px; font-weight:bold; margin:20px 0}

.bouton {
  padding:2px 3px 2px 3px;
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  line-height:20px;
  height:20px;
  background:url(images/bg.png) 0 0 repeat-x #363636;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 0 2px 2px #bcbcbc;
  -webkit-box-shadow: 0 2px 2px #bcbcbc;
  text-shadow: 0 -1px 1px #565656;
  position: relative; 
  cursor: pointer;
  }

.petit.bouton {
  font-size:10px;
  }
.moyen.bouton {
  font-size:12px;
  }
.grand.bouton {
  font-size:14px;
  padding:8px 12px 8px 12px;
  }
  

.noir.bouton {
  background-color:#444444;
  text-shadow: 0 -1px 1px #000000;
  }
.bleu.bouton {
  background-color:#1083d4;
  text-shadow: 0 -1px 1px #1083d4;
  }
.vert.bouton {
  background-color:#71b100;
  text-shadow: 0 -1px 1px #71b100;
  }
.orange.bouton {
  background-color:#e59210;
  text-shadow: 0 -1px 1px #e59210;
  }
.rouge.bouton {
  background-color:#ee361e;
  text-shadow: 0 -1px 1px #e59210;
  }
.violet.bouton {
  background-color:#c8298f;
  text-shadow: 0 -1px 1px #e59210;
  }
.argent.bouton {
  background-color:#C0C0C0;
  text-shadow: 0 1px -1px #cecece;
  }

