@charset "utf-8";

a:link
{ text-decoration: underline; color:#006666; }
a:visited
{ text-decoration: underline; color:#000000; }
a:hover
{ text-decoration: underline; color:#00CCCC; }
a:active
{ text-decoration: underline; color:#00CCCC; }

a.foot:link
{ text-decoration: underline; color:#FFFFFF; }
a.foot:visited
{ text-decoration: underline; color:#CCCCCC; }
a.foot:hover
{ text-decoration: underline; color:#FFFF00; }
a.foot:active
{ text-decoration: underline; color:#FFFF00; }

body, h0, h1, h2, h3, h4, h5, h6, td, th, p, ul, li, input, textarea, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul li, td ul li {
list-style-position: outside;
list-style-image: url(../images/layout/bullet.gif);
list-style-type: disc;
text-indent: 0px;
padding: 0px;
margin: 0px;
}

body, h2 {
  color:#006666;
}

body, h3, h4, h5, h6, td, th, p, ol, ul, li, input, textarea, select {
  color:#000000;
}

body, td, th, p, ol, ul, li, input, textarea, select {
  font-size: 12px;
}

body, h7 {
  font-size: 1px;
}

body {
  background: #000000;
  border-color: #000000;
}

input[type="text"], textarea, select {
  background: #CCFFFF;
  border-color: #006666;
  border-style: inset;
  border-width: 2px;
}

input[type="radio"], input[type="checkbox"] {
  margin-right: 10px;
}

/*/*/a{}
body,
body td,
body th,
body ol,
body ul,
body li,
body input,
body textarea,
body select,
body p {
  font-size: x-small;
  font-size: small;
}
html>body,
html>body td,
html>body th,
html>body ol,
html>body ul,
html>body li,
html>body input,
html>body textarea,
html>body select,
html>body p {
  font-size: small;
}  
/* */

body  {
	background: #000000;
	margin: 0; 
	padding: 0;
}

div.hr {display: none}
/*/*/a{}
div.hr {
  display: block;
  height: 9px;
  background-image: url(../images/layout/separator.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
hr {display:none}
/* */
/* To put a separator line:   <div class="hr"></div><hr />    */

/*/*/a{}
div.hr2 {
  display: block;
  margin-top: 10px;
  height: 9px;
  background-image: url(../images/layout/separsmall.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
/* */
/* To put a small separator line:   <div class="hr2"></div><hr />    */

.templat #container { 
	width: 100%;
	background: #FFFFFF;
	text-align: left; 
}  
.templat #header { 
	background: #006666; 
	padding: 0 0px; 
} 
.templat #header h1 {
	margin: 0;
	padding: 0px 0; 
}
.templat #sidebar1 {
	float: left;
	width: 137px; 
	background: #006666; 
	padding: 3px 0px 3px 0px; 
}

/* Hides from IE5-mac \*/
* html .templat #titlebanner, .templat #subtitlebanner, .templat #titlebanner2co, .templat #subtitlebanner2co {height: 1%;}
/* End hide from IE5-mac */ 

.templat #sidebar2 {
	float: right;
	width: 137px; 
	background: #006666; 
	padding: 3px 5px 5px 5px; 
}
.templat #sidebar1 h2, .templat #sidebar1 h3, .templat #sidebar1 p, .templat #sidebar2 h2, .templat #sidebar2 h3, .templat #sidebar2 p {
	margin-left: 3px; 
	margin-right: 3px;
}

.templat #titlebanner {
 	margin: 0 4px 0 4px; 
	padding: 0px 12px 10px 7px; 
} 

.templat #subtitlebanner {
 	margin: 0 4px 0 4px; 
	padding: 0px 12px 10px 7px;
} 

.templat #mainContent {
 	margin: 0 4px 0 4px;
	_overflow: auto;
	padding: 0px 3px 10px 4px; 
} 

.templat #titlebanner2co {
 	margin: 0 4px 0 4px; 
	padding: 0px 0px 10px 7px; 
} 

.templat #subtitlebanner2co {
 	margin: 0 3px 0 4px; 
	padding: 0px 0px 10px 7px; 
} 

.templat #mainContent2co {
 	margin: 0 4px 0 4px; 
	padding: 0px 0px 10px 12px; 
} 

.footer { 
	padding: 0 10px; 
	background: #006666;
} 

.footer p {
	margin: 0; 
	padding: 10px 0; 
	color: #FFFFFF;
}

.toplefttitle { 
	margin-top: 10px;
	}
.toplefttitle, .toprighttitle, .bottomlefttitle, .bottomrighttitle { 
	background-image: url(../images/layout/bar-titre.gif);
	height: 14px;   /* Replace by the height of one of your corners */
	font-size: 2px;  /* Correction IE for height of the <div>'s */
	}
.toplefttitle, .bottomlefttitle { 
	margin-right: 24px; /* Replace by the width of one of your corners */
	}
.toprighttitle, .bottomrighttitle { 
	margin-left: 24px;  /* Replace by the width of one of your corners */
	margin-top: -14px;  /* Replace by the height of one of your corners */
	}
