@charset "UTF-8";
/*--------------------------------------*/
	/*     global elements
/*--------------------------------------*/

body, html {
	background-color: #F2F2F2;
	margin: 0px 0px 0px 0px;
	/* font-family: "Trebuchet MS", "Gill Sans", Arial; */
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #000000;
	background-image: url(../images/template/header_full.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	/*background-color: #797979;*/
}

.embedCode {
	display: none;
}


/*--------------------------------------*/
	/*     header elements
/*--------------------------------------*/

.flower {
	position: absolute;
	left: 0px;
	top: 5px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/template/hibiscus.png');
	background-repeat: no-repeat;
	width: 113px;
	height: 186px;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.flower[class] {
	background-image: url(../images/template/hibiscus.png);
}
#headerContainer_en {
	background-image: url(../images/template/header_en.jpg);
	background-repeat: no-repeat;
	height: 204px;
	width: 750px;
	margin: auto;
}
#headerContainer_fr {
	background-image: url(../images/template/header_fr.jpg);
	background-repeat: no-repeat;
	height: 204px;
	width: 750px;
	margin: auto;
}
#headerNav {
	height: 59px;
	width: 257px;
	padding-top: 56px;
	padding-left: 424px;
}
#linkAccueil_en {
	display: block;
	width: 76px;
	height: 59px;
	text-decoration: none;
	float: left;
}
#linkAccueil_en:hover {
	background-image: url(../images/template/btn_accueil_on_en.jpg);
	background-repeat: no-repeat;
}
#linkPortfolio_en {
	display: block;
	width: 95px;
	height: 59px;
	text-decoration: none;
	float: left;
}
#linkPortfolio_en:hover {
	background-image: url(../images/template/btn_portfolio_on_en.jpg);
	background-repeat: no-repeat;
}
#linkContact_en {
	display: block;
	width: 85px;
	height: 59px;
	text-decoration: none;
	float: left;
}
#linkContact_en:hover {
	background-image: url(../images/template/btn_contact_on_en.jpg);
	background-repeat: no-repeat;
}
#staticAccueil_en {
	display: block;
	width: 76px;
	height: 59px;
	float: left;
	background-image: url(../images/template/btn_accueil_on_en.jpg);
	background-repeat: no-repeat;
}
#staticPortfolio_en {
	display: block;
	width: 95px;
	height: 59px;
	float: left;
	background-image: url(../images/template/btn_portfolio_on_en.jpg);
	background-repeat: no-repeat;
}
#staticContact_en {
	display: block;
	width: 85px;
	height: 59px;
	float: left;
	background-image: url(../images/template/btn_contact_on_en.jpg);
	background-repeat: no-repeat;
}


#linkAccueil_fr {
	display: block;
	width: 76px;
	height: 59px;
	text-decoration: none;
	float: left;
}
#linkAccueil_fr:hover {
	background-image: url(../images/template/btn_accueil_on_fr.jpg);
	background-repeat: no-repeat;
}
#linkPortfolio_fr {
	display: block;
	width: 95px;
	height: 59px;
	text-decoration: none;
	float: left;
}
#linkPortfolio_fr:hover {
	background-image: url(../images/template/btn_portfolio_on_fr.jpg);
	background-repeat: no-repeat;
}
#linkContact_fr {
	display: block;
	width: 85px;
	height: 59px;
	text-decoration: none;
	float: left;
}
#linkContact_fr:hover {
	background-image: url(../images/template/btn_contact_on_fr.jpg);
	background-repeat: no-repeat;
}
#staticAccueil_fr {
	display: block;
	width: 76px;
	height: 59px;
	float: left;
	background-image: url(../images/template/btn_accueil_on_fr.jpg);
	background-repeat: no-repeat;
}
#staticPortfolio_fr {
	display: block;
	width: 95px;
	height: 59px;
	float: left;
	background-image: url(../images/template/btn_portfolio_on_fr.jpg);
	background-repeat: no-repeat;
}
#staticContact_fr {
	display: block;
	width: 85px;
	height: 59px;
	float: left;
	background-image: url(../images/template/btn_contact_on_fr.jpg);
	background-repeat: no-repeat;
}



