html {
    background-color: #678293;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
    background-image: url('/img/styles/radiant.png');
    background-position: left top ;
    background-repeat: repeat-x ;    
}

h1 {
	color: #62717c ;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

p.subtitle {
	color: #62717c ;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

/*
 *  Template styles
 */

div#allDocument {
    display: block;
    margin-left:auto;
    margin-right:auto;
    width: 1014px;
}

div#header{
    height: 85px;
    margin-left:auto;
    margin-right:auto;
    width: 990px;
    position: relative;
    z-index: 2;
}

div#header img#logo {
    float: left;
}

div#header ul#headerLanguageMenu {
	float: right;
	height:30px;
	width: 700px;	
	margin-top: 0px;
	padding-top:20px;
	text-align: right;
}	

div#header ul#headerLanguageMenu li {
	width: 25px;
	display: inline;	
}	

div#header ul#headerMenu {
	margin-bottom: 0px;
	display: inline;	
}	

div#header ul#headerMenu li {
	float: left;
	position: relative;	
}

div#header ul#headerMenu li a {
	float: left;
	display: block;
	width: 140px;
	height: 29px;
	background-image: url('/img/styles/headerMenuButton.png');
	text-align: center;
	color: #FFFFFF ;
	text-decoration: none;
	font-size: 1.3em;
	padding-top: 5px;
}	

div#header ul#headerMenu li div.headerMenuNavigationSecondLevel {
	display: none;
        background-image: url(transparent.png);
	position: absolute;
	top: 33px;
	left: 0px;
	z-index: 2;
}

div#header ul#headerMenu li ul {
        background-image: url('/img/styles/headerSubMenu-gradiant.png');
        background-attachement: scroll;
        background-position: left bottom;
        background-repeat: no-repeat;
}


div#header ul#headerMenu li ul li {
	float: none ;
	display: block;	
	background-image: none;
	height: 30px;
	width: 110px;
	padding-left: 15px;
	padding-right: 15px;
}	

div#header ul#headerMenu li ul li a {
	background-image: none;
	width: 110px;
	height: 15px;	
	text-align: left;
	padding-bottom: 5px;	
	font-size: 1.2em ;
}

div#header ul#headerMenu li ul li a:hover {
	color: #F0AF77 ;
}

div#header ul#headerMenu li ul li a.topBordered {
	border-top: solid 1px #FFFFFF ;	
}	

div#header ul#headerMenu li div.headerMenuNavigationSecondLevelBackground {
        background-image: url('/img/styles/headerSubMenu-background.png');
        background-attachement: scroll;
        background-position: left top;
        background-repeat: repeat-y;
}

div#header ul#headerMenu li div.subMenuBottom {
	width: 139px;
	height: 8px;
	padding: 0px;
	background-image: url('/img/styles/headerSubMenu-bottom.png');
        background-attachement: scroll;
	background-position: left bottom ;
}	

div#pageBackgroundContainer {
        position: relative;
        z-index: 1 ;
}

div#pageBackground{
        width: 1014px;
        background-image: url('/img/styles/page-background.png');
        background-position: center top;
        background-repeat: repeat-y;
	margin: 0px;
}


div#pageBackgroundTop {
	position: absolute;
	top: 0px;
}

div#flashDiv {
    margin-left:auto;
    margin-right:auto;
    width: 990px;
    z-index: 1;
}

object#flashDiv {
   width: 990px;
   margin-left: 12px;
}

.splashDiv {
}

div#homeContent {
    width: 990px;
}

div#pageContent {
    width: 930px;
    padding: 30px;    
}

div#homeContent,
div#pageContent {
    background-color: #FFFFFF;
    margin-left:auto;
    margin-right:auto;
}

div#homeContent .text ul,
div#pageContent .pageText ul {
	margin-bottom: 12px;
}

div#homeContent .text ul li,
div#pageContent .pageText ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 50px;
}	

div#homeContent .news{
    width: 303px;
    float: left;
    margin: 25px;
}

div#homeContent .news .newsTop {
	display: block ;
	height: 17px;
	background-image: url('/img/styles/news-top.png');
	background-position: top center;
	width: 303px;
}

div#homeContent .news .newsBody {
	display: block ;
	min-height: 178px;
	height:auto !important;
	height:178px;
	background-image: url('/img/styles/news-radiant.png');
	background-position: center top;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 20px;
}

div#homeContent .newsBackground {
        background-image: url('/img/styles/news-background.png');
        background-position: center top;
        background-repeat: repeat-y;
        min-height: 178px;
        height:auto !important;
        height:178px;
}

div .newsBody div.kitCmsBloc {
	margin-top: 0px;
}

div#homeContent .news .newsBottom {
	display: block ;
	height: 13px;
	background-image: url('/img/styles/news-bottom.png');
}

