
html {
	height:100%;
}

body {
	height:100%;
	overflow-y:scroll;
}

img {
	behavior:url("pngbehavior.htc");
}

body,div,ul,ol,li,p {
	margin:0;
	padding:0;
	font-family:Verdana, sans-serif;
	color:#333;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:underline;
	color:#333;
}

ul {
	list-style: none;
}

ol {
	margin-left:1.5em;
}

#background {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;	
	z-index:1;
}

.bg_default { /* bg clients */
	background:blue url('/images/px.gif');
}

.headerBG {
	background:Transparent url('images/bg_website.png') top center no-repeat;
	float:left;
	width:100%;
	min-width:1000px;
	z-index:2;
	position:absolute;
	top:0;
	left:0;
}

.container {
	width:1000px;
	margin:0 auto;
}

/* HEADER begins */
	
.header {
	position:relative;
	height:50px;
	padding-top:30px;
	padding-left:50px;
	margin-bottom:68px;
	line-height:100%;	
}

.logo {
	float:left;
	width:266px;
	height:40px;
}

#jsddm {}
	
#jsddm li {	
	float: left;
	list-style: none;
}

#jsddm li ul {	
	position: absolute;
	visibility: hidden;
	margin-top:1px;
}

#jsddm li ul li {	
	float: none;
	display: inline;
	cursor:pointer;
}

.headerMenu li ul li {
	display:block;
	position:relative;
	float:left;
	background-color:black;
	color:white;
}

.headerMenu li ul li {
	display:block;
	position:relative;
	float:left;
	background-color:black;
	color:white;
}

.headerMenu {
	float:left;
	margin-top:5px;
	margin-left:10px;
	width:600px;
}

.headerMenu li {
	display:inline;
	font-size:11px;
	text-transform:uppercase;
	list-style:none;
	margin-right:20px;
}

.headerMenu li a {
	text-decoration:none;
	line-height:95%;
	color:#fff;
	padding:0 11px;
}

.headerMenu li a:hover,
.headerMenu li a.current {
	background-color:#fff;
	color:#3d3d3d;
}

.headerMenu li a.current {
	font-weight: bold;
}

.headerMenuSub {
	position:absolute;
	left:337px;
	top:50px;
	margin-top:6px;
	width:630px;
	visibility: hidden;
}

.headerMenuSub li {
	float: left;
	font-size:11px;
	text-transform:uppercase;
	list-style:none;
	margin-right:10px;
	margin-top:2px;
	white-space:nowrap;
}

.headerMenuSub li a {
	text-decoration:none;
	line-height:95%;
	background-color:#fff;
	color:#333;
	padding:0 5px;
}

.headerMenuSub li a:hover {
	color:#333;;
}

.headerMenuSub li a.current {
	/*color:#333;;*/
	color:#333;
	font-weight:bold;
}

.headerMenuSub li a.current:hover {
	/*color:#333;;*/
	color:#333;
	font-weight:bold;
	cursor:default;
}

.portHigh {
	background:#fff !important;
	color:#555 !important;
}

.portfolioMenu {
	margin:1px 0 0;
	padding:3px 0px !important;
	/*margin-top:10px;*/
}

.portfolioMenu li {
	background: #fff !important;
	color:#666 !important;
	display:block !important;
	font-size:11px;
	font-weight:normal;
	margin:0 0 2px !important;
	padding:1px 10px !important;
}

.portfolioMenu li:hover {
	background:#58585a !important;
	color:#fff !important;
}

/* MAIN_CONTENT begins */

.main_content {
	position:relative;
	margin-left:50px;
}

/* left menu */

#leftCol {
	float:left;
}

.contextMenu,
.mText {
	width:216px;
	/*margin-left:5px;*/
	margin-top:0px;
	overflow:hidden\9; /*overflow:hidden\9;*/
	text-transform:uppercase;
}

.mText {
	float:left;
	padding-bottom:40px;
}

.contextMenu li {
	list-style:none;
} 

.contextMenu li.current a, {
	color:#333;
}

.mText .menuItem.current {
	font-weight:bold;
	color:#000;
}

.contextMenu li.current a:hover,
.mText .menuItem:hover {
	text-decoration:none;
	color:#000;
	cursor:pointer;
}

.mText {
	min-height:300px;
}

.mText,
#mText{
	font-size:11px;
	padding:0 50px 7px 0;
	width:166px;
	float:left;
} 

.mText li {
	margin-bottom:5px;
}

.mText li a,
.mText .menuItem span {
	font-size:11px;
	background-color:#fff;
	cursor:pointer;
}



.mText .menuItem {
	margin-bottom:5px;
}

.contextMenu ul {
	margin-top:10px;
	margin-bottom:20px;
}

/* left menu thumbnails */

