/* general styles */
html {
	height: 100%;
}

* {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #005e5d;
}
body {
	height: 100%;
	margin: 0;
	background: #fff url(../img/bg-top.gif) top repeat-x;
	text-align: center;
}
.clr 
{
	clear: both;
}
form {
	padding: 0;
	margin: 0;
}

table {
    border-collapse: collapse;
	/* is CellSpacing="0" */
}

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

td {
	text-align:left;
	vertical-align:top;
    padding: 0;
	text-align: left;
}
th {
	font-weight: bold;
	text-align:left;
	vertical-align:top;
    padding: 0;
	text-align: left;
}

i, em {
	font-style:italic;
}

b, strong {
	font-weight:bold;
}

ul {
	list-style-type:disc;
}

ol {
	list-style-type:decimal;
}

input {
	border: 0;
}
input.textfield {
	width: 220px;
}
textarea {
	overflow:auto;
	width: 220px;
}

img {
	border:0;
	margin: 0;
	padding: 0;
	display: block;
}
	
.formtable td {
	padding: 1px 0 1px 0;
}
.formtable th {
	padding: 1px 10px 1px 0;
}

/* template */

#wrapper {
	width: 885px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#top 
{
	width: 100%;
	height: 111px;
	position: relative;
}
.logo {
	position: absolute;
	left: 58px;
	margin: 0;
}
.donateur {
	position: absolute;
	right: -25px;
	top: 25px;
	margin: 0;
}
#main 
{
	width: 100%;
	height: auto;
	position: relative;
}
a.homelink 
{
	position: absolute;
	top: 178px;
	left: 2px;
	font-size: 90%;
	text-decoration: none;
	z-index: 2;
}
a.homelink:hover
{
	text-decoration: underline;
}
#content {
	width: 623px;
	float: left;
	min-height:380px;
	background: #dae9e6 url(../img/bg-main.gif) top no-repeat;
	position:relative;
}
#content iframe 
{
	width: 623px;
}
#content .content 
{
	padding: 24px;
	line-height: 1.3em;
}
#content .contenttop 
{
	width: 100%;
	height: 81px;
}
#content .contenttop h1
{
	font-family: Arial, Verdana, Sans-Serif;
	margin: 2px 0 0 2px;
	font-size:32px;
	line-height: 32px;
	color: #f5ad00;
}
#content .contenttop h2
{
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0 0 0 2px;
	font-size:18px;
}
#content h3
{
	font-family: Arial, Verdana, Sans-Serif;
	margin: 0 0 4px 0;
	font-size:16px;
}
.homeFlash 
{
	position: absolute;
	left: -50px;
	top: 0;
	z-index: 3;
}
#menu {
	margin-top: 81px;
	width: 262px;
	float: left;
	background: #a3c6c3;
}
#menu h2 
{
	margin: 1px 1px 0px 1px;
}
#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu a 
{
	text-decoration: none;
	cursor: pointer;
	display: block;
	padding: 0;
	margin: 0;
	width: 260px;
	height: 62px;
	font-size: 90%;
}
#menu a:hover
{
	text-decoration: underline;	
}
#menu ul li
{
	list-style-type: none;
	margin: 1px 1px 0px 1px;
	padding: 0;
	height: 62px;
	background: #b3cfce url(../img/menu-bg.gif) top repeat-x; 
}
#menu ul li img
{
	float: left;
}
#menu ul li h3
{
	float: left;
	margin: 5px 0 0 0;
}
#videos 
{
	margin-top: 37px;
	position: relative;
	width: 100%;
}
#videos .head 
{
	width: 100%;
	height: 26px;
	background: #005e5d;
}
#videos .thumbs 
{
	background: #dae9e6;
	padding: 0 35px;
	height: 250px;
}

#videos .thumbs div
{
	float: left;
	border: 1px solid #005e5b;
	width: 258px;
	height: 225px;
	margin: 10px 5px 10px 5px;
	padding: 0;
	background: #accbc9;
	font-size: 11px;
}
#videos .thumbs div span
{
	display: block;
	font-size: 11px;
	padding: 5px;
	border-top: 1px solid #005e5b;
}
#videos .thumbs div img
{
	border: 1px solid #fff;
}
#videos .body 
{
	padding: 18px 38px 0px 38px;
	font-size: 12px;
}
#footer 
{
	border-top: 1px solid #bfd7d6;
	text-align: center;
	margin-top: 22px;
	padding-top: 10px;
	position: relative;
	height: 95px;
	width: 100%;
}
#footer *
{
	font-size: 90%;
}
.cbf {
	position: absolute;
	left: 32px;
	top: 10px;
}

.button {
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	background: #006857 url(../img/bg-button.gif) top repeat-x;
	padding: 1px 10px;
	width: auto;
}
.black {
	color: #000;
}
.subtext {
	font-size: 80%;
}
.right {
	text-align: right;
}

/* start ToolTip */
.toolTip
{
	background: transparent url(../img/icons/information.gif) no-repeat;
	color: #3366FF;
	cursor: help;
	position: relative;
	width: 16px !important;
	height: 16px;
	overflow: hidden;
	visibility: visible;
	padding: 0;
	margin: 0;
	top: 0px;
	padding-left: 16px;
	vertical-align: bottom;
	font-size: 13px;
}

.toolTipCollapseLeft .toolTipWrapper
{
	width: 200px;
	top: 15px;
	left: -190px;
}

.toolTipWrapper
{
	width: 200px;
    position: absolute;
    top:10px;
    left:12px;
    display:none;
    color: #FFF;
    border:1px solid #005f5b;
    background-color:#fff;
}

.toolTipContent
{
	padding: 8px 15px;
}
/* end toolTip */

/* start errorToolTip */
.errorToolTip
{
	background: transparent url(../img/icons/exclamation.gif) no-repeat;
	color: #3366FF;
	cursor: help;
	position: relative;
	width: 16px !important;
	height: 16px;
	overflow: hidden;
	visibility: visible;
	padding: 0;
	margin: 0;
	padding-left: 16px;
	vertical-align: bottom;
	font-size: 13px;
	top: -2px;
	line-height: 13px;
}

.errorToolTipWrapper
{
	width: 200px;
	position: absolute;
	top: 10px;
	left:12px;
	display: none;
	color: #FFF;
	border: 1px solid #005f5b;
	background-color:#fff;
}

.errorToolTipContent
{
	padding: 8px 15px;
	font-weight:bold;
}
/* end errorToolTip */