/* 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	
 fond beige:#FDFCF3
 */

/********************************************** Container *************************************************/
#container
{
 	position: relative;
	margin: 0;
	padding: ;
	width: expression((document.body.clientWidth || document.documentElement.clientWidth) < 751 ? '750px' : '100%');	
	min-width: 750px;
	overflow: hidden;
}
	
/**********************************************************************************************************/
/********************************************** Header ****************************************************/
#header
{
	position: relative;
	height: 109px;
	background: url(../images/header_back.gif) repeat-x top left;
}

#header .logo
{
	position: absolute;
	left: 12px;
	top: 10px;
}

A.accueil{ position: absolute; left: 210px; z-index: 6;}

A.english{ position: absolute; right: 5px; z-index: 6;}

A.utiliz
{
	text-align: center;
	width: 60px;
	height: 18px;
	top: 5px;
	color: #ffffff !important;
	background: url(../images/bg_btm.gif) no-repeat 0 0;
	text-decoration: none;
}

A.utiliz:hover
{
	color: #FFFFFF;
	background-position: 0 -18px;
}

#header .images
{
	margin-left: 26%;
	height: 90px;
	width: 74%;
	background: url(../images/header_images.jpg) no-repeat 0 0;
}
/*\*/*html #header .images{	width: auto;}/* */
/*********************************************************************************************************************************/
/********************************************************** Menu haut ***********************************************************/
#menu
{
	position: absolute;
	left: 20%;
	top: 89px;
	color: #26233F;
	margin-left: 13px;
	font-weight: bold;
	font-size: 110%;
	width: 100%;
	height: 26px;
	background: url(../images/bg_menu.gif) repeat-x;
}

