@charset "utf-8";


/* 
	
	Kengtek CSS StyleSheet
	Version 1.0 - October 20th, 2009
	Tuan Nguyen [TSO Communication]
	www.tsocommunication.ca
	
*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/back.jpg)
	}


a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0c3a6a;
	text-decoration: none
	font-weight: bold;
}

a:active {
	color: #052341;
	text-decoration: none
	font-weight: bold;
}


a.white:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.white:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.white:hover {
	color: #ffffff;
	text-decoration: none
	font-weight: bold;
}

a.white:active {
	color: #ffffff;
	text-decoration: none
	font-weight: bold;
}

a.black:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.black:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.black:hover {
	color: #000000;
	text-decoration: none
	font-weight: bold;
}

a.black:active {
	color: #000000;
	text-decoration: none
	font-weight: bold;
}


h4.titre {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: justify;
	margin: 0 0 3px 0;
	padding: 0;
	}
	
h4.titrejaune {
	color: #f9fb69;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: justify;
	margin: 0 0 3px 0;
	padding: 0;
	}
	
h4.sous {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 16px;
	text-align: justify;
	margin: 0 0 3px 0;
	padding: 0;
	}
	
h4.sous2 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	}
	
h4.sous3 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin: 0 0 3px 0;
	padding: 0;
	font-weight: bold;
	}
	

p {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	text-align: justify;
	margin: 0 0 3px 0;
	padding: 0;
	}

p.black {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	text-align: justify;
	margin: 0 0 3px 0;
	padding: 0;
	}
	
p.menu {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
	text-align: justify;
	margin: 0 0 3px 0;
	padding: 0;
	}
	
p.caption {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 16px;
	font-style: normal;
	text-align: left;
	margin: 0 0 3px 0;
	padding: 0;
	}	
	
	
p.left {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-style: normal;
	text-align: left;
	margin: 0 0 3px 0;
	padding: 0;
	}