/* LEFT SIDE MENU CSS BEGINS | DEBUT DU CSS DU MENU LATERAL DE GAUCHE */
div.left ul.nav1 li h2.nav,
div.left ul.nav1 li h2.nav a.menulink,
div.left ul.nav1 li h2.nav a.menulink_selected {
    background-color: #255282;
}
/* LEFT SIDE MENU CSS ENDS | FIN DU CSS DU MENU LATERAL DE GAUCHE */

/* RIGHT SIDE MENU CSS BEGINS | DEBUT DU CSS DU MENU LATERAL DE DROITE */
div.right ul.nav1 li h2.nav,
div.right ul.nav1 li h2.nav a.menulink,
div.right ul.nav1 li h2.nav a.menulink_selected {
    background-color: #255282;
}
/* RIGHT SIDE MENU CSS ENDS | FIN DU CSS DU MENU LATERAL DE DROITE */



div.cn-left-col-default ul li,
div.cn-left-col-default ul li a,
div.cn-left-col-default ul li a:link,
div.cn-left-col-default ul li a:visited,
div.cn-left-col-default ul li a:hover,
div.cn-left-col-default ul li a:focus,
div.cn-left-col-default ul li a:active {background-color: #255282; color: #FFF;}

div.cn-right-col-default ul li,
div.cn-right-col-default ul li a,
div.cn-right-col-default ul li a:link,
div.cn-right-col-default ul li a:visited,
div.cn-right-col-default ul li a:hover,
div.cn-right-col-default ul li a:focus,
div.cn-right-col-default ul li a:active {background-color: #255282; color: #FFF;}


/*** Multibox - Generic Features ***/

div.rss_features ul.feed_items li.item div.header {
    background-color: #255282;
}





/*add scrollbars to content if it doesn't fit in template*/
.scrollbars{
	width: 98.5%;
	overflow: auto;
}

/* Styles for the CIMAR Report */
/*** Home ***/
 
#dfait_chapters {
 float:left;
 width:100%;
}
 
.chapter_preview {
 width:109px;
 height:150px;
 float:left;
 margin-right:5px;
}
 
.chapter_preview_fr {
 width:109px;
 height:150px;
 float:left;
 margin-right:5px;
 font-size:10px; 
}
 
#dfait_chapters img {
 border:1px solid #FFF; 
}
 
#dfait_chapters img:hover {
 border:1px solid #F00;
}
 
#video {
 float:left;
 clear:left;
 margin-top:20px;
 margin-bottom:10px;
}
 
#video_container {
 float:left;
 padding:0 20px 0 0;
}
 
#video_description {
 color:#255282; 
 padding:40px 0 0 0;
 margin:0;
}
 
.chapter_caption {
 font-weight:bold;
} 
 
.clear_left {
 clear:left; 
}
 
/*** Template ***/
 
.chapter_nav {
 text-align:right; 
 clear:right;
 padding-top:20px;
}
 
#chapter_contents {
 margin:10px 0 10px 0; 
}
 
#chapter_contents p {
 margin:0;
 padding:0;
 color:#5a5a5a;
} 
 
#chapter_contents a:link, #chapter_contents a:visited {
 color:#255282;
 font-weight:bold;
 text-decoration:underline;
}
 
#chapter_contents a:hover, #chapter_contents a:active  {
 color:#3e83cc;
}
 
.titles {
 color:#255282; 
}
 
.outer_content_table {
 float:right;
 margin-left:10px;
 width:342px;
}
 
.content_table {
 width:298px;
 border-collapse:collapse;
}
 
.content_table caption {
 margin-bottom:10px; 
}
 
.content_table th {
 color:#3d5f6e;
 text-align:center;
}
 
.content_table td {
 padding:5px;
 border-bottom:1px solid #000;
}
 
#profile {
 clear:right;
}
 
.img_float_left {
 float:left; 
 margin-right:15px;
}
 
.heading_background {
 color:#ffffff;
 background-color:#255282;  
}

/* End - Styles for the CIMAR Report */