#menu UL
{
	margin: -3px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#menu LI
{
	float: left;
	height: 26px;
	margin-top: 2px;
	padding-top: 2px;
}

/*\*/
* html #menu LI
{	
	margin-top: 2px;
	padding-top: 2px;
}
/* */ 

#menu LI A { position: relative; color: #26233F; text-decoration: none; padding: 2px 9px 2px 9px; }
#menu LI A:hover { color: #FFFFFF; background-color: #26233F; }
#menu LI A:visited { color: #26233F; }
#menu LI A:visited:hover { color: #ffffff; background-color: #26233F; }
#menu LI.actif A { color: #ffffff !important; background-color: #26233F; }
#menu LI.actif A:hover { color: #ffffff !important; }

#menu LI .relative
{
 	position: relative;
	display: block;
	overflow: visible;
}

#menu LI.actif .relative .barre
{	
	position: absolute;
	top: 18px;
	right: 6px;
	background-color: #26233F;
	width: 1000px;
	height: 7px;
	z-index: 20;
}
* html #menu LI.actif .relative .barre { top: 50px; }
/*\*/ * html #menu LI.actif .relative .barre { top: 20px; } /* */

#menu LI.actif .relative .corner
{
	position: absolute;	
	top: 12px;
	right: 0px;		
	margin: 0;	
	padding: 0;	
	z-index: 15;
}
	
* html #menu LI.actif .relative .corner
{
	top: 18px;
}

/*\*/
* html #menu LI.actif .relative .corner
{
	padding-top:2px;
	background-color:#26233F;
}
/* */
/*****************************************************************************************************************************************/
/**************************************************************** Bouton actif ***********************************************************/

#etat_actif
{	
	position: relative;	
	width: 100%;	
	text-align: center;
}

#etat_actif .barre
{	
	height: 7px;	
	background-color: #26233F;
}

#etat_actif .tri
{	
	margin-left: 43%;	
	width: 20px;	
	height: 8px;	
	background: url(../images/triangle.gif) no-repeat 0 0;
}

/*\*/
* html #etat_actif .tri{ margin: 0; padding: 0;}
/* */

/*********************************************************************************************************************************/
/********************************************************** Row middle ***********************************************************/

#row_middle
{
	clear: both;	
	float: left;		
	width: 100%;	
	margin: 0;	
	padding: 0;	
	background:url(../images/bg_fenetre.jpg) no-repeat bottom right #FDFCF3;
}

/*********************************************************************************************************************************/
/********************************************************** Column Left ***********************************************************/

#left
{	
	float: left;		
	width: 20%;
	margin: 0 -5px 0 0;	
	padding: 0;	
	background-color: black;
}

#column_left
{	
	position: relative;		
	margin: 0;	
	padding: 0;
}

#sousmenu
{	
	width: 80%;	
	margin: 5px auto 0 auto;	
	padding: 0;	
}
/*\*/ * html #sousmenu{ margin-left: 0; voice-family: "\"}\""; voice-family: inherit; margin-left: 10%; margin-right: -10%; } /* */

#sousmenu UL
{	
	width: 100%;
	list-style-type: none;	
	margin: 0;	
	padding: 0;
}

#sousmenu LI
{	
	margin: 3px 0 3px 0;	
	padding: 0;	
}

#sousmenu UL UL
{	
	margin: 5px 2px 10px -30px;	
	padding: 0;	
	list-style-type: none;
}

#sousmenu UL UL LI{	margin: 0;}

#sousmenu UL LI A { text-align: left; text-decoration: none; display: block; width: 98%; color: #ffffff; background:url(../images/btm_center.gif) repeat-x 0 0; border: 1px solid #ADADAD; padding: 1px 0 1px 2px; }
#sousmenu UL LI A:hover { color: #FFFFFF; background-position: 0 -36px; border:1px solid #ADADAD;}
#sousmenu UL LI A:visited { color: #ffffff; }
#sousmenu UL LI A:visited:hover { color: #FFFFFF; }
#sousmenu UL LI.actif A { background-position: 0 -36px; }

#sousmenu UL LI LI A { color: #ffffff; background: none !important; border: none;}
#sousmenu UL LI LI A:hover { color: #adadad; background: none !important; border: none;}
#sousmenu UL LI LI A:visited { color: #ffffff; border: none;}
#sousmenu UL LI LI A:visited:hover { color: #adadad; border: none;}
#sousmenu UL LI UL LI.actif A { color: #adadad; }

#left .logos
{	
	clear: both;
	position:relative;	
	text-align: center;			
	margin-top: 20px;
}
/*********************************************************************************************************************************/
/********************************************************** Accès direct ***********************************************************/

#direct
{	
	position: relative;	
	margin: 20px 0 0 0;
	padding: 0;	
	width: 99%;
	text-align: left;
}

#column_left .columnleft_button
{
	position: relative;
	margin: 0 0 15px 0;
}

#column_left .columnleft_button A
{
	display: block;
	text-align: center;
	height: 63px;
	background-repeat: repeat-x;
	background-position: 0 0;
	text-decoration: none;
}

#column_left .columnleft_button A SPAN.image
{
	display: block;
	height: 63px;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#column_left .columnleft_button A SPAN.image SPAN
{
	visibility: hidden;
}

#column_left .columnleft_button A.bleu
{
	background-image: url(../images/btm_bleu_bg.gif);
}

#column_left .columnleft_button A.vert
{
	background-image: url(../images/btm_vert_bg.gif);
}

#column_left .columnleft_button A:hover
{
	background-position: 0 -63px; 
}

#column_left .columnleft_button A:hover SPAN.image
{
	background-position: 50% -63px; 
}

#column_left DIV.installprocedure{
	height: 92px;
	background: url(../images/bt_installaton-bg.gif) repeat-x 0 0;
}

#column_left DIV.installprocedure A{
	display: block;
	width: 100%; height: 100%;
	background-position: top right;
	background-repeat: no-repeat;
}
/*********************************************************************************************************************************/
/********************************************************** Column info ***********************************************************/

#column_info
{	
	float: right;
	margin: 0;	
	padding: 0 0 0 0;
	width: 79%;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 80%;
}

#column_info .contact
{	
	position: absolute;	
	right: 0;	
	top: 10px;	
	width: 30%;	
	z-index: 20;	
	font-size: 16px;	
	font-weight: bold;
	text-align: center;
}
* html #column_info .contact{ top: 25px; }
/*\*/ * html #column_info .contact{ top: 10px; } /* */

#column_info .tri2{ margin-top: 3px; margin-left: 2px; }

#column_info .contact A
{
	text-decoration: underline;
	background: url(../images/ico_contact.gif) no-repeat 0 2px;
	padding: 0 0 0 25px;
}

#column_info .contact SPAN.tel{	color: #26233F; font-size: 80%; }

#column_info .info_top{ position: relative; height: 15px;}

#header .corner_top
{	
	position: absolute;	
	left: 20%;	
	top: 109px;		
	width: 15px;	
	height: 17px;	
	background: url(../images/corner_top.gif) no-repeat;	
}

* html #header .corner_top{  }
/*\*/
* html #header .info_top .corner_top{  voice-family: "\"}\""; 
	voice-family: inherit;  }
/* */

.info_bottom{ clear: both; position: relative; height: 25px; margin-top: -25px; }

.info_bottom .corner_bottom
{	
	position: absolute;	
	top:-25px;	
	left: 20%;	
	background: url(../images/corner.gif) no-repeat bottom left;	
	width: 24px;	
	height: 25px;	
	z-index: 6;	
	margin: 0;	
	padding: 0;
}

