
/* Feuille de style - Camping - Avril 2005 */

/*hypers liens*/
/*******************************************************/

a:link
	{ 
	color: darkblue;
	text-decoration: underline; 
	font-family:Arial;
	font-size:x-small;
	font-weight:normal;
	}

a:visited
	{ 
	color: gray;
	text-decoration: underline;	
	font-family:Arial;
	font-size:x-small ;
	font-weight:normal;
	}

a:hover
	{
	color: darkred;
	font-family:Arial;
	text-decoration: none; 
	font-size:x-small ;
	font-weight:normal;
	}

a:active	
	{
	color: green;
	text-decoration: none;
	font-family:Arial;
	font-size:x-small ;
	font-weight:normal; 
	}
	

/*******************************************************/

.dl_active
	{
	background-color: White;
	color: Black ;
	font-family:Arial;
	font-size:x-small ;
	font-weight:normal;	 
	}

.dl_inactive
	{
	background-color: #d5d8e7;
	font-family:Arial;
	font-size:x-small ;
	font-weight:normal;
	}	

/* ... */
/*******************************************************/
.MaTable 
{
	border-style:solid;
	border-width:2;
	border-color:#2e5272;
	
}

.MonLabel
{
 text-align:justify;
 font-family:Arial;
 font-size:x-small;
 font-weight:normal;
 background-color:#d5d8e7;
 color:darkblue;
}

.MonLabelMagasin
{
 text-align:center;
 font-family:Arial;
 font-size:x-small ;
 font-weight:normal;
 background-color:#d5d8e7;
 color:black;
}

.Titre
{
 text-align:left;
 font-family:Arial;
 font-size:medium ;
 font-weight:normal;
 background-color:#d5d8e7;
 color:darkred;
}

.TitreLink
{
 text-align:left;
 font-family:Arial;
 font-size:medium ;
 font-weight:normal;
 background-color:#d5d8e7;
 color:darkred;
 text-decoration:underline;
}

.grid-header
{
	/*color: #2E5272; */
	color:darkred;
	font-size:x-small ;
	font-family:Arial;
	font-weight:bold;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;	
	border:none;
	text-align:center ;	
}

.grid-headerLeftAlign
{
	/*color: #2E5272; */
	color:darkred;
	font-size:x-small ;
	font-family:Arial;
	font-weight:bold;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;	
	border:none;
	text-align:left ;	
}

.grid-itemLeftAlign
{
	color: darkblue; 
	font-size:x-small;
	font-family:Arial;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;	
	border:none;
	text-align:left ;	
}

.grid-item
{	
	font-size:x-small;
	font-family:Arial;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;	
	border:none;
	text-align:center ;	
	font-weight:normal;
	background-color:#d5d8e7;
	color:darkblue;	
}

	
	
	
	
	