@charset "UTF-8";
/* CSS Document */

body {
	margin:0 0;
	padding:0px;
	background-image:url(images/back.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
}

img {
	border-style:none;
}

a, a:visited {
	color:#444444;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1,
h2 {
	clear:left;
}

h1 {
	margin-top:20px;
	margin-bottom:40px;
}

h2 {
	margin-top:35px;
	margin-bottom:25px;
}

h2.h2top {
	margin-top:17px;
	margin-bottom:29px;
}

.menuList {
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	margin-left:0px;
	margin-top:57px;
	padding-left:0px;
}

.menuList img {
	display:block;
}

.menuList div {
	margin-bottom:17px;
	padding:0px;
	padding-top:-10px;
	padding-left:17px;
	cursor:pointer;
}

.menuList div:hover,
.menuListSelected {
	background-color:#a5141b;
}

.submenuList {
	list-style-image:none;
	list-style-type:none;
	list-style-position:outside;
	padding-left:0px;
	margin-top:-4px;
	margin-left:12px;
	background:none !important;
}

.submenuList div {
	margin-bottom:-2px;
	padding-left:5px;
}

.submenuList img {
	margin-top:6px;	/*not sure why*/
}

.menuList div.submenuListItem {
	margin-top:-10px;
}

.menuList div.submenuListItem:hover {
	background:none;
}

.submenuListItem:hover {
	background-color:none;
}

#container {
	margin: 20px auto;
	padding: 0px;
	width: 812px;
	height: 699px;
}

#header {
	background-image:url(images/header.png);
	width:100%;
	height:172px;
}

#leftColumn {
	background-image:url(images/leftbar.jpg);
	width:136px;
	height:487px;
	float:left;
}

#contents {
	height:487px;
	width:676px;
	border-style:none;
	display:block;
	float:left;
}

.contentsImg
{
	background-color:black;
	float:right;
	padding:15px;
	padding-top:45px;
	margin:0px;
	margin-left:30px;
	margin-bottom:30px;
}

.contentsImgLeft {
	padding:15px !important;
}

.contentsImgSmallRight,
.contentsImgSmallRightNoTopMargin,
.contentsImgSmallRightNoBorder {
	background-color:black;
	float:right;
	padding:1px;
	margin-right:0px;
	margin-top:3px;
	margin-left:35px;
	margin-bottom:20px;
}

.contentsImgSmallRightNoTopMargin {
	margin-top:0px;
	padding:0px;
}

.contentsImgSmallRightNoBorder {
	background:none;
}

.contentsImgSmallLeft,
.contentsImgLeft,
.contentsImgSmallLeftNoBorder,
.contentsImgSmallCenter {
	background-color:black;
	float:left;
	clear:left;
	padding:1px;
	margin-right:35px;
	margin-top:3px;
	margin-left:0px;
	margin-bottom:20px;
}

.contentsImgSmallCenter {
	margin-right:0px;
}

.contentsImgSmallLeftNoBorder {
	background:none;
}


.contentsText
{
	padding-left:37px;
	padding-top:20px;
	padding-right:33px;
}

.iframeContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#adb0b3;
	background-image:none;
	margin:0px;
	padding:0px;
	/*margin-bottom:50px; put back if we remove the footer */
}

.clearLeft {
	clear:left;
}

.bottomQuote {
	font-style:italic;
	margin-bottom:20px;
	margin-top:35px;
	text-align:left;
	width:100%;
}

.intactText {
	margin-bottom:20px;
}

.h2dojos {
	margin-top:0px;
	margin-bottom:0px;
}

.titleWkka {
	margin-bottom:21px;
	margin-left:19px;
}

.wkkaPerson {
	float:left;
	width:585px;
	margin-top:-10px;
	margin-bottom:0px;
}

.wkkaPerson p {
	margin-top:10px;
	margin-bottom:15px;
}

.wkkaPerson h2 {
	margin-bottom:13px;
}

.videoTitre {
	font-family:"Trebuchet MS", Arial;
	color:#a5141b;
	text-transform:uppercase;
	margin-top:15px;
}

.videoTexte .videoTitre {
	margin-bottom:20px;
}

.videoTexte {
	float:left;
	width:150px;
}

.videoBlock {
	float:left;
	clear:left;
	margin-bottom:40px;
	width:587px;
}

.footer {
	clear:left;
	display:block;
	color:#666666;
	font-size:10px;
	padding-top:45px;
	padding-bottom:20px;
	text-align:center;
	width:100%;
}

.contact {
	font-size:16px;
	margin-bottom:25px;
	margin-top:25px;
}