.toprighttitle {
	background-position: 100% 0; /* Position right corner at right side, no vertical changes */
	}
.bottomlefttitle { 
	background-position: 0 -14px;  /* Replace second number by negative height of one of your corners */
	}
.bottomrighttitle { 
	background-position: 100% -14px; /* Replace second number by negative height of one of your corners */
	}
	
.insidelefttitle, .insiderighttitle {
	background-image: url(../images/layout/bar-titre-bord.gif);
	background-repeat: repeat-y;   /* To pile the image2 as much as needed */
	}

.insiderighttitle {
	background-position: 100% 0;  /* Position right corner */
	}

.insidetitle {
	background: #006666;   /* Background-color of the inside */
	margin-left: 24px;  /* Replace by the width of one of your corners */
	margin-right: 24px; /* Replace by the width of one of your corners */
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;   /* Default text-color of the inside */
	}
	
.notopgaptitle {
	margin-top: 0px;  /* To avoid splitting of the box */
} 	

.nobottomgaptitle { 
	margin-bottom: -1px;
	padding-bottom: 1px;
	margin-top: -10px;
	font-size: 1px; 
	} /* To avoid splitting of the box */

.topleftsubti { 
	margin-top: 0px;
	}
.topleftsubti, .toprightsubti, .bottomleftsubti, .bottomrightsubti { 
	background-image: url(../images/layout/bar-subti.gif);
	height: 24px; 
	font-size: 2px; 
	}
.topleftsubti, .bottomleftsubti { 
	margin-right: 25px; 
	}
.toprightsubti, .bottomrightsubti { 
	margin-left: 25px; 
	margin-top: -24px; 
	}
.toprightsubti {
	background-position: 100% 0; 
	}
.bottomleftsubti { 
	background-position: 0 -24px; 
	}
.bottomrightsubti { 
	background-position: 100% -24px; 
	}
	
.insideleftsubti, .insiderightsubti {
	background-image: url(../images/layout/bar-subti-bord.gif);
	background-repeat: repeat-y; 
	}

.insiderightsubti {
	background-position: 100% 0; 
	}

.insidesubti {
	background: #CCFFFF; 
	margin-left: 16px; 
	margin-right: 16px; 
	text-align: center;
	font-size: 24px;
	color: #000000;  
	font-style: italic;	
	}
	
.notopgapsubti {
	margin-top: 0px; 
} 	

.nobottomgapsubti { 
	margin-bottom: -1px;
	padding-bottom: 1px;
	margin-top: -12px;
	font-size: 1px; 
	} 

.tabledaily { 
	font-size: 11px; 
	}

.tabletransparent { 
	width: 99%;
	color: #000000;
	border: none;
	}

.tablesimple, .tablesimplecolor { 
	width: 99%;
	border-color: #006666;
	color: #000000;
	border: double;
	border-width: 3px;
	}

.tdsimple { 
	padding-left: 3px; 
	padding-right: 3px; 
	}

.tablesimplecolor { 
	background-color: #CCFFFF;
	}

.tablelesson {
	border-color: #006666;
	width: 99%;
	border: double;
	border-width: 3px;
	}

.tablepicture {
	text-align: center; 
	width: 238px;
	}

.tablepicturemini {
	text-align: center; 
	width: 122px;
	}

.tablecourse, .tablenolesson, .tablenoscreen { 
	text-align: center;
	background-color: #006666;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold; 
	}

.tablelessontitle { 
	text-align: center; 
	background-color: #CCFFFF;
	color: #000000;
	font-size: 20px;
	font-style:italic; 
	padding-left: 7px; 
	padding-right: 7px; 
	}

.tableverseheader { 
	text-align: center; 
	background-color: #009999;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px; 
	padding-right: 5px; 
	}

.tableversebigheader { 
	background-color: #009999;
	color: #FFFFFF;
	font-weight: bold; 
	padding-left: 5px; 
	padding-right: 5px; 
	}

.tableversecontent { 
	background-color: #006666;
	color: #FFFFFF;
	padding-left: 5px; 
	padding-right: 5px; 
	}

.tablecommentheader { 
	text-align: center; 
	background-color: #CCFFFF;
	color: #000000;
	font-weight: bold; 
	padding-left: 5px; 
	padding-right: 5px; 
	}

.tablecommentbigheader { 
	background-color: #CCFFFF;
	font-weight: bold; 
	color: #000000;
	padding-left: 5px; 
	padding-right: 5px; 
	}

.tablecommentcontent { 
	color: #000000;
	padding-left: 5px; 
	padding-right: 5px; 
	}

.tablesourcecontent { 
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 9px; 
	padding-left: 5px; 
	padding-right: 5px; 
	}

.tablecopyrightcontent { 
	background-color: #CCFFFF;
	color: #000000;
	font-weight: normal;
	font-size: 9px; 
	padding-left: 5px; 
	padding-right: 5px; 
	}

.lessonwaiting { 
	color: #006666;
	font-weight: bold;
	font-size: 20px; 
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
