
 body {margin:0 auto;font-size:62.5%; background:#F0F0F0 url(/templates/multiflex-5/bg_grey.jpg) repeat-x scroll left top ; font-family:arial,sans-serif;} /*Font-size: 1.0em = 10px when browser default size is 16px*/

.container {
	width:978px;
	font-size:1.0em;
	}

.header {
	width:958px;
	min-height:130px /*Non-IE6*/;
	height:auto !important /*Non-IE6*/;
	height:130px /*IE6*/;
	border-left:solid 10px rgb(200,200,200);
	border-right:solid 10px rgb(200,200,200);
    background:rgb(225,225,225) url(../img/bg_header.jpg) repeat-x /*Total header background image entered here. Height: 125px*/;
    font-size:1.0em;
	}
	
.header-top {
	clear:both;
    width:978px;
	height:100px;
	background:rgb(218,218,218) url(../img/bg_header_top.jpg) repeat-x /*Top header background image entered here. Height: 100px*/;
	font-size:1.0em;
	}
	
.header-bottom {
	clear:both;
	width:958px;
	min-height:30px /*Non-IE6*/;
	height:auto !important /*Non-IE6*/;
	height:30px /*IE6*/;
	background:rgb(225,225,225) url(../img/bg_header_bottom.jpg) repeat-x /*Bottom header background image entered here: Height: 25 px*/;
	font-size:1.0em;
	}

.topmenu {
	padding:145px 0 0 15px;
	height:50px;
	font-size:12px;
	}

.navbar {
	background:transparent url(../img/content.png) repeat-x scroll 0 0;
	float:left;
	font-family:tahoma,arial,sans-serif;
	font-size:130% !important;
	height:80px;
	white-space:nowrap;
	width:978px;
	}
	
.searchform {
	border-bottom:1px solid #999999;
	float:right;
	margin:10px 24px 0 0;
	padding-bottom:3px;
	}

.main {
	clear:both;
	width:978px;
	padding:10px 0 20px;
	background:transparent url(../img/content.png) repeat-y scroll 0 0;
	font-size:1.0em;
	}

.content {
	/*display:inline;*/ /*Fix IE floating margin bug*/;
	float:left;
	width:676px;
	font-size:1em;
	margin-left:20px;
	overflow:visible !important /*Non-IE6*/;
	overflow:hidden /*IE6*/;
	}

.subcontent {
	background-color:transparent;
	float:right;
	font-size:1em;
	margin-right:18px;
	width:230px;
	}

.footer {
	background:transparent url(../img/footer.png) no-repeat scroll 0 0;
	clear:both;
	font-size:1.1em !important;
	height:54px;
	overflow:visible !important;
	padding:1em 0;
	width:978px;
	}

.wrapper {
	margin:0 auto;
	width:978px;
	}


/*  HEADER-TOP  */


/* Sitename and slogan */
.sitelogo {width:261px; height:111px; position:absolute; z-index:1; margin:0 0 0 15px; background:url(../copta.jpg) no-repeat;}
.sitename {width:300px; height:115px; z-index:1; margin:0 0 0 95px; }
.sitename h1 {font-family:"trebuchet ms",arial,sans serif; font-weight:normal; font-size:290% !important /*Non-IE6*/; font-size:260% /*IE6*/;}
.sitename h2 {font-family:verdana,arial,sans serif; margin-top:-5px; padding-bottom:2px; color:rgb(125,125,125); height:20px; font-weight:normal; font-size:130% !important /*Non-IE6*/; font-size:120% /*IE6*/;}
.sitename a{text-decoration:none; color:rgb(125,125,125);}
.sitename a:hover {text-decoration:none;}



/* Button navigation */
.navbutton {width:400px; position:absolute; z-index:2; margin-top:26px; margin-left:547px !important /*Non-IE6*/; margin-left:550px /*IE6*/;}
.navbutton ul {float:right;}
.navbutton li {display:inline; list-style:none;}
.navbutton li a {padding-left:3px;}
.navbutton a:hover {text-decoration:none;}
.navbutton a img {height:32px;}

/* Global navigation */
.navglobal {width:600px; position:absolute; z-index:3; margin-top:65px; margin-left:349px !important /*Non-IE6*/; margin-left:351px /*IE6*/;}
.navglobal ul {float:right; font-weight:normal;}	
.navglobal li {display:inline; list-style:none;}
.navglobal li a {display:block; float:left; padding:2px 5px 2px 5px; color:rgb(125,125,125); text-decoration:none; font-size:130% !important /*Non-IE6*/; font-size:120% /*IE6*/;}
.navglobal a:hover {text-decoration:none; color:rgb(255,255,255);}



/********************/
/*  NAVIGATION BAR  */
/********************/

/* Main menu */
.navbar ul {list-style-type:none;}
.navbar ul li {float:left; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; background-color:rgb(225,225,225);}
.navbar ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:3.1em; line-height:3.1em; padding:0 16px 0 16px; text-decoration:none; font-weight:bold; color:rgb(100,100,100); border-right:solid 0px rgb(215,215,215);}
.navbar ul li ul {display:none; border:none;}