.mThumb {
	width:196px;
	margin:-6px;
	margin-right:25px;
	margin-left:-10px;
	padding-left:10px;	
}

.mThumb li {
	float:left;
	width:96px;
	height:60px;
	padding:0;
	/*margin-right:24px;*/
	margin-bottom:5px;
}

.mThumb li a {	
	position:relative;
	display:block;
	background-color:Transparent;
	color:#333;
}

.mThumb li a:hover {	
	text-decoration:none;	
	color:#000;
}

.mThumb li a div.thumbSdw {
	position:absolute;
	z-index:2;
	top:6px;
	left:0;
	width:60px;
	height:28px;
	-moz-box-shadow: 0 0 8px #333;
	-webkit-box-shadow: 0 0 8px #333;
	box-shadow: 0 0 8px #333;
}

.mThumb li a div.thumbSdw img {
	position:absolute;
	top:0px;
	left:0px;
	width:60px;
	height:28px;
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5', MakeShadow='true', ShadowOpacity='0.60');
	top:-5px\9;
	left:-5px\9;
	width:60px\9;
	height:28px\9;
	background: black\9;
	}

.mThumb li a img.thumbImg {
	position:absolute;
	top:6px;
	left:0;
	width:60px;
	height:28px;
	z-index:3;
}

.mThumb li a span {	
	position:absolute;
	top:38px;
	left:0;
	display:block;
	width:90px;
	height:20px;
	font-size:8px;
}

.thumbPaginator {
	margin-top:40px;
	margin-right:25px;
	margin-left:-10px;
	padding-left:10px;
	width:196px;
	float:left;
}

.thumbPaginator .paginatorpage {
	padding:0 7px 0 0;
	font-size:12px;
}

.thumbPaginator .current {
	text-decoration:underline;
}

/* inner content */

.inner_content {
	/*width:635px;*/
	width:660px;
	float:left;
	position:relative;
}

.shadowBox {
	background:#000;
	float:left;
}
.shadowBox2 { background: #000; width: 213px; }
.troisCol2nd {
	width:410px;
}

.portfolio {}

.portImg {
	position:relative;
	float:left;
}

.articles .portImg {
	padding:10px;
	background-color:#fff;
}

.portfolio .portImg {
	margin-right:30px;
	margin-bottom:50px;
	padding:10px;
	background-color:#fff;
}

.portfolio .portImg a {
	float:left;
	display:block;
}
/*
.portfolio .shadowWrapper {
	position:relative;
	float:left;	
	clear:left;
	padding-right:30px;
	padding-bottom:50px;
}

.portfolio .shadowWrapper .imgShadow {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	padding:10px;
	-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='20', MakeShadow='true', ShadowOpacity='0.80');
	top:-20px\9;
	left:-20px\9;
	background: black\9;
}

.portfolio .shadowWrapper .imgWrapper {
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	padding:10px;
	background:#fff;
}

.portfolio .shadowWrapper .imgWrapper a {
	position:relative;
}
*/
.details {
	float:left;
	position:relative;
	/*width:254px;*/
}

h1,
h3 {
	font-size:14px;
	text-transform:uppercase;
	margin:0;
}

h3 {
	font-weight:normal;
}

h2 {
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0 0 2em;
}

.inner_content p {
	text-transform:uppercase;
	font-size:10px;	
	line-height:130%;
}

.inner_content p.desc {
	margin-bottom:20px;	
}

/* form elements */

label {
	clear:both;
	display:block;
	text-transform:uppercase;
	margin-bottom:5px;
}

input,
textarea {
	margin-bottom:5px;
}

input.submit {
	clear:both;
	display:block;
	text-transform:uppercase;
	font-size:12px;
	border:1px solid #555;
	background-color:#f2f2f2;
	cursor:pointer;
	margin-top:5px;
}

/* FOOTER begins */

.footer {
	width:900px;
	margin:85px auto 0;
	text-transform:uppercase;
	font-size:10px;
	color:#333;	
	padding-bottom:15px;
}

p.lang {
	float:right;
}

p.sign {
	
}

.menuRight {
	position:absolute;
	top:0;
	right:0;
	/*width:175px;*/
	display:block;
}

.menuRight .mThumb {
	width:120px;
}

.menuRight .mThumb li {
	height:45px;
}

/* to see what db fields are available in a template, just remove the display:none */
ol.showOptions {
	font-size:9px;
	font-family:monospace !important;
	background-color:#f2f2f2;
	margin:20px 0;
	clear:both;
	list-style-position:inside;
	display:none;
}

/* static pages */

.static_page {
}

.static_page .contextMenu h3 {
	font-size:12px;
	line-height:10px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:22px;
}

.static_page .contextMenu li a {
	font-size:12px;
}

.static_page .contextMenu .current,
.mText .menuItem.current {
	font-weight:bold;
}

.static_page .inner_content {
	width:392px;
	padding:32px;
	/*margin:0 50px;*/
	background-color:#fff;

}

.static_page .inner_content h1 {
	font-size:12px;
	line-height:12px;
	margin:0 0 1.5em;
	text-transform:uppercase;
}

.static_page .inner_content p {
	text-transform:none;
	width:auto;
	margin:1.5em 0;
	font-size:12px;
}

.static_page .inner_content .img_block {
	margin:2em -2px 2em 0;
}

.static_page .inner_content .img_block a {
	padding:0 2px 0 0;
	float:left;
}

.summary {
	text-transform: uppercase !important;
}

/* Contact page */

#contact {
	font-size:12px;
}

