/* CSS Document */
/*
-- Subject : Menuiserie Belisle - STRUCTURE
-- Historique : Création le 18 juillet 2005
-- Author : Annick Desmeules Paré
-- Évolubiz Inc.
*/

/**********Couleur***********/
/*
	Bleu: #26233F
	Bourgogne: #623434
	Gris foncé: #8D8D8D
	Gris:#ADADAD
	Rose:#725252
	VERT:#1E3523
	Cuivre:#945A16
	fond beige:#FDFCF3
*/

BODY
{
	margin: 10px 10px 10px 10px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Nimbus Sans L, sans-serif;
	font-size: 12px;
	color: #373737;
	background-color: #26233F;
}

A{ color: #623434; text-decoration: underline; cursor: pointer }
A:hover{ color: #26233F; }
A:visited{ color: #623434; }
A:visited:hover{ color: #26233F; }

TABLE.content
{
	width: 100%;
	background-color: #FFFFFF;
	z-index: -2;
	height: 100%;
}

TD.left
{
	position: relative;
	width: 140px;
	background-color: black;
}

TABLE.content TD.right
{
	width: 100%;
	background-color: transparent !important;
}

TH
{
	text-align: left;
	padding-left: 5px;
	font-size: 12px;
	vertical-align: top;
	
}

TH.titre
{
	font-size: 120%;
	color: #1E3523!important;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
}

TH.autre
{
	font-style: italic!important;
	font-size: 11px!important;
	color: #26233F!important;
}

TD
{
	font-size: 12px;
	vertical-align: top;
}

CLEAR, .clear
{
	clear: both;
}

IMG
{
	border: 0;
}

IMG.left{
	float: left;
	margin: 0 5px 5px 0;
}

IMG.right{
	float: right;
	margin: 0 0 5px 5px;
}

H1
{
	font-size: 20px;
	color: #555555;
	margin: 20px 0 20px 0;
	padding: 0;
	font-style: italic;
}

H1.bleu{ color: #26233F!important;}
H1.cuivre{ color: #945A16!important;}
H1.vert{ color: #1E3523!important;}
H1.bourg{ color: #623434!important;}

#accueil H1
{
	margin-top: 10px;
}

H2
{
	font-size: 110%;
	font-weight: bold;
	color: #26233F;
	margin: 0;
	padding: 0;
}

H2.produits
{
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	color: #26233F;
	margin: 0;
	padding: 0;
}

H3
{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 135%;
	font-weight: bold;
	font-style: italic;
	color: #1E3523;
}

#accueil H3
{
	font-size: 145%;
	margin: -10px 0 0 0;
	padding: 0 10px 0 0;
}

#accueil H3 A, #accueil H3 A:hover
{
	text-decoration: none;
}

.notes{ font-size: 90%; }
/****************** FORM ********************/

LABEL A{color:#26233F;font-weight:bold;text-decoration:none;cursor:default;}

A.input INPUT
{
	font-weight: bold;
	color: #26233F;
	border: 1px solid #26233F;
	background: #ADADAD;
	padding: 0;
}

A.input INPUT:hover{ color:#ffffff; background:#26233F; }

.evo_special{ font-size: 14px; }
.gras{ font-weight: bold; }
SPAN.notes{ font-size: 90%; color:#623434; }
.note_form{ font-size: 90%; color: #999999; width: 100%; }

#erreur, .erreur
{
	color:RED;
	font-weight: bold;font-size:13px;
}

UL
{
	margin:0 0 25px 0;
	padding: 0;
}

LI
{
	margin: 5px 0 5px 0;
	padding: 0;
}

UL UL{margin:0px;}
UL UL LI{margin:0 0 0 40px!important;}

p{
	margin: 0 0 15px 0;
}