/* Global */
body {
	background-color:#ebebeb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, p, div, li	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666666;
}
a {
	font-weight:bold;
	text-decoration:none;
	color:#004990;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
/* Outer table */
#outerTable {
	width:900px;
	background-color:#ffffff;
}
/* Dialogues */
.pageNotice {
	border : 1px solid #006400;
	padding : 4px;
	background : #CCFFCC;
	color : #006400;
	font-weight : bold;
}
.pageWarning {
	border : 1px solid #993333;
	padding : 4px;
	background : #FFC0CB;
	color : #993333;
}
.fieldWarning {
	color : #993333;
}
/* Headers, Footers, etc. */
#titleContent {
	padding-left: 12px;
	padding-top:12px;
	padding-bottom:12px;
	background-color: #ccdfec;
	background-image:url(../../../../static/public/fr/img/watermak_title.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#titleContent .group, #titleContent a {
	font-size : 24px;
	color : #666666;
	font-weight:normal;
	padding-left:2px;
}
#titleContent .page {
	font-size : 24px;
	color : #000000;
	font-weight:normal;
}
#leftContent a {
	text-decoration : none;
	color:#555555;
	font-weight:normal;
}
#leftContent a:hover {
	text-decoration : underline;
}
#leftContent {
	background-color : #f0f0f0;
	color : White;
	padding-left : 12px;
	padding-right:12px;
	padding-top:24px;
	vertical-align : top;
	width : 136px;
}
#leftContent h1 {
	color : #FFFFCC;
	padding : 18px 0px 2px 0px;
	font-size : 22px;
}
#leftContent ul.nav, #leftContent ul.nav li, #leftContent ul.nav_sel, #leftContent ul.nav_sel li {
	padding : 0px 0px 3px 0px;
	margin : 0px;
	list-style : none;
}
#leftContent ul.subnav, #leftContent ul.subnav li, #leftContent ul.subnav_sel, #leftContent ul.subnav_sel li {
	margin-left:6px;
	list-style-type:none;
	padding-left:0px;
	padding-bottom : 0px;
	/*display:block;*/
}
/*#leftContent .nav_sel a, #leftContent .subnav_sel a {
	text-decoration : underline;
}*/
#leftContent a {
	display:block;
	padding-bottom:5px;
	border-bottom:1px dotted #aaaaaa;
}
#leftContent a:hover {
	background-color:#ffffff;
	text-decoration:none;
}
.nav_sel {
	color:#000000;
	background-color:#ffffff;
}
#bodyContent {
	vertical-align : top;
	width : 740px;
	background-image:url(../../../../static/public/fr/img/watermak.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#bodyWrap  {
	/*padding : 12px;*/
	padding-top:24px;
	padding-left:24px;
	padding-right:24px;
	padding-bottom:12px;
}
#bodyContent a {
	font-weight: bold;
}
#bodyContent h1 {
	color:#000000;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	margin:0px;
}
#bodyContent h2 {
	color:#000000;
	font-weight: normal;
	font-size: 18px;
	line-height: 21px;
	margin-top:0.3em;
	margin-bottom:0.3em;
}
#bodyContent h3 {
	color:#000000;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	margin-top:0.4em;
	margin-bottom:0.3em;
}
#bodyContent td {
	padding : 2px;
	vertical-align : top;
}
#bodyContent .list {
	padding : 12px;
}
#bodyContent .sitemap {
	padding-left:0px;
}
#bodyContent .sitemap li {
	margin-left :24px;
	list-style-type : disc;
	padding-bottom : 2px;
}
#bodyContent .sitemap li li {
	list-style-type : circle;
}
#bodyContent .disclaimer {
	font-size : 11px;
}
#rightContent {
	vertical-align : top;
	width : auto;
}
#rightContent p {
	font-size : 12px;
	background-color : #FFFFCC;
	padding : 5px;
}
#footerContent {
	border-top : 1px dotted #cccccc;
	padding-left:12px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	color:#cccccc;
}
#footerContent img {
	float : right;
}
#footerContent a {
	font-weight:normal;
}
#disclaimer {
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:5px;
}
#disclaimer p {
	font-size:11px;
	line-height:13px;
	
}
#disclaimer p a {
	font-weight:bold;
	
}
.thumbnail {
	border : 1px solid Gray;
	padding : 2px;
	margin : 2px;
}
strong {
	font-weight : bold;
}
ol, ul {
	margin-top : 8px;
	margin-bottom : 8px;
}
li {
	margin-left : 28px;
	padding-bottom : 8px;
}
.pageHead {
	color:#000000;
	font-size:32px;
	line-height:36px;
}
.pageIntro {
	padding-top:25px;
}
.pageIntro p {
	color:#000000;
	font-size:14px;
	line-height:18px;
}
.pageIntro a {
	font-weight:bold;
}