div#homeContent .text{
    width: 610px;
    float: left;
    margin-top: 25px;
    margin-bottom: 25px;
}

div#homeContent .text h1 {
	font-size: 1.7em;
	color: #2e617e;
}

.cornerLeft {
	float: left;
	margin-right: 5px;
}

.cornerRight {
	float: right;
	margin-left: 5px;
}

div.gallery.centered {
    margin-left:auto;
    margin-right:auto;
    text-align: center;
}

div#pageContent .colon {
	float: left;
	width: 300px;
}

div#pageContent .pageText {
        float: left;
        width: 600px;
}

div#pageContent .pageText p {
	margin-bottom: 12px;
}

div#pageContent .news{
    width: 264px;
    float: left;
}

div#pageContent .news .newsTop {
        display: block ;
        height: 16px;
        background-image: url('/img/styles/news-mini-top.png');
}

div#pageContent .news .newsBody {
        display: block ;
        min-height: 178px;
        height:auto !important;
        height:178px;
        background-image: url('/img/styles/news-mini-gradiant.png');
        background-position: center top;
        background-repeat: no-repeat;
        padding-left: 15px;
        padding-right: 15px;
}

div#pageContent .newsBackground {
        background-image: url('/img/styles/news-mini-background.png');
        background-position: center top;
        background-repeat: repeat-y;
        min-height: 178px;
        height:auto !important;
        height:178px;
}

div#pageContent .news .newsBottom {
        display: block ;
        height: 13px;
        background-image: url('/img/styles/news-mini-bottom.png');
}

div#pageContent .menu {
    width: 264px;
    float: left;	
}

div#pageContent .menu .menuTop {
        display: block ;
        height: 12px;
        background-image: url('/img/styles/menu-top.png');
	background-position: center top;
	width: 264px;
}

div#pageContent .menu .menuBody {
        display: block ;
        min-height: 117px;
        height:auto !important;
        height:117px;
	width: 264px;
        background-image: url('/img/styles/menu-radiant.png');
        background-position: center top;
        background-repeat: no-repeat;
}

div#pageContent .menu .menuBody ul {
	padding-left: 20px;
	padding-right: 10px;
}

div#pageContent .menu .menuBody ul li a {
	display: block ;
	color: #FFFFFF ;
	text-decoration: none;
	font-size: 1.2em;
	width: 200px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

div#pageContent .menu .menuBody ul li.sectionTitle {
	display: block ;
        color: #FFFFFF ;
        text-decoration: none;
        font-size: 1.4em;
        width: 220px;
        padding-top: 5px;
        padding-bottom: 5px;
	margin-left: 0px;
        font-weight: bold;
	border-bottom: solid 1px #FFFFFF;
}

div#pageContent .menu .menuBody ul li a.currentNavigation {
	color: #5088a8 ;
}

div#pageContent .menu .menuBody ul li a.bordered {
	border-bottom: solid 1px #FFFFFF;	
}

div#pageContent .menu .menuBody ul li a:hover {
	color: #F0AF77 ;
}

div#pageContent .menu .menuBody ul li ul {
	margin-left: 0px;
	padding-left: 10px;
}

div#pageContent .menu .menuBody ul li ul li {
	margin-left: 0px;
}

div#pageContent .menu .menuBody ul li ul li a {
	width: 180px;
	margin-left: 30px;
	font-size: 1.1em;
}

div#pageContent .menu .menuBackground {
        background-image: url('/img/styles/menu-background.png');
        background-position: center top;
        background-repeat: repeat-y;
	width: 264px;
}

div#pageContent .menu .menuBottom {
        display: block ;
        height: 11px;
        background-image: url('/img/styles/menu-bottom.png');
	background-position: center top;
	width: 264px;
}

div .newsBody div.kitCmsBloc {
        margin-top: 0px;
}

div .newsBody .imgContainer {
	width: 90px;
	text-align: center;
	margin-right: 5px;
}

div #pageContent .newsBody .textColonBesideImg {
	width: 135px;
	margin-left: 95px;
}

div #homeContent .newsBody .textColonBesideImg {
        width: 170px;
        margin-left: 95px;
}

div#pageFooter{
	width: 1014px;
	height: 23px;
        background-image: url('/img/styles/page-bottom.png');
        background-position: center top;
        background-repeat: no-repeat;	
}

div#footer {
    height: 20px;	
    color: #FFFFFF;
    margin-left:auto;
    margin-right:auto;
    width: 990px;
    margin-bottom: 20px;
}
div#footer a {
	color: #FFFFFF;	
	text-decoration: none;
}	

div#footerCopyright {
	float: left;
}

div#footerMenu {
	float: right;
}