.headerTitle {
	width: 195px;
	height: 54px;
	margin-left: 290px;
	margin-top: 30px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/template/title_bg.png');
	background-position: bottom center;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #475C8B;
	line-height: 54px;
}
.headerTitle[class] {
	background-image: url(../images/template/title_bg.png);
	background-repeat: no-repeat;
}
.headerTitle img {
	margin-top: 12px;
}











/*--------------------------------------*/
	/*     main content elements
/*--------------------------------------*/

#mainContainer {
	width: 750px;
	margin: auto;
}
#leftContainer {
	float: left;
	width: 195px;
	margin-top: 30px;
	border-right: 1px solid #A7A7A7;
}
#rightContainer {
	float: left;
	width: 554px;
	margin-top: 30px;
}
#rightContainer p {
	margin-left: 20px;
}
.rightContentTitle {
	font-family: Georgia, "Trebuchet MS", Times, serif;
	margin-left: 20px;
	font-size: 24px;
	color: #6A88CB;
}
.rightContentSubTitle {
	margin-left: 20px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #A7A7A7;
}
.imgBorder {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #D4D4D4;
}
.imgInclude {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #D4D4D4;
	margin-right: 5px;
	margin-bottom: 5px;
}
.rightContentText {
	margin-left: 20px;
	margin-top: 20px;
	font-size: 12px;
	color: #222222;
}
.rightContentText a {
	color: #6A88CB;
	text-decoration: none;
	border-bottom: #6A88CB 1px dotted;
}
.rightContentText a:hover {
	color: #475C8B;
	border-bottom: #475C8B 1px dotted;
}

.rightContentText a.noBorder {
	text-decoration: none;
	border: none;
}

#flashList {
	width: 532px;
	height: 137px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#flashDetail {
	width: 176px;
	height: 146px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}
#descContainer {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	padding-left: 20px; 
	margin-top: 10px;
	width: 345px;
	float: left;
}

.loaded {
	display: none; 
}
.loading {
	position: absolute;
	z-index: 100;
	width: 300px;
	height: 91px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/template/loading_bg.png');
}
.loading[class] {
	background-image: url(../images/template/loading_bg.png);
	background-repeat: no-repeat;
}

#title {
	color: #6A88CB;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#titleLink {
	padding-right: 25px;
	background-image: url(../images/template/link_icon_out.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #6A88CB;
}
#titleLink:hover {
	background-image: url(../images/template/link_icon_over.gif);
	text-decoration: underline;
}
.itemTitle {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #EBA600;
	font-size: 14px;
}
#year {
	color: #555555;
	font-size: 14px;
}
#partner {
	color: #555555;
	font-size: 14px;
}
#clientLink {
	padding-right: 25px;
	background-image: url(../images/template/link_icon_out.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #555555;
}
#clientLink:hover {
	background-image: url(../images/template/link_icon_over.gif);
	color: #6A88CB;
	text-decoration: underline;
}
#type {
	color: #555555;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #A7A7A7;
}
#descript {
	color: #222222;
	font-size: 12px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #A7A7A7;
	padding-right: 30px;
	/*background-image: url(../images/template/desc_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;*/
}
#work {
	color: #222222;
	font-size: 12px;
	margin-top: 10px;
	padding-right: 36px;
	/*background-image: url(../images/template/work_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;*/
}



.itemDate {
	/*margin-left: 20px;
	margin-top: 10px;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #0E7B21;
}


.rightContentAd {
	float: left; 
	margin-left: 20px;
	margin-top: 60px;
}



#portFolioThumbs {
	margin-left: 7px;
}

.thumbPresenter {
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 8px 9px 8px 9px;
	background-image: url(../images/template/thumb_bg.gif);
	background-repeat: no-repeat;
	width: 98px;
	height: 98px;
}
.thumbPresenter a {
	display: block;
	width: 80px;
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 1px;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/template/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/template/bubble.png) bottom right;
}
/*
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
*/



/*--------------------------------------*/
	/*     left menu elements
/*--------------------------------------*/

#langLink {
	display: none;
	background-image: url(../images/template/lang_bg.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 26px;
	margin-bottom: 10px;
	text-indent: 38px;
	color: #596b95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 26px;
	text-decoration: none;
}
#langLink:hover {
	display: none;
	background-image: url(../images/template/lang_bg_on.gif);
	color: #e5a200;
}
.leftBox {
	width: 180px;
}
.paddingWhiteBox {
	padding: 0px 10px 0px 10px;
}

