@charset "UTF-8";


/* Page */


body, html {
	margin: 0;
	padding: 0;
}

body {
    font-family: Palatino, "Times New Roman", Times, serif;
	font-size: .85em;
	line-height: 1.4;
	color: #4d4d4d;
	background: #b3b198 url(/i18n/english/images/img_bgMain.jpg) repeat-x;
	padding-bottom:200px;
	height:100%;

}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1.2em 0 .5em 0; /* Rapproche le titre du texte. */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut.*/
    font-style: normal;
}
h1 {
    font-size: 1.75em;
	text-transform:uppercase;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
	text-transform:uppercase;
	color: #333333;
}
h4 {
    font-size: 1em;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut.*/
}


/* Liens */
a {
	color: #A34000;
    text-decoration: none;
}
a:hover,  a:focus, a:active {
    color: #cf7019;
}
a img {
    border: none;
}

a.small {
	color: #A34000;
    text-decoration: none;
	font-size: .9em;
}

blockquote {
  padding:20px;
  font-size: .8em;
  background-color: #FDFBF5;
  margin-left: 20px;
}

blockquote em {
  color: #cf7019;
  font-size: 1.5em;
  margin: 1.2em 0 1.5em 0;
}

/* Divers éléments de type en-ligne */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* custom classes */

.learnMore {
	margin: 20px 0px 25px 25px;
	padding: 0px 0px 10px 15px;
	border-left: #666666 1px solid;
}

.imgRightPadding {padding: 0px 15px 10px 0px;}


/* Div */
#wrap {
	margin: 0 auto;
	width: 798px;
	}
	
#wrapInside {
	margin: 0 auto;
	width: 512px;
	}

#contentHome {
	width: 798px;
	height:100%;
	float:left;
	margin: 0px auto;
	padding-bottom:100px;
	background:#e9e8d7 url(/i18n/english/images/btnBg_homePage.jpg) center bottom no-repeat;
}

#content {
	width: 798px;
	height:100%;
	float:left;
	margin: 0px auto;
	padding-bottom:100px;
	background:#e9e8d7 url(/i18n/english/images/btnBg_insidePage.jpg) center bottom no-repeat;
	}

#contentInside {
	width: 512px;
	height:100%;
	float:left;
	margin: 0px auto;
	background:#f4f3ed url(/i18n/english/images/img_footerInside.jpg) center bottom no-repeat;
}


#lftCol 
{
    width:230px;
	float:left;
	margin: 0 13px 0 15px;
}

#txtCol {
    width:512px;
	float: left;
	background-color: #F4F3ED;
	margin:0 15px 100px 13px;
}

#txtColHome {
	width:512px;
	float: left;
	background-color: #e1dfcb;
	margin:0 15px 100px 13px;
}

#txt {
	width: 80%;
	height:100%;
	float:left;
    margin:0 25px 1000px 45px;
}

.sealWave { z-index:2; position:absolute; bottom:0; left:0;}
.bttnImg { z-index:1; position:absolute; bottom:25px; left:20px;}

/* Div Subpages */

#wrapSubpages {
	margin: 0 auto;
	width: 512px;
	}

#contentSubpages {
	width: 512px;
	height:100%;
	float:left;
	margin: 0px auto;
	padding-bottom:100px;
	background:#F4F3ED url(/i18n/english/images/img_footerInside.jpg) center bottom no-repeat;
	}

#txtColSubpages {
    width:512px;
	float: left;
	background-color: #F4F3ED;
	margin:0 0 100px 0;
}


/* Menu */

.menu { z-index:3; position:relative; top:0; left:0;}
  
#menu {
	background: url(/i18n/english/images/img_sealskin.jpg) top center no-repeat;
	width:235px;
}

#menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
}

#menu ul li a {
	font-size: .92em;
	text-transform:uppercase;
	text-align:left;
	display: block;
	border-top: 1px solid #999999;
	padding: 5px 8px 4px 4px;
	margin-left:35px;
	text-decoration: none;
	color: #4d4d4d;
	width: 150px;
}
#menu ul li a:hover, #menu ul li a:focus {
	color: #cf7019;
}
#menu ul li a.firstLine {
	border-top: 0px solid #999999;
}
	
#menu .bg {
	background: url(/i18n/english/images/img_bgMenu.jpg) center repeat-y;

}

/* Submenu */

#menu ul ul {
	list-style: none; margin: 0px; padding: 0px; border: none;
}

#menu ul ul li {
	margin: 0px; padding: 0px;
}

#menu ul ul li a {
	text-transform:none; text-align:left; display: block; padding: 0px 5px 6px 14px; margin-left:35px; text-decoration: none; border-top: none; color: #984817; width: 143px; line-height:14px;
}
#menu ul ul li a:hover, #menu ul ul li a:focus {
	color: #cf7019;
}
