/* HTML tags */

body 
	{	
		font-family: 			"book antiqua", serif;
		font-size:				13pt;
		padding: 					4px;
	}


h1
	{	
		font-family: 			"book antiqua", serif;
		font-weight: 			bold;
		font-size: 				24pt;
		color: 						#003366;
	}

h2
	{	
		font-family:			"book antiqua", serif;
		font-weight:			bold;
		font-size:				17pt;
		color: 						#003366;
	}

h3
	{	
		font-family:			"book antiqua", serif;
		font-weight:			bold;
		font-size:				13pt;
		color: 						#003366;
	}

a:hover 
	{
		color:						#003333;
/*	text-decoration:	none; */
	}

li
	{
		font-family:			"book antiqua", serif;
		font-weight:			normal;
		font-size:				12pt;
	}


/*	alignement	*/
	
.centre
	{
		text-align			: center;
	}

.gauche
	{
		text-align			: left;
	}

.droite
	{
		text-align			: right;
	}

/*	décoration	*/

.souligne
	{
		text-decoration		:	underline;
	}

.italique
	{
		font-style				:	italic;
	}

.gras
	{
		font-weight				:	bold;
	}

/*	couleurs	*/

.rouge
	{ 
		color						:	#FF0000;		 
	}

.vert 
	{ 
		color						:	#00FF00;		 
	}

.bleu 
	{ 
		color						:	#0000FF;		 
	}

.jaune 
	{ 
		color						: #CCCC00;
	}
	
.magenta 
	{
		color						: #FF00FF;
	}
	
.cyan 
	{
		color						: #00FFFF;
	}
	
.blanc
	{ 
		color						:	#FFFFFF;		 
	}

.noir 
	{ 
		color						:	#000000;		 
	}

/* General Classes */

.main
	{ 
		font-family:			"book antiqua", serif;
		font-size:				13pt;
	}
	
.compteur
	{ 
		font-family:			"book antiqua", serif;
		font-size:				12pt;
		font-style:				italic;
		font-weight:			bold;		
		color: 						#003366;
		width:						256px;
		height:						64px;
		right:						32px;
		top:							16px;
		text-align:				right;
		vertical-align:		top;
		display:					block;
		position: 				absolute;
		z-index:					32;

	}
	
.galleryTextbox
	{
		background-color:	#648327 ! important;
		vertical-align:		top ! important;
	}

.galleryComments
	{	
		font-family:			verdana, arial, helvetica, sans-serif;
		font-size:				11pt;
		text-align:				center;
	}

.galleryDetails
	{	
		font-family:			verdana, arial, helvetica, sans-serif;
		font-size:				8pt;
		text-align:				center;
	}
	
.photoCaption 
	{	
		font-family:			"book antiqua", serif;
		font-size:				9pt;
		padding: 					5px;
		line-height: 			13pt;
	}

.textLinks
	{ 
		font-family:			"book antiqua", serif;
		font-size:				11pt;
	}


/* Page specific classes */

.birdbarge						/* remove */
	{
		color: 						#006633; 
		background-color: #cccc99; 
	}

.about
	{
		color:	 					#336633;
		background-color:	#999933;
	}

.artist
	{
		color:	 					#000066;
		background-color:	#FFFFFF;
	}

.current
	{
		color:						#339933;
		background-color:	#cc9966;
	}

.diy 
	{	color:						#333366;
		background-color: #9999cc;
	}

.colombia 
	{
		color: 						#006633; 
		background-color: #cccc99; 
	}
	
.mexico 
	{
		color: 						#000088; 
		background-color: #669999; 
	}

.gallery 
	{
		color:	 					#003366;
		background-color:	#aaaaaa;
	}
	
.home 
	{
		color:	 					#003366;
		background-color:	#98a0b0;
		margin-left:			0px;
		margin-top:				0px;
	}
	
.involved 
	{
		color:	 					#666666;
		background-color:	#FFFFFF;
	}
	
.migmiles 
	{ 
		color: 						#660099; 
		background-color: #996666; 
	}

.quotes 
	{
		color: 						#003366;
		background-color: #999966;
	}

.resume 
	{
		color: 						#666633;
		background-color: #ffcc99;
	}

.services
	{
		color:						#006600;
		background-color:	#cc9966;
	}

.statement 
	{
		color: 						#666633;
		background-color: #CCCC99;
	}

/* order form */
	
.texte
	{  
		font-family: 	Verdana, Arial, Helvetica, sans-serif; 
		font-size: 		11px;
		text-align: 	left;
		color: 				#003366;
	}
	
.num
	{  
		font-family: 	Verdana, Arial, Helvetica, sans-serif; 
		font-size: 		11px;
		text-align: 	right;
		color: 				#003366; 
	}
	
.nega
	{  
		font-family: 	Verdana, Arial, Helvetica, sans-serif; 
		font-size: 		11px;
		text-align: 	right;
		color: 				#ff0000; 
	}


/* CSS selectors */

#test
	{
		text-decoration: 	line-through
	}
