/*
*Liste des styles pour le site de la sucrerie des lilas*
// Sylvain Sanscartier, www.infotek-sip.com, 2007

couleur à choisir
#00FFE1 - #00FFFF
#B5B5C4 - #F1E7CD
a modifier dans body, H2, H3, H5, dans la table header
a modifier dans function getSizeInfo() + getSizeAll()


/*le body du site, change le texte du footer egallement*/
body
{
	background-color: #ffffff;
	color: #00E0D8;
	text-align: center;
	font-family: Gill, Helvetica, sans-serif;
  	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	margin: 0px 0px;
}

/*le menu en haut du site, root menu, header*/
.header
{
	background-color: #f3dcf0;
	text-align: center;
	font-family: Gill, Helvetica, sans-serif;
  	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #00FFF0;
	margin: 0px 0px;
	position: relative;
	width: 100%;
	z-index: 2;
}

/*le menu en bas du site, footer*/
.footer
{
	background-color: #000000;
	text-align: center;
	font-family: Gill, Helvetica, sans-serif;
  	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #00E0D8;
	margin: 0px 0px;	
	width: 100%;
}

/*le texte titre*/
H1
{
	background-color: #000000;
	text-align: left;
	text-indent: 0.1in;
	font-family: Gill, Helvetica, sans-serif;
  	font-style:  normal;
	font-weight: normal;
	font-size: 25px;
  	color: #ffffff;
	margin: 0px 0px;
}

/*le texte normal de tout le site*/
H2
{

	background-color: #f2efe9;
	text-align: justify;
	font-family: Gill, Helvetica, sans-serif;
  	font-style:  normal;
	font-weight: normal;
	font-size: 16px;
  	color: #000000;
	margin: 0px 0px;
	position: relative;
}

/*les liens du site*/
A:link
{
	color: #228B22;
	background-color: #f2efe9;
	text-decoration: none;
}

A:visited
{
	color: #0000BB;
	background-color: #f2efe9;
	text-decoration: none;
}

A:hover
{
	color: #C10000;
	background-color: #f2efe9;
	text-decoration: underline;	
}


/*les liens dans le header*/
A.topmenu:link
{
	font-family: Gill, Helvetica, sans-serif;
  	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	color: #000000;
	background-color: #f3dcf0;
	text-decoration: none;
}

A.topmenu:visited
{
	font-family: Gill, Helvetica, sans-serif;
  	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	color: #5F9EA0;
	background-color: #f3dcf0;
	text-decoration: none;
}

A.topmenu:hover
{
	font-family: Gill, Helvetica, sans-serif;
  	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	color: #228B22;
	background-color: #d0bacf;
	text-decoration:underline;
}


/*les liens du site dans le footer*/
A.footer:link
{
	color: #C10000;
	background-color: #000000;
	text-decoration: none;
}

A.footer:visited
{
	color: #5F9EA0;
	background-color: #000000;
	text-decoration: none;
}

A.footer:hover
{
	color: #228B22;
	background-color: #000000;
	text-decoration: underline;
}
