/* Largeur de page maxi		= 750 */
/* Largeur colonne gauche	= 170 */
/* Reste					= 580 */


body 	{
	background-image: url(images/fond.jpg); 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	scrollbar-face-color: #63a5ff;
	scrollbar-track-color: #c6ffff;
	scrollbar-arrow-color: #ffff00;	
	scrollbar-shadow-color : #0000c8;
	scrollbar-highlight-color: #21dede;
	scrollbar-3dlight-color: #ffff00;
	scrollbar-darkshadow-color: #000033;
	}
input	{
	background-color:#ffde79; // Orange
	font-weight:bold;
	border-color:#9de166 #9de166 #b6e98b #b6e98b;
	} 
select	{
	background-color:#ffde79;
	border-color:#9de166 #9de166 #b6e98b #b6e98b;
	} 
textarea
	{
	background-color:#ffde79;
	scrollbar-face-color: #84da3d;
	scrollbar-track-color: #b6e98b;
	scrollbar-shadow-color : #b6e98b;
	border-color:#9de166 #9de166 #b6e98b #b6e98b;
	} 

/**************************/
/* Classes à standardiser */
/**************************/
.important		{  font-family: Verdana; font-size: 10pt; font-weight: bold; color: #CC0099}
.titrepage		{  font-family: Georgia, "Times New Roman", Times, serif; font-size: 24pt; text-align: center; color: #FFFFFF; background-color: #000099}
.liens			{ font-size: 12pt}
.liens2			{ font-family: Goudy Old Style; font-size: 10pt}
.liens3c		{ font-family: Goudy Old Style; font-size: 12pt; text-align: center}
.liens5			{ font-family: Goudy Old Style; font-size: 20pt; font-weight: bold; color: #9B0000}
.date			{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 8pt; font-weight: normal; color: #FF0000}
.rougegras		{ font-family: Verdana; font-size: 12pt; font-weight: bold; color: #FF0000 }
.fondbleu		{ font-family: Verdana; font-size: 12pt; font-weight: bold; color: #000099; background-color: #9FCFFF }
.fondorange2	{ font-size: 12pt; font-weight: bold; text-align: center; background-color: #ffde79 }
.fondorange3	{ font-size: 12pt; font-weight: normal; text-align: right; background-color: #ffde79 }
.fondorangefonce{ font-family: Script MT Bold; font-size: 28pt; font-weight: bold; text-align: center; background-color: #ffc71c }
.fondorangeclair{ font-family: Script MT Bold; font-size: 28pt; font-weight: bold; text-align: center; background-color: #ffeaaa }
.celluleblanche { color: #000000; background-color: #FFFFFF}
.celluleclaire	{ color: #37CA00; background-color: #FFFFFF}
.cellulefonce	{ color: #FFFFFF; background-color: #37CA00 }
.celluleVIP		{ color: #FFFFFF; background-color: #FF0006 }

/********************/
/* Classes standard */
/********************/
.tablepage		{	border: 4px #993300 double}
.tablepage2		{	border: 2px #993300 double}

/* Titre de page */
.fondorange		{	font-family: Script MT Bold; 
					font-size: 28pt; 
					font-weight: bold; 
					text-align: center; 
					background-color: #ffde79 }

/* Titre de paragraphe 2 */
.fondvertclair	{	font-family: Arial; 
					font-size: 14pt; 
					font-weight: bold; 
					text-align: center; 
					background-color: #ccffcc }

/* Titre de paragraphe 3 */
.fondvertclair3	{	font-family: Arial; 
					font-size: 12pt; 
					font-weight: bold; 
					text-align: center; 
					background-color: #ccffcc }

/* Texte pays étrangers */
.liens3			{ font-family: Goudy Old Style; font-size: 12pt}
/* Texte paléo */
.liens11v		{ font-family: Verdana; font-size: 11pt}

.un          	{	font-size: 10pt; 
					background-image: url('images/fond.jpg') }
.deux        	{	font-size: 10pt; 
					background-color: #ffeaaa }
.tete        	{	background-color: #ffde79 }

A:focus:hover	{ 
					font-weight: bold;
					background: yellow }
