/***************************************************************************************************
 * Projet			: Sylvain Majeau, photographe
 * Développé par 	: Karine Majeau
 * Page			    : projet.css
 * Historique		: 2002-10-27 Création
 *
 * Ce fichier contient la feuille de styles pour l'ensemble de cette application
 *
 ***************************************************************************************************/
a
	{
	font-size: 12px;
	/*color: #361414;*/
	color: #FBE9DC;
	font-weight: bold;
	text-decoration: none;
	}

a:hover 
	{
	//color: #B58974;
	color: #045DFF;
	font-weight: bold;
	text-decoration: none;
	}
	
h1
	{
	font-family:verdana, georgia;
	font-weight: bold;
	//color: #B58974;
	color: #045DFF;
	font-size: 12px;
	margin-top: 1px; 
	margin-bottom: 1px;
	line-height:20px;
	}
	
h2
	{
	font-family: verdana, georgia;
	font-weight: bold;
	//color: #FBE9DC;
	color: #045DFF;
	font-size: 22px;
	margin-top: 1px; 
	margin-bottom: 1px;
	line-height:35px;
	}
	
	
p
	{
	font-family: verdana;
	font-size: 14px;
	}


td
	{
	vertical-align: middle;
	font-size: 14px;
	font-family: verdana;
	vertical-align: top;
	line-height:29px;
	}
	
th
	{
	vertical-align: middle;
	font-weight: bold;
	text-align: center; 
	font-size: 14px;
	font-family: verdana;
	vertical-align: top;
	}

ul	{

	font-size: 14px;
	font-family: verdana;
	}
	
li	{

	font-size: 14px;
	font-family: verdana;
	}
	
body{
	font-family: verdana;
	font-size: 14px;
	color: #FBE9DC;
	}
	
.emplacement{
				font-family: verdana;
				font-weight: bold;
				font-size: 11px;
				color: #361414;
			
			}
			
.enumeration {
				font-family: verdana;
				font-size: 14px;
				margin-top:15px;
				line-height:25px;
				}
