/* CSS Document */

/***  MISE EN FORME DES PAGES LETTRES D'INFORMATIONS & CODE COULEUR  ***/

/*Mise en forme du premier bloc couleur vert*/
	#info {	
	color: black;
	background: #C6E2B7;
	margin: 0;
	padding: 1em;
}
/*Mise en forme des blocs suivants*/
  p.titre {
  background: #FFB03C;
  color: black;
  font-weight: bold;
  padding:.2em .3em;
  font-size:1em;
  border:2px outset #FF9900;
  position:relative;
  margin-bottom:-1em;
  width:15em;
  margin-left:1em;
  margin-top:1em;
}

fieldset {
  border:5;
  margin-bottom:1em;
  width:98%;
  padding-top:1.5em;
}

/* fieldset bloc */
fieldset#bloc {
  background: #F0F0F0;
  border:outset  #C6C6C6;
}


/*Mise en forme des blocs code couleur (rouge, orange et vert)*/

/*vert*/

p.titrevert {
  background: #4BA42E;
  color: black;
  font-weight: bold;
  padding:.2em .3em;
  font-size:1em;
  border:2px outset #4BA42E;
  position:relative;
  margin-bottom:-1em;
  width:15em;
  margin-left:1em;
  margin-top:1em;
}

/* fieldset bloc */
fieldset#blocvert {
  background: #F0F0F0;
  border:outset  #4BA42E;
}

/*orange*/

p.titreorange {
  background: #F67210;
  color: black;
  font-weight: bold;
  padding:.2em .3em;
  font-size:1em;
  border:2px outset #F67210;
  position:relative;
  margin-bottom:-1em;
  width:15em;
  margin-left:1em;
  margin-top:1em;
}

/* fieldset bloc */
fieldset#blocorange {
  background: #F0F0F0;
  border:outset  #F67210;
}

/*rouge*/

p.titrerouge {
  background: #DF0504;
  color: black;
  font-weight: bold;
  padding:.2em .3em;
  font-size:1em;
  border:2px outset #DF0504;
  position:relative;
  margin-bottom:-1em;
  width:15em;
  margin-left:1em;
  margin-top:1em;
}

/* fieldset bloc */
fieldset#blocrouge {
  background: #F0F0F0;
  border:outset  #DF0504;
}
