html,body{
	height:100%;
}

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

#main{
	width:100%;
	height:100%;
	border:0;
	margin:0 auto;
	padding:0;
}

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

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

	#rowTop{
		background-image:url(../images/body_bg.gif);
		background-repeat:repeat-x;
		background-position:top;
		width:100%;
		padding:0;
		margin:0;
	}
	#header_fr{
		width:770px;
		height:106px;
		background-image:url(../images/header2_fr.jpg);
		background-repeat:no-repeat;
		background-position:right;
		background-color:#ffffff;
		text-align:left;
		margin:0 auto;
		padding:0;
		line-height:0;	
	}
	#header_en{
		width:770px;
		height:106px;
		background-image:url(../images/header2_en.jpg);
		background-repeat:no-repeat;
		background-position:right;
		background-color:#ffffff;
		text-align:left;
		margin:0 auto;
		padding:0;	
		line-height:0;	
	}
	
	#logo{
		padding:24px 0 20px 35px;
		height:62px;
		line-height:0;
	}
	
	#line1{
		background-color:#13487c;
		width:770px;
		height:13px;
		margin:0 auto;
		padding:0;
		border:0;
		font-size:0;
		line-height:0;
	}
	
	#menu{
		background-color:#85b4c8;
		width:770px;
		height:24px;
		margin:0 auto;
		padding:0;
		border-bottom:1px solid #13487c;
		line-height:0;
	}


	/**************** Menu ***************/
	
	#nav, #nav ul {
		float: left;
		list-style: none;
		line-height: 1;
		padding: 0;
		margin: 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: normal;
		height:24px;
	}
	
	#nav a {
		display: block;
		width: 77px;
		color: #ffffff;
		text-decoration: none;
		height:18px;
		padding:6px 0 0 0;
		background-color:#85b4c8;
	}
	#nav a:hover{
		color:#13487c;
		background-color:#ffffff;
	}
	
	#nav li {
		float: left;
		padding: 0;
		width: 77px;
		height:24px;
		text-align:center;
	}
	
	#nav li ul {
		position: absolute;
		left: -999em;
		height: auto;
		width: 220px;
		margin: 0;
		padding:0;
		background:#13487c;

	}
	
	#nav li li {
		width: 220px;
		text-align:left;
		padding:0;
		margin:0;
	}
	
	#nav li ul a {
		width: 220px;
		color:#ffffff;
		padding:6px 0 0 0;
		margin:0;
		background-color:#13487c;
	}
	#nav li ul a:hover {
		color:#13487c;
		background-color:#85b4c8;
	}
	#nav li ul a.parent{
		background-image: url(../images/menu_right_arrow.gif);
		background-position: center right;
		background-repeat: no-repeat;
	} 
	
	#nav li ul ul {
		margin: -2em 0 0 220px;
		background:#85b4c8;
	}
	#nav li ul ul a{
		color:#13487c;
		background-color:#85b4c8;
	}
	#nav li ul ul a:hover{
		color:#ffffff;
		background-color:#13487c;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
		left: auto;
	}
	
	#nav li:hover, #nav li.sfhover {
		background: #85b4c8;
	}
	/*************************************/
/*************************************/



/************** middle ***************/

	#content{
		width:700px;
		padding:35px;
		background-color:#ffffff;
		color:#13487c;
		text-align:justify;
		margin:0 auto;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	#content a{
		color:#13487c;
		text-decoration:none;
		font-weight:bold;
	}
	#content a:hover{
		color:#ed9a00;
	}
	
	.content_title{
		font-family:Arial, Helvetica, sans-serif;
		font-size:21px;
		color:#13487c;
	}
	
	.img_title{
		padding-top:5px;
		font-size:10px;
		text-align:center; 
	}
	
	.img_td{
		padding:0 10px 10px 10px;
		text-align:center;
	}
	.img_td_real{
		padding:0 10px 5px 10px;
		text-align:left;
	}
/*************************************/


/*************** bottom **************/
	#rowBottom{
		height:55px;
		background-color:#ffffff;
		padding:0; margin:0;
	}
	#bottom{
		background-color:#ffffff;
		color:#13487c;
		font-size:10px;
		width:742px;
		text-align:left;
		padding:10px 14px 10px 14px;
		height:35px;
		margin:0 auto;
	}
	#bottom a{
		color:#13487c;
		text-decoration:none;
		font-weight:bold;
	}
	#bottom a:hover{
		color:#ed9a00;
	}
	#copyright {
		padding:10px 0 0 35px;
		color:#000000;
		text-align:left;
	}

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

/******* form soumission *************/	
.tableQuotation{
	border:1px solid #13487c;
}
.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:#13487c;
	color:#ffffff;
	font-weight:bold;
}
/*************************************/

/******* commentaires.php *************/
.tableGuestbook{
	font-size:12px;
	color:#13487c;	
}
.tableGuestbook .typeText{
	width:422px;
}
.msgGuest{
	width:660px;
	background-color:#C8DDE6;
	text-align:justify;
	color:#13487c;
	padding:20px;
}
/*************************************/