html, body, div {
margin:0px;
padding:0px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family: Tahoma;
	background-color: #666666;
}
div#pied {
	VERTICAL-ALIGN: bottom;
	TEXT-ALIGN: center;
	color: #FFF;
	font-family: Arial, sans-serif;
	clear: both;
	background-image: url(../img/header.jpg);
}
div#pied a {
	color: #FFF;
}
div#main{
	width: 96%;
	text-align: left;
	border: none;
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	background-color: #FFFFFF;
}

div#banner {
	height: 100px;
	background-color: #3c4070;
	background-image: url(../img/benner.gif);
	background-repeat: no-repeat;
	background-position: 5% bottom;
}

img#titletext {
	position: absolute;
	left: 50%;
	margin-left: -200px;
	height: 60px;
	width: 468px;
	top: 30px;
}

div#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: auto;
	width: auto;
}
div#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
.subHeader {
	PADDING-RIGHT: 0ex;
	PADDING-LEFT: 0ex;
	PADDING-BOTTOM: 0.6ex;
	MARGIN: 0px auto;
	WIDTH: 100%;
	PADDING-TOP: 0.75em;
	BORDER-BOTTOM: 15px solid #3c4070;
	POSITION: relative;
	TEXT-ALIGN: left;
	font-size: 70%;
	background-color: #eee;
}
.subHeader .dateline {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: right; PADDING-BOTTOM: 0px; MARGIN: 0px 1ex; COLOR: rgb(175,175,175); PADDING-TOP: 0px; FONT-STYLE: italic; BACKGROUND-COLOR: transparent
}
.subHeader .navigation {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LIST-STYLE-POSITION: outside; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.subHeader .navigation li {
	PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; LINE-HEIGHT: 1.75em; PADDING-TOP: 0px
}
.subHeader a {
	FONT-WEIGHT: bold;
	COLOR: #3c4070;
	BACKGROUND-COLOR: transparent;
	TEXT-DECORATION: none
}
.subHeader a:hover {
	COLOR: #3c4070; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none
}
.subHeader .navigation .tab {
	BORDER-RIGHT: rgb(97,97,97) 1px solid;
	PADDING-RIGHT: 1em;
	BORDER-TOP: rgb(231,231,231) 1px solid;
	PADDING-LEFT: 1em;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 1ex;
	MARGIN: 0px;
	BORDER-LEFT: rgb(231,231,231) 1px solid;
	COLOR: #3c4070;
	PADDING-TOP: 0.5ex;
	BACKGROUND-COLOR: rgb(248,248,248);
	TEXT-DECORATION: none
}
.subHeader .navigation a.tab:hover {
	BORDER-RIGHT: rgb(231,231,231) 1px solid; BORDER-TOP: rgb(97,97,97) 1px solid; LEFT: 1px; PADDING-BOTTOM: 0.8ex; BORDER-LEFT: rgb(97,97,97) 1px solid; COLOR: #3c4070; POSITION: relative; TOP: 1px; BACKGROUND-COLOR: rgb(248,248,248); TEXT-DECORATION: none
}
.subHeader .navigation .highlighted {
	BORDER-LEFT-COLOR: #3c4070; COLOR: white; BORDER-TOP-COLOR: #3c4070; BACKGROUND-COLOR: #3c4070; BORDER-RIGHT-COLOR: #3c4070
}
div#content {
	text-align: left;
	margin-right: 0%;
	margin-left: 21%;
	margin-top: 0%;
	margin-bottom: 0%;
}
div#sidebar {
	width: 20%;
	font-size : 70%;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3c4070;
	border-right-color: #3c4070;
	border-bottom-color: #3c4070;
	border-left-color: #3c4070;
}

div#content h1 {
	color: #3c4070;
	font-family: "MuseoSlab500", Georgia, serif;
	font-size: 180%;
	font-style: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	font-variant: normal;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #E6E6E6;
	padding-bottom: 2px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	
}
div#content h2 {
	color: #3c4070;
	font-family: Tahoma;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
div#sidebar div.feature {
	color : #666666;
	line-height : 140%;
	font-family: Tahoma;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	
}

div#sidebar div.feature ul{
	margin : 0;
	line-height : 180%;
	padding: 0;
	list-style-position: inside;
	list-style-image: url(../img/arrow-8.gif);
	list-style-type: none;
	text-indent: 8px;
}

div#sidebar div.feature ul li{
	color: #044D62;
}

div#sidebar div.feature ul li a{
	color : #052169;
	background-color : transparent;
	text-decoration : none;
}

div#sidebar div.feature ul li a:hover{
	text-decoration : underline;
}

form#loginform input{
	color : #123466;
	background-color : #fff;
	margin: 0px;
	padding: 0px;
	width: 116px;
}

form#loginform input.submit{
	width : 60px;
	border : 1px solid #123466;
	color : #123466;
	background-color : #ddd;
}

form#loginform, form#loginform table, form#loginform tr, form#loginform td{
	margin : 0;
	padding : 0;
}

form#loginform table th{
	font-family : Arial, sans-serif;
	color : #115EAC;
	background-color : #fefefe;
	font-size : 11px;
	text-align : left;
	margin : 0;
	padding : 0;
}

div#sidebar form{
	padding : 0;
	margin : 0;
}

div#sidebar h1{
	font-size : 110%;
	margin : 0;
	padding : 0;
	color: #044D62;
}

