html { /*  document */
  font: 12px Arial, Helvetica, sans-serif;
  color: #330099;
  background: inherit;
}

body {
margin: 0;
font: 12px Arial, Helvetica, sans-serif;
color:black;
background-color:white;


}

a { /* lien */
  color: #0033CC;
  background: inherit;
  text-decoration: none;
}
a:hover { /* lien survolé */
  color: #FF3366;
  text-decoration: none;
  font-weight: bold;
  background-color: inherit; position: relative; top: 1px; left: 1px;
}

p { /* paragraphe */
  margin: 4px 0px;
}

h1 { /* titre niveau 1 */
	font-size: 34px;
	color: #CC0000;
	text-align: center;
 margin: 3px 0px;
}


h2 { /* titre niveau 2 */
	font-size:18px;
}
h3 { /* titre niveau 3 */
	font-size:16px;
}
h4 { /* titre niveau 4 */
	font-size:14px;
}



td.tete{
padding:0;
margin:0;
border-top: 10px ridge #FFCCCC;
border-right: 1px ridge #FFCCCC;
border-bottom: 10px ridge #FFCCCC;
border-left: 3px ridge #FFCCCC;
}

td.milieu{
padding:0;
margin:0;
border-bottom: 10px ridge #FFCCCC;
}

td.formu{
padding:0;
margin:0;
}

div.triangle {
padding:0;
margin:0;
border: 46px solid white; /* Tous les bords en blanc */
border-left-color: red; /* le bord de gauche en rouge */
height:0px; /* Hauteur de l'intérieur de la boîte pour Mozilla et consorts */
_height:92px; /* Pour IE, c'est la hauteur totale */
width:0px; /* Largeur de l'intérieur de la boîte pour Mozilla et consorts */
_width:92px; /* Pour IE, c'est la largeur totale */
_line-height: 0pt; /* force IE à supprimer la fonte */
}
