/* Style sheet for Douanes & Logistique 101 */
/* Entry page */
/* By Natmark-Concept inc. All rights reserved. */

body {
	margin:10px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	}

#outerframe {
	width:757px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:0px;
	border-top: 1px solid #863D3D; 
	border-right: 1px solid #863D3D;
	border-bottom: 8px solid #863D3D;
	border-left: 1px solid #863D3D;
	background-color: #F7EFE0;
	}
	
img { border: 0px; }
	
p { font-size: 12px; font-family: Arial, Helvetica, sans-serif; margin: 20px; color: #863D3D; text-align: justify; }
.backsquares { background-image: url(../images/bk_cadrille.gif); background-repeat: repeat; }

/* Corps de la page */
H1 { font-size: 14px; margin: 20px; color: #863D3D; font-family: Arial, Helvetica, sans-serif; font-weight: bold; } 
H2 { font-size: 12px; margin: 20px; color: #863D3D; font-family: Arial, Helvetica, sans-serif; font-weight: bold; } 

/* ---- Footer ---- */ 
.footer { color: #000000; font-size: 10px;	}
p.footer { color: #000000; font-size: 10px; text-align: center;	}
a.footer:link { color: #000000; text-decoration: underline; font-size: 10px; }
a.footer:visited { color: #000000; text-decoration: underline; font-size: 10px; }
a.footer:hover { color: #000000; text-decoration: overline; font-size: 10px; }
a.footer:active { color: #000000; text-decoration: overline; font-size: 10px; }