/* Submenu (Non-IE6 hovering) */
.navbar ul li:hover {position:relative;} /*Sylvain IE hack*/
.navbar ul li:hover a {background-color:rgb(235,235,235); text-decoration:none;} /*Color main cells hovering mode*/
.navbar ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:1000; top:3.0em; margin-top:0.1em; left:0; padding:0px 16px 0px 16px; border-top:solid 1px rgb(215,215,215);}
.navbar ul li:hover ul li a {white-space:normal; display:block; width:10.0em; height:auto; line-height:1.3em; margin-left:-17px; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color:rgb(235,235,235); font-weight:normal; color:rgb(100,100,100);} /*Color subcells normal mode*/
.navbar ul li:hover ul li a:hover {background-color:rgb(225,225,225); text-decoration:none;} /*Color subcells hovering mode*/

/* Submenu (IE6 hovering) */
.navbar table {position:absolute; z-index:1000; top:0px; left:-1px; border-collapse:collapse;}
.navbar ul li a:hover {position:relative /*Sylvain IE hack*/; z-index:1000 /*Sylvain IE hack*/; background-color:rgb(235,235,235); text-decoration:none;} /*Color main cells hovering mode*/
.navbar ul li a:hover ul {display:block; width:10.0em; position:absolute; z-index:1000; top:3.1em; t\op:3.0em; left:0px; marg\in-top:0.1em; border-top:solid 1px rgb(215,215,215); }
.navbar ul li a:hover ul li a {white-space:normal; display:block; w\idth:10.0em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-right:solid 1px rgb(215,215,215); border-left:solid 1px rgb(215,215,215); border-bottom: solid 1px rgb(215,215,215); background-color:rgb(235,235,235); font-weight:normal; color:rgb(100,100,100);} /*Color subcells normal mode*/
.navbar ul li a:hover ul li a:hover {background-color:rgb(225,225,225); text-decoration:none;} /*Color subcells hovering mode*/

/*************/
/*  CONTENT  */
/*************/

/* Content cell (no subcells) */
.content-cell {
	width:676px;
    background-color:transparent;
	
	}

/* Content cell + subcells (subcells are NOT in boxform)  */
.content-cell-nobox {width:676px; background-color:rgb(255,255,255);}
.content-subcell-left-nobox {display:inline; float:left; width:337px; border-right:solid 1px rgb(215,215,215) /*Use this statement if left column is longer than the right column. Activate by removing "xx_" from property name*/; background-color:rgb(255,255,255);}
.content-subcell-right-nobox {display:inline; float:right; width:337px; border-left:solid 1px rgb(215,215,215)/*Use this statement if right columnn is longer than the left column. De-activate by adding "xx_" to propery name*/; background-color:rgb(255,255,255);}

/* Content cell + subcells (subcells ARE in boxform) */
.content-cell-box {width:676px; background-color:transparent;}
.content-subcell-left-box {display:inline; float:left; width:333px; background-color:transparent;}
.content-subcell-right-box {display:inline; float:right; width:333px;  background-color:transparent;}
.content-subcell-cell-box {width:333px; background-color:rgb(255,255,255);}


.subcontent-cell {
	width:270px;
    float:right;
	background-color:rgb(255,255,255);
	}


.footer p {
	clear:both;
	line-height:1.3em;
	text-align:center;
	color:rgb(125,125,125);
	font-weight:bold;
	font-size:110%;
	}
	
.footer p.credits {
	clear:both;
	font-weight:normal;
	}
	
.footer a, .footer a:visited {
	text-decoration:underline;
 	color:rgb(125,125,125);
 	}
	
.footer a:hover {
	text-decoration:none;
	 color:rgb(0,0,0);
	 }

.header-top {
	width:978px;
	height:209px;
	background:transparent url(../img/header_all.png) no-repeat scroll 0 0;
	height:209px;
	width:978px;
	}


.content-cell-corner-bottom {
	clear:both;
	width:676px;
	height:7px;
	margin-bottom:10px;
	border-bottom:1px dashed #999;
	}



.subcontent-cell {
background-color:transparent;
/*border-left:1px solid #C3C3C3;*/
float:right;
width:230px;
}
.subcontent-cell-corner-bottom {
	clear:both;
	width:229px;
	height:7px;
	margin-bottom:10px;
	border-bottom:2px solid #999;
	}

/******************/
/*  CLEAR FLOATS  */
/******************/
.container:after, .header:after, .header-top:after, .header-bottom:after, .navbar:after, .main:after, .content:after, .content div:after, .subcontent:after, .subcontent div:after, .footer:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.content-cell:after, .content-subcell-left:after, .content-subcell-right:after, .content-subcell-cell:after, .content-cell-box:after, .content-subcell-left-box:after, .content-subcell-right-box:after, .content-subcell-cell-box:after, .subcontent-cell:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.content-cell-corner-top:after, .content-cell-corner-bottom:after, .content-subcell-corner-top:after, .content-subcell-corner-bottom:after, .subcontent-cell-corner-top:after, .subcontent-cell-corner-bottom:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
 p:after {content:"."; display:block; height:0; /*clear:both; Do not use here to avoid paragraphs clearing next to images*/;  visibility:hidden;}
 
/**************/
/*  PRINTING  */
/**************/
/* To avoid that some layouts may break during printing */
/* we remove one vertical border-line for the subcells  */                 
@media print {.content-subcell-right-nobox {display:inline; float:right; width:337px; border-left:none; background-color:rgb(255,255,255);}}

.lnbar {
	float:left;
	border-bottom:1px dotted #999;
	margin:0 0 0 20px;
	font-size:10px;
	color:#999;	
	height:35px;
}

.lnbar a {
	color:#666;
	display:inline;
	text-decoration:none;
	line-height:1.6em;
}

.site-stamp {
	margin-left:20px;
	font-size:10px;
	color:#999;	
	
}



