/*
*Liste des styles pour le site d'Infotek*
Sylvain Sanscartier

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: #000054;
	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: #0000BB;
	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: #F1E7CD;
	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;
}

/*le texte normal, sous-categories (informations.phtml)*/
H3
{
	background-color: #F1E7CD;
	text-align: left;
	font-family: Gill, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
	font-size: 19px;
  	color: #000000;
	margin: 0px 0px;
}

/*le texte pour le menu en haut, les liens (informations.phtml)*/
H4
{
	background-color: #000000;
	text-align: left;
	font-family: Gill, Helvetica, sans-serif;
  	font-style:  normal;
	font-weight: normal;
	font-size: 11px;
  	color: #ffffff;
	margin: 185px 5px;
	line-height: 17px;
}

/*le texte dans les 3 tables des 3 systemes*/
H5
{
	background-color: #F1E7CD;
	text-align: left;
	font-family: Gill, Helvetica, sans-serif;
  	font-style:  normal;
	font-weight: normal;
	font-size: 13px;
  	color: #000000;
	margin: 0px 0px;
}

/*le texte dans les tables des pieces.php*/
H6
{
	background-color: #E3DAC1;
	text-align: left;
	font-family: Gill, Helvetica, sans-serif;
  	font-style: normal;
	font-weight: normal;
	font-size: 14px;
  	color: #000000;
	margin: 0px 0px;
}


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

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

A:hover
{
	color: #C10000;
	background-color: #F1E7CD;
	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: 15px;
	text-align: right;
	color: #F0FFFF;
	background-color: #000054;
	text-decoration: none;
}

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

A.topmenu:hover
{
	font-family: Gill, Helvetica, sans-serif;
  	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	text-align: right;
	color: #228B22;
	background-color: #000054;
	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;
}			


/* le rectangle blanc pour cacher la banner en haut du site, informa.phtml */
div.recBlanc
{
	background: #FFFFFF;
	color: #000000;
	position: absolute;
	width: 100%;
	height: 175px;
	z-index: 2;
}

/* le menu dans informa.phtml */
div.banner
{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	position: fixed;
	top: -1em;
	width: 100%;
	left: 0px;
	right: 0px;
	z-index: 1;
}

/* le menu dans informa.phtml */
menu
{
	font-family: Gill, Helvetica, sans-serif;
	background: #0000BB;
	color: #00fff0;
	padding: 0.3em 0.4em;
}

/* les liens dans informa.phtml */
div.banner a:link
{
	background-color: #0000BB;
	color: #F0FFFF;
	text-decoration: none;
}

div.banner a:visited
{
	background-color: #0000BB;
	color: #5F9EA0;
	text-decoration: none;
}

div.banner a:hover
{
	background-color: #000054;
	color: #FFFFFF;
	text-decoration: underline;
}