*DIV .corner_bottom
{	
	bottom: 60px;	
	left: 19%;
}
/*\*/
*html .info_bottom .corner_bottom
{		
	top:0px;
}
/* */

#column_info .trail
{	
	margin: 0;	
	padding: 0;		
	font-size: 95%;
}
* html #column_info .trail { margin-top: 30px; }
/*\*/ * html #column_info .trail{ margin-top: 0; } /* */
/*********************************************************************************************************************************/
/************************************************************* Info **************************************************************/

#info
{	
	float: left;	
	width: 64%;
	margin: 0 0 10px 2%;
}

#info .titre
{	
	margin-top: 20px;
}

#info .photo H1
{
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;
	font-size: 110%;
}

#info .photo
{
	float: left;
	margin: 0 10px 0 0;
}

#info LI{ margin-left: 30px; }

#info .maintext .part
{
	float: left;
	position: relative;
	width: 40%;
	padding-left: 30px;
}	

#info .liens
{	
	position: absolute;	
	top: 12px;	
	left: 10px;	
	font-size: 90%;
}

.list{ position: absolute; left: 15px; }

#info li.barotinImage{
	list-style-type: none;
	margin: 0;
	padding: 2px;
	width: 100px;

}

#info li.barotinTexte{
	list-style-type: none;
	margin: 0;
	padding: 2px;
	width: 600px;
}
#info li.barotinImage{
	list-style-type: none;
	margin: 0;
}
#info li.barotinImage{
	list-style-type: none;
}

/*********************************************************************************************************************************/
/********************************************************** Column_right *********************************************************/
#column_right
{	
	float: right;
	text-align: center;
	width: 28%;
	color: #26233F;
	margin: 90px 0 0 0;
}

#column_right TABLE{ margin-bottom: 10px; }
* html #column_right{ padding-top: 75px; }
/*\*/ * html #column_right{ padding-top: 0; } /* */

#column_right A { width: 100%; font-weight: bold; text-decoration: none; }
#column_right A:hover { text-decoration: underline; }

#column_right .cadre_titre
{
	position: relative;
	width: 100%;
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0 0 10px 0;
}

#column_right .cadre_titre .coinleft
{
	position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	height: 31px;
}

#column_right .cadre
{
	position: relative;	
	margin-bottom: 10px;	
	padding: 3px 3px 0 3px;	
	border: 1px solid #26233F;	
	color: #26233F;	
	background: #FFFFFF;
}

#column_right .cadre .cadre_bottom
{
	position: relative;
	text-align: left;
	width: 100%;
}

#column_right .cadre .cadre_bottom .corner_left
{
	position: absolute;	
	width: 10px;	
	height: 12px;	
	z-index: 10;	
	background: url(../images/corner_left.gif) no-repeat top left;
	top: -9px;	
	left: -9px;	
	voice-family: "\"}\""; 
	voice-family: inherit;
	top: -9px;	
	left: -5px;	
}

#column_right .cadre .title
{
	margin: 0;	
	padding: 0;	
	font-size: 95%;	
	font-weight: bold;
	text-align: left;
}

#column_right .cadre .texte
{
	margin: 0;	
	padding: 0;	
	font-weight: normal;
	font-size: 95%;	
	text-align: left;
}

#column_right .cadre IMG
{	
	margin: 0;	
	padding: 0;
	padding-right: 5px;
}

/*********************************************************************************************************************************/
/********************************************************** Footer *********************************************************/

#footer{	
	clear:both;	
	position:relative;	
	width:100%;	
	height:50px;	
	background-color:#26233F !important;	
	color:#FFFFFF;	
	padding-top:10px;
}

/*\*/
*html #footer{	
	margin:0;	
	padding:10px 0 0 0;
}
/* */

#baspage{	
	text-align:center;	
	margin:0;	
	padding:0px;
}

#baspage UL{	
	list-style-type:none;	
	display:inline;	
	color:#FFFFFF;	
	margin:0;	
	padding:0;
}

#baspage LI{	
	display:inline;	
	padding: 0px 5px 0px 5px;	
	color:#FFFFFF;
}

#baspage A{color:#FFFFFF; text-decoration: none;}
#baspage A:hover{color:#ADADAD; text-decoration: underline;}

#baspage .copyright{	
	font-size:90%;	
	margin:0;	
	padding:10px 0 0 0;
}

#baspage .copyright A, #baspage .copyright A:hover
{	
	color: #FFFFFF;
	text-decoration: none;
}