#contact .contactInfo {
	width:291px;
	float:left;
}

#contact .contactInfo p {
	margin-bottom:1.5em;
	line-height:150%;
}

#contact .contactForm {
	float:left;
}

#contact .contactForm p {
	margin:0.75em 0;
}

/* Approche pages */
/*
#approche .mainShadowWrapper {
	position:relative;
	float:left;
}

#approche .mainShadowWrapper .textShadow {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:482px;
	-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='20', MakeShadow='true', ShadowOpacity='0.80');
	top:-20px\9;
	left:-20px\9;
	background: black\9;
}

#approche .mainShadowWrapper .inner_contentWrapper {
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	width:482px;
	background:#fff;
}
*/
#approche .content {
	width:392px;
	padding:32px;
	background-color:#fff;
}
#approche .content2 { background-color: #fff; padding: 32px; width: 392px; }
#approche .content h1 {
	margin-bottom:0;
	font-size:18px;
	font-weight:normal;
}

#approche .content h2 {
	margin:5px 0 40px;
	text-transform:none;
	font-size:14px;
}

#approche .content h3 {
	text-transform:none;
	font-size:12px;
	font-weight:bold;
	margin-top:2.5em;
	margin-bottom:1.5em;
}

#approche .content p,
#approche .articles p {
	font-size:14px;
	margin:1em 0 1.5em;
	line-height:130%;
}

#approche .content p {
	text-align:justify;
}

#approche .articles {	
	position:relative;
	float:right;
	width:340px;
	margin-right:72px;
}

#approche .articles .approcheImg {
	margin-bottom:50px;
	float:left;
}
/*
#approche .articles .shadowWrapper {
	position:relative;
	width:206px;
	height:150px;
	margin-bottom:50px;
}

#approche .articles .shadowWrapper .imgShadow {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	padding:10px;
	-moz-box-shadow: 0 0 30px #000;
	-webkit-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='20', MakeShadow='true', ShadowOpacity='0.80');
	top:-20px\9;
	left:-20px\9;
	background: black\9;
}

#approche .articles .shadowWrapper .imgWrapper {
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	padding:10px;
	background:#fff;
}

#approche .articles .shadowWrapper .imgWrapper img {
	position:relative;
}
*/
#approche .articles h3 {
	margin-bottom:0;
	font-size:18px;
	clear:left;
	padding-top:60px;
}

#approche .articles .desc {
	font-size:14px;
	text-transform:uppercase;
	margin:0 0 50px;
}

#approche .articles ul li {
	margin:0 0 20px;
	line-height:125%;
	font-size:14px;
	font-weight:normal;
}

#approche .articles ul li a span.title {
	text-transform:uppercase;
	margin:0;
	text-align:left;
}

#approche .articles ul li a span.author {
	color:#333;
	display:none;
}

/* About page */

#a_propos .mText {
	font-size:11px;
}

#a_propos h2 {
	font-size:14px;
}

#a_propos .contextMenu {
	float:left;
	margin:-10px 0 0;
}

#a_propos .contextMenu h2 {
	margin-bottom:30px;
}

#a_propos h1 {
	font-weight:normal;
	margin-bottom:30px;
}


#a_propos .francois {
	width:276px;
	float:left;
	margin-top:-10px;
}

#a_propos .portrait {
	position:relative;
	background:#fff;
	margin-bottom:32px;
	padding:10px;
	width:186px;
}

#a_propos .francois .desc {
	background:#fff;
	padding:25px 10px 20px;
	width:186px;
}

#a_propos .francois p {
	font-size:12px;
	text-transform:uppercase;
	line-height:110%;
}

#a_propos .reference {
	width:310px;
	float:left;
	margin-top:-10px;
}

#a_propos .reference h2 {
	margin-bottom:44px;
}

#a_propos .reference p {
	line-height:120%;
	font-size:11px;
	margin-bottom:3em;
}

#a_propos .reference p.citation {
	margin-bottom:1.5em;
}