.paddingList {
	padding: 0px 10px 0px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.leftBoxMiddle {
	width: 180px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/template/left_box_middle.png');
	font-family: "Trebuchet MS", "Gill Sans", Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.leftBoxMiddle[class] {
	background-image: url(../images/template/left_box_middle.png);
	background-repeat: repeat-y;
}
.leftBoxMiddle img {
	border: 0;
	margin-right: 4px;
}
.leftBoxMiddle a {
	color: #000000;
	text-decoration: none;
}
.leftBoxMiddle a:hover {
	color: #6A88CB;
}
.leftBoxTop {
	width: 180px;
	height: 10px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/template/left_box_top.png');
	font-size: 3px;
}
.leftBoxTop[class] {
	background-image: url(../images/template/left_box_top.png);
	background-repeat: no-repeat;
}
.leftBoxFoot {
	width: 180px;
	height: 12px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/template/left_box_foot.png');
	font-size: 3px;
}
.leftBoxFoot[class] {
	background-image: url(../images/template/left_box_foot.png);
	background-repeat: no-repeat;
}

.leftContentTitle {
	margin-left: 4px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 24px;
	font-family: Georgia, "Trebuchet MS", Times, serif;
	color: #6A88CB;
}
.clientItem {
	margin-left: 4px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #EBA600;
}


#codeDetail {
	border-top: 1px dotted #A7A7A7;
	border-bottom: 1px dotted #A7A7A7;
	padding: 5px;
	width: 170px;
	margin-top: 50px;
	margin-left: 4px;
	/*margin-bottom: 20px;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #333333;
	font-size: 10px;
	background-color: #E8E8E8;
}
#w3c {
	margin-top: 5px;
}
#w3c img {
	border: none;
	padding-top: 3px;
}


/*--------------------------------------*/
	/*     right boxes elements
/*--------------------------------------*/




/*--------------------------------------*/
	/*    text content elements
/*--------------------------------------*/






/*--------------------------------------*/
	/*    messages elements
/*--------------------------------------*/




/*--------------------------------------*/
	/*    footer elements
/*--------------------------------------*/
.hSpacer {
	clear: both;
	width: 750px;
	height: 40px;
	margin: auto;
}
#footerContainer {
	clear: both;
	width: 750px;
	margin: auto;
	padding: 5px;
	border-top: 1px solid #A7A7A7;
	border-bottom: 1px solid #A7A7A7;
	/*font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 10px;
	color:#333333;
	text-align: center;
}
#subFooter {
	clear: both;
	width: 750px;
	margin: auto;
	padding: 10px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	color:#333333;
	text-align: center;
}

.adContainer {
	clear: both;
	width: 750px;
	height: 60px;
	margin: auto;
	text-align: center;
}
.adItem {
	float: right;
	margin-left: 10px;
}




















/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenuContainer {
	position: relative;
	width: 536px;
	height: 100px;
	background-image: url(images/right_element.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color:#FF9933;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#imageMenu {
	position: relative;
	width: 534px;
	height: 100px;
	overflow: hidden;
	/*background-color: #0099CC;*/
	background: #F2F2F2 url(images/tab3.jpg) top right no-repeat;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	margin-left: -40px;
	display: block;
	height: 100px;
	width: 1000px;
	/*background-color:#CC6699;*/
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #F2F2F2;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:127px;
	height: 100px;
}

#imageMenu ul li.tab0 a {
	background: url(images/tab0.jpg) repeat scroll 0%;
}

#imageMenu ul li.tab1 a {
	background: url(images/tab1.jpg) repeat scroll 0%;
}

#imageMenu ul li.tab2 a {
	background: url(images/tab2.jpg) repeat scroll 0%;
}

#imageMenu ul li.tab3 a {
	background: url(images/tab3.jpg) repeat scroll 0%;
	/*width: 120px;*/
	border-right: none;
}


.clear {
	clear: both;
}

/*************************************************************/


