/* Feuille de style de Grenadine.net', par Nade */
/* Nom de la feuille de style : stylgrenadine.css */


BODY,TABLE, P  {
font-family: Verdana, sans-serif;
font-size: 95%;
color: black;
text-align: left;
font-weight: normal;
}

H1 {
color: #007171;
font-size: 200%;
border-bottom: 2px solid;
font-weight: normal;
}

H2 {
color: #D8780A;
font-size: 1.2em;
font-weight: bold;
}

H3 {
color: #3C4A80;
font-size: 0.9em;
text-decoration: underline;
}

H4 {
color: #3C4A80;
}

P.tableau {
text-align: left;
}

P.exemple {
color: #000000;
text-align: left;
font: 12pt Verdana,sans-serif;
}

P.pour {
color: #000000;
}

P.code {
color: #006400;
font-weight: bold;
}

TD.menudroite {
text-align: left;
}

TD.causes {
text-align: center;
}

EM {
font-weight: bold;
background: #FFD700;
 }

EM.petit {
font: 8pt Arial, Helvetica, sans-serif;
color: #414EBE;
font-weight: bold;
background: #F7ECDB;
}

A.top:link {
font-weight: bold;
text-decoration: none;
color: white;
}

A.top:active {
font-weight: bold;
text-decoration: none;
color: #AA7DB8;
}

A.top:visited {
font-weight: bold;
text-decoration: none;
color: white;
}


A.top:hover {
font-style: normal;
font-weight: bold;
text-decoration: none;
color: #AA7DB8;
}

A:link {
font-weight: normal;
text-decoration: none;
color: white;
}


A:visited {
text-decoration: none;
color: white;
}

A:hover {
font-style: normal;
text-decoration: none;
color: #AA7DB8;
}

A:active {
text-decoration: underline;
color: #AA7DB8;
}

A.liens:link {
font-size: 100%;
text-decoration: none;
color: blue;
}

A.liens:visited {
text-decoration: none;
color: green;
}

A.liens:hover {
font-style: normal;
text-decoration: underline;
color: #9966CC;
}

A.liens:active {
font-weight: bold;
text-decoration: underline;
color: #9966CC;
}

A.droite:link {
	font-weight: normal;
	text-decoration: none;
	color: #7B498A;
	padding-bottom: 1.5em;
}

A.droite:visited {
	font-weight: normal;
	text-decoration: none;
	color: #6BBF9B;
	padding-bottom: 1.5em;
}

A.droite:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #30875E;
}

A.registre:link {
	font-weight: normal;
	text-decoration: none;
	color: white;
}

A.registre:visited {
	font-weight: normal;
	text-decoration: none;
	text-decoration: underline;
	color: white;
}

A.registre:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #000066;
}

.centre {
text-align: center;
}

.francais {
color: #0000FF;
}

.anglais {
color: #FF0000;
}

SPAN.stabylo {
font-family: Arial, sans-serif;
font-size: 10pt;
font-weight: bold;
color: black;
}

tr {
font-weight: normal;
margin: 12px 12px 12px 12px;
padding: 6px 6px 6px 6px;
}

.headers {
font-size: 14pt;
color: black;
background: #EAC396;
}

.items {
text-decoration:none;
font-size: 10pt;
color: Black;
}
	  
.itemsbold {
text-decoration:none;
color:#336991;
font-weight: bold;
}

BLOCKQUOTE {
background: #EFD6AD;
font-family: Arial;
font-size: 10pt;
font-weight: bold;
color: Black;
padding: 4px;
	
}

I {
background: #FFCC00;
color: Black;
font-style: normal;
}

OL {
list-style-type : upper-alpha;
}

UL {
	list-style-type: disc;
}

LI {
	margin-top: 6px;
}

A.linkex:link {
	font-size: 8pt;
	font-weight: normal;
}

A.linkex:hover {
	font-size: 8pt;
}

A.linkex:visited {
	font-size: 8pt;
	font-weight: normal;
}

//*Code servant à l'exemple de la création de boutons CSS dans la boîte à outils *//

A.men {
border-width: 2px;
width: 140px;
padding: 2px;
border-style: inset;
background-color: #FDF0D0;
}

A.men:HOVER {
border-width: 2px;
border-style: outset;
color: #D74646;
background-color: #FDF0D0;
padding: 2px;
text-decoration: none;
width: 140px;
}

A.men:VISITED {
color:  #327832;
padding: 2px;
width: 140px;
border-style: inset;
background-color: #FDF0D0;
}

A.menv {
  text-decoration: none;
  text-align: center;
  background-color: Green;
  color: #fff;
  display: block;
  width: 10em;
  border: 2px inset;
  padding: 0.25em;
  margin: 0.5em auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

A.menv:HOVER {
  border: 2px outset;
  background-color: Lime;
  color: #000;
}

//*Code pour l'exemple des lettrines *//


p.lettrine:first-letter {
	font-family: Times New Roman;
	font-size:240%;
	font-style:italic;
	font-weight:bold;
	float:left;
	color:#943039;
}


A.txtbut {
  text-align: left;
}