body {
	margin:0px;
	padding:0px;
	height:100%;
	position:relative;
	background-color: #e0e0e8;
	font-family: arial, sans-serif;
}
.tutoscreen {
	position:relative;
	width:1000px;
	height:650px;
	margin-left:auto;
	margin-right:auto;
}

.speakerframe1 {
	position:relative;
	padding:0px;
	margin:0px;
	width:143px;
	background-image:url(../../img/cadrephoto.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.speakerframe2 {
	position:relative;
	padding:0px;
	margin:0px;
	width:135px;
	background-image:url(../../img/cadrephotob.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-left:12px;
	padding-top:12px;
	padding-bottom:12px;
	
}
img {
	background-color:#ffffff;
}
.leftzone {
	float:left;
	width:150px;
	margin-left:1px;
}

.leftzone ul {
	padding-left:18px;
	padding-top:38px;
	margin-top:0px;
	margin-left:30px;
	background-position:left left;
	background-image:url(../../img/tutobulle.png);
	background-repeat:no-repeat;
	list-style-type:none;
	display:block;
	width:94px;
	height:96px;
}
.leftzone li {
	font-weight:bold;
	color: #945e9f;
	margin-bottom:4px;
}
.leftzone li a,
.leftzone li a:visited,
.leftzone li a:link,
.leftzone li a:hover,
.leftzone li a:active
{
	text-decoration:none;
	color: #945e9f;
	border-bottom: 2px dotted;
}

.leftzone li .mnuSel_yes {
	color: #b599bd;
}

.rightzone {
	margin-left:155px;
	text-align:center;
	height:600px;
	width:800px;
	padding: 20px;
	padding-top:20px;
	background-position:center center;
	background-image:url(../../img/tutoframe.png);
	background-repeat:no-repeat;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	background-image:url(../../img/structuredFlow_ti.png);
	background-repeat:no-repeat;
	background-position: 10px 10px;
	border-bottom:1px solid #945e9f;
	color:#945e9f;
	padding-left:30px;
	margin-top:0px;
	padding-top:5px;
	background-color: #efefff;
}