div#nav li a{
	color : #FFFFFF;
	text-decoration : none;
	background: #044D62;
	border-right: 1px solid #FFFFFF;
	padding: 0px 2px;
	width: auto;
	margin: 0px;
	
}

div#nav li a:hover{
	color : #FFFFFF;
	background: #3c4070;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
.leftimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
form#pollform input {

	color : #123466;
	background-color : #fff;
	margin: 0px;
	padding: 0px;
	width: auto;
}
form#pollform input.submit {

	width : 60px;
	border : 1px solid #123466;
	color : #123466;
	background-color : #ddd;
}
form#loginform, form#loginform table, form#loginform tr, form#pollform td {

	margin : 0;
	padding : 0;
}
form#pollform table th {
	font-family : Tahoma;
	color : #115EAC;
	background-color : #fefefe;
	font-size : 11px;
	text-align : left;
	margin : 0;
	padding : 0;
}
div#nav td {
	height : 12px;
	border-top : none;
	width: 18px;
	margin: 0px;
	padding: 0px;
}
#footer {
	color: #FFFFFF;
	background: #3c4070;
	margin: 0px;
	padding: 0px;
}
div#content h3 {
	color: #333;
	margin-left: 20px;
	font-family: Arial, sans-serif;
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#clearit {
	display: block;
	clear: both;
}

div#sidebar1 {
	width: 19%;
	font-size : 70%;
	float: right;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


div#sidebar1 div.feature {
	font-family: Arial, sans-serif;
	color : #666666;
	margin-bottom : 5px;
	line-height : 140%;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

div#sidebar1 div.feature ul{
	margin : 0;
	padding : 0;
	line-height : 180%;
	list-style: square inside;
}

div#sidebar1 div.feature ul li{
	color: #044D62;
}

div#sidebar1 div.feature ul li a{
	color : #115EAC;
	background-color : transparent;
	text-decoration : none;
}

div#sidebar1 div.feature ul li a:hover{
	text-decoration : underline;
}







div#sidebar1 form{
	padding : 0;
	margin : 0;
}

div#sidebar1 h1{
	font-size : 110%;
	margin : 0;
	padding : 0;
	color: #333;
}
div#sidebar h2 {
	font-size : 130%;
	margin : 0;
	color: #3c4070;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-weight: bold;
}
div#sidebar1 h2 {
	font-size : 110%;
	margin : 0;
	padding : 3;
	color: #666;
}
.cadre {
	border: 1px solid #000000;
}
.swf {
	
	position: absolute;
	position: absolute;
                left: 50%;
                top: 30px;
               
                margin-left: -200px;

	border: 1px solid #000000;
}
select {
	color: #000;
	background-color: #eee;
}
div#nav a {
	color: #00F;
}
div#nav1 {
	height : 20px;
	font-size: 85%;
	padding-left: 21%;
	color: #FFF;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #395500;
	background-image: url(../img/header.jpg);
}
div#nav1 a {
	color: #FFF;
}
.swfcenter {
	margin-left: 30px;
}
.swf1 {

	
	position: absolute;
                left: 50%;
                top: 30px;
               
                margin-left: -200px;

}
.rightimage {

	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.centerimage {
	float: center;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	background-position: center;
}
div#moy {
	margin-left: 35px;
}
div#content div.feature {
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #000000;
	line-height: 200%;
	text-align: left;
	padding-bottom: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-right: 10px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #3c4070;
	border-right-color: #3c4070;
	border-bottom-color: #3c4070;
	border-left-color: #3c4070;
	

}
div#content div.feature1 {
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #000000;
	line-height: 200%;
	text-align: left;
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-left: 2px;
	background-color: #eee;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #3c4070;
	border-right-color: #3c4070;
	border-bottom-color: #3c4070;
	border-left-color: #3c4070;
}
div#sidebar div.feature1 {
	font-family: Arial, sans-serif;
	color : #666666;
	line-height : 140%;
	background-color: #eee;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

div#sidebar div.feature1 ul{
	line-height : 180%;
	padding: 0;
	list-style-position: inside;
	list-style-image: url(../img/arrow-8.gif);
	list-style-type: none;
	margin: 0;
	text-indent: 8px;
}

div#sidebar div.feature1 ul li{
	color: #044D62;
}

div#sidebar div.feature1 ul li a{
	color : #052169;
	background-color : transparent;
	text-decoration : none;
}

div#sidebar div.feature1 ul li a:hover{
	text-decoration : underline;
}
#videol {
	width: 305px;
	float: left;
	height: 250px;
	display: block;
}
#videor {
	width: 250px;
	float: none;
	height: 250px;
	display: inline;
}
.first-word {
	color: #0C7900;
}
td dd {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #000;
}
td {
	width: 20%;
	font-weight: bolder;
	vertical-align: top;
}
dd {
	width: 90%;
}
@font-face {
    font-family: 'AllerBold';
    src: url('font/aller_bd-webfont.eot');
    src: url('font/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/aller_bd-webfont.woff') format('woff'),
         url('font/aller_bd-webfont.ttf') format('truetype'),
         url('font/aller_bd-webfont.svg#AllerBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MuseoSlab500';
    src: url('font/museo_slab-webfont.eot?') format('eot'),
         url('font/museo_slab-webfont.woff') format('woff'),
         url('font/museo_slab-webfont.ttf') format('truetype'),
         url('font/museo_slab-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;
}
