/*html,body{
	height:100%;
}*/

body{
	background-color:#dde6f4;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#main{
	width:760px;
	/*height:100%;*/
	border: 1px solid #000b5f;
	margin:0 auto;
	padding:0;
	background-color:#ffffff;
}

.cb{
	clear:both;
}

.img_border{
	border:2px solid #2c264a;
}

.red {color:#FF0000;}
.error{
	border: 2px solid #ff0000;
	width:525px;
	text-align:left;
	background-color:#ffffff;
	color:#ff0000;
	padding:10px;
}
.note{
	border: 2px solid #0c6992;
	width:525px;
	text-align:left;
	background-color:#85b4c8;
	color:#ffffff;
	padding:10px;
	font-weight:bold;
}

/************** top ******************/

	#rowTop{
		width:760px;
		padding:0;
		margin:0;
		height:auto;
	}
	#header{
		width:760px;
		height:151px;
		background-image:url(http://www.gillescormierelectric.com/images/header.jpg);
		background-repeat:no-repeat;
		background-position:right;
		background-color:#ffffff;
		margin:0 auto;
		padding:0;
		line-height:0;	
		position:relative;
	}
	
	#lang{
		position:absolute;
		right:0;
		bottom:0;
	}

/*************************************/



/************** middle ***************/
	#menu{
		background-image:url(http://www.gillescormierelectric.com/images/bg_menu.jpg);
		background-repeat:no-repeat;
		background-position:top;
		background-color:#ffffff;
		width:162px;
		height:300px;
		margin:0;
		padding:0;
		/*float:left;*/
	}
	#menu_content{
		padding:40px 0 0 40px;
		text-align:justify;
		color:#ffffff;
		text-shadow:#040958;
	}
	#menu_content a{
		color:#040958;
		text-decoration:none;
		font-weight:bold;
	}
	#menu_content a:hover{
		color:#ffffff;
	}
	
	#coord{
		color:#040958;
		text-align:justify;
		font-size:11px;
		margin:0;
		padding:120px 0 0 5px;
	}
	#coord a{
		color:#040958;
		font-weight:bold;
		text-decoration:none;
	}
	#coord a:hover{
		color:#e2582d;
	}
	
	
	#content{
		width:408px;
		/*padding:35px;*/
		background-color:#ffffff;
		color:#040958;
		text-align:justify;
		margin:0 auto;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding:20px;
	}
	
	#content a{
		color:#040958;
		font-weight:bold;
		text-decoration:none;
	}
	#content a:hover{
		color:#e2582d;
	}
	
	.content_title{
		font-family:Arial, Helvetica, sans-serif;
		font-size:21px;
		color:#0c6992;
	}
	
	#right{
		/*float:right;*/
		width:150px;
		background-color:#ffffff;
		color:#040958;
		text-align:justify;
		font-size:11px;
		margin:0;
		padding:50px 0 0 0;
	}
	#right a{
		color:#040958;
		font-weight:bold;
		text-decoration:none;
	}
	#right a:hover{
		color:#e2582d;
	}
	
/*************************************/


/*************** bottom **************/
	#rowBottom{
		height:32px;
		background-color:#ffffff;
		padding:0; margin:0;
		width:760px;
	}
	#bottom{
		background-image:url(http://www.gillescormierelectric.com/images/bottom.gif);
		background-position:bottom right;
		background-repeat:no-repeat;
		position:relative;
		background-color:#ffffff;
		color:#0c6992;
		font-size:10px;
		width:760px;
		height:32px;
		margin:0;
		padding:0;
		line-height:0;
	}
	#img_top{
		position:absolute;
		right:90px;
		bottom:2px;
	}
	
	#copyright {
		width:755px;
		padding:5px 0 0 5px;
		font-size:10px;
		color:#040958;
		text-align:left;
		margin:0 auto;
	}
	#copyright a {
		color:#040958;
		text-decoration:none;
	}
	#copyright a:hover {
		color:#e2582d;
	}

/*************************************/

/******* form soumission *************/	
.tableQuotation{
	border:1px solid #0c6992;
}
.tableQuotation th{text-align:left; font-weight:bold;}

.txtInt {
	width:50px; text-align:center;
}
.lstProduit{
	width:300px;
}
.txtDesc{
	width:495px; height:50px;
}

.btnSend{
	background-color:#0c6992;
	color:#ffffff;
	font-weight:bold;
}
/*************************************/