/**************************
Keyven Ferland
http://www.keyvenferland.com
Default Stylesheet
**************************/

/* =General-----------------------------------------------------------------------------*/

p{margin: 0;padding: 0;}
ul{margin: 0;padding: 0;}
img{ /* Remove border around linked images */border: 0;}

/* =Typography-----------------------------------------------------------------------------*/

html { margin:0; padding: 0;
}
body { 
   margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 10pt;
	background: #fff url('images/bg-header.gif') repeat-x top center;
}

/* =Headings-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6{margin: 0; padding:0; color: #333; font-weight: normal; font-family: Arial, Helvetica, sans-serif;}

h1{font-size: 150%;}
h2{font-size: 135%;}
h3{font-size: 115%; font-weight: bold;}
h4{font-size: 105%; font-weight: bold;}
h5{font-size: 100%;}
h6{font-size: 100%;}

/* =Links-----------------------------------------------------------------------------*/

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

/* =Class-----------------------------------------------------------------------------*/

.clear{ /* Class for clearing floats */clear:both; padding: 5px 0 0 0;}
.left { float: left;}
.right { float: right; border: 0px}
.note{ padding: 20px 10px; margin: 20px 0; border: 1px solid #7684A8; background-color: #ccc; text-align: center;}
.center{ text-align: center;}
.logo a{ width: 225px; height: 50px; display: block; padding: 42px 0 42px 0; margin-bottom: 10px; text-indent: -10000px; background: transparent url('images/e-logo-mecnov-ndt.gif') no-repeat center left;}
.more a{ width: 24px; height: 16px; padding: 3px 14px; display: block; background: transparent url('images/bt-more.gif') repeat-x top left; color: #fff; float: right;}
.separate{ border-top: 1px dotted #E0E0E0; clear: both; padding: 10px 0; width: 100%;}

#header div.retour p{ position: absolute; top: 3px; right: 0; font-size: 85%; color: #8194A7;}
#header div.retour p a{ color: #fff; padding: 0 5px; text-decoration: none;}
#header div.retour p a:hover{ text-decoration: underline;}

/* =Main Nav -----------------------------------------------------------------------------*/

#header ul#main-nav{
	float: left;
	clear: both;
	list-style: none;
	border-right: 1px solid #8194A7;
}
#header ul#main-nav li {
	display: inline;
	float: left;
}
#header ul#main-nav li a{
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	padding: 0 35px 11px 35px;
	display: block;
	border-left: 1px solid #8194A7;
}
#header ul#main-nav li a:hover,
#header ul#main-nav li.active a{
   color: #fff;
   text-decoration: underline;
}

/* =Sub Nav -----------------------------------------------------------------------------*/

#sub-nav-container ul#sub-nav{
	width: 210px;
	list-style: none;
	float: left;
	margin: 0;
	margin-top: 15px;
	padding: 0 0 314px 0;
	border-top: 1px solid #E0E0E0;
	background: transparent url('images/bg-sub-nav.gif') repeat-x bottom left;
}
#sub-nav-container ul#sub-nav li {
	text-align: left;
	line-height: 14px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #E0E0E0;
}
#sub-nav-container ul#sub-nav li h2{
	font-size: 85%;
	text-transform: uppercase;
	color: #aaa;
	padding: 5px 0;
	padding-left: 15px;
}
#sub-nav-container ul#sub-nav li a{
	color: #333;
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	background-color: #F5F5F5;
}
#sub-nav-container ul#sub-nav li a:hover,
#sub-nav-container ul#sub-nav li.active a{
   color: #000;
   text-decoration: none;
	background-color: #e5e5e5;
}

/* =Main -----------------------------------------------------------------------------*/

#wrap{
	width: 100%;
}
#header{
	position: relative;
	width: 885px;
	height: 171px;
	margin: 0 auto;
	padding: 0;
	background: transparent url('images/img-header.gif') no-repeat top right;
}
#container,
#sub-nav-container{
	position: relative;
	width: 885px;
	margin: 0 auto;
	padding: 0;
}

/* =Top Content-----------------------------------------------------------------------------*/

#top-content-wrap{
	width: 100%;
	background: transparent url('images/bg-top-content.gif') repeat-x bottom left;
	border-bottom: 1px solid #E0E0E0;
	margin: 0;
	padding: 0;
	height: 30px;
	clear: both;
}
#top-content{
   clear: both;
   margin: 0 auto;
   padding: 7px 0 0 0;
   width: 885px;
   height: 23px;

}
#top-content p{
   color: #666;
   font-size: 85%; 
   padding: 0;
   text-align: right;
   border: 0px;
}
#top-content p a{
	color: #2A6893;
	text-decoration: none;
	padding-right: 5px;
}
#top-content p a:hover{
	text-decoration: underline;
}

#setDate{
	background-color: transparent;
        width: 160px;
	border: none;
        text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666;
}

/* =Content -----------------------------------------------------------------------------*/

#container #content{
	width: 885px;
	float: left;
	padding: 0;
	margin: 15px 0;
}
#sub-nav-container #content{
	width: 675px;
	float: right;
	padding: 0;
	margin: 15px 0;
}
#container #content table,
#sub-nav-container #content table{
	z-index: -1000px;
}
#container #content table td,
#sub-nav-container #content table td{
	vertical-align: top;
	padding-left: 10px;
}
#container #content table td.col-right,
#sub-nav-container #content table td.col-right{
	background-color: #F5F5F5;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	width: 200px;
	padding: 10px 5px;
}
#container #content table td.col-right h1,
#sub-nav-container #content table td.col-right h1{
	color: #333;
	font-size: 145%;
	letter-spacing: -0.01em;
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
}
#container #content table td.col-right p,
#container #content table td.col-right ul,
#sub-nav-container #content table td.col-right p,
#sub-nav-container #content table td.col-right ul{
	color: #333;
	font-size: 85%;
	line-height: 16px;
	padding: 5px 0;
}
#container #content table td.col-right span,
#sub-nav-container #content table td.col-right span{
	color: #999;
}
#frame_content img,
#sub-nav-container #content table td.col-left img{
	border: 1px solid #E0E0E0;
	background-color: #fff;
	padding: 2px;
	margin-bottom: 10px;
}
#container #content table td.col-right img.img-mecnov-iso{ clear:both; margin: 10px 0; border: 0; background-color: none; padding: 0;}

#container #content table td.col-left{
	width: 645px;
	padding: 0 15px;
}
#sub-nav-container #content table td.col-left{
	width: 435px;
	padding: 0 15px;
}
#container #content table td.col-left h1,
#sub-nav-container #content table td.col-left h1{
	color: #333;
	font-size: 185%;
	letter-spacing: -0.01em;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
#container #content table td.col-left p,
#container #content table td.col-left ul,
#sub-nav-container #content table td.col-left p,
#sub-nav-container #content table td.col-left ul{
	color: #333;
	line-height: 18px;
	padding: 10px 0;
}
#container #content table td.col-left ul,
#sub-nav-container #content table td.col-left ul{
	margin: 5px 10px;
	padding-top: 0;
}
#container #content table td.col-left ul li,
#sub-nav-container #content table td.col-left ul li{
	list-style: none;
	background: transparent url('images/ul-bullet.gif') no-repeat center left;
	background-position: 0 7px;
	padding-left: 12px;
}
#sub-nav-container #content table td.col-left table td{
	border-bottom: 1px dotted #E0E0E0;
	padding: 15px 5px;
}
#sub-nav-container #content table td.col-left table td p{
	padding: 5px 0;
}
#sub-nav-container #content table td.col-left table td a{
	text-decoration: underline;
}
#sub-nav-container #content table td.col-left table td a:hover{
	text-decoration: none;
}
p.top {
   color: #666;
   font-size: 85%; 
   padding: 0;
   text-align: right;
}
p.top a{
	color: #2A6893;
	text-decoration: none;
	padding-right: 15px;
	background: transparent url('images/img-top-page.gif') no-repeat center right;
}
p.top a:hover{
	text-decoration: underline;
}

/* =Top Page-----------------------------------------------------------------------------*/

#top-page-wrap{
	width: 100%;
	margin-top: 15px;
	border-top: 1px solid #E0E0E0;
	clear: both;
}
#top-page{
   clear: both;
   margin: 0 auto;
   padding: 7px 0 0 0;
   width: 885px;
   height: 23px;
}
#top-page p{
   color: #666;
   font-size: 85%; 
   padding: 0;
   text-align: right;
}
#top-page p a{
	color: #2A6893;
	text-decoration: none;
	padding-right: 15px;
	background: transparent url('images/img-top-page.gif') no-repeat center right;
}
#top-page p a:hover{
	text-decoration: underline;
}

/* =Site Map-----------------------------------------------------------------------------*/

#site-map-wrap{
	width: 100%;
	background: transparent url('images/bg-site-map.gif') repeat-x top left;
	border-top: 1px solid #E0E0E0;
	clear: both;
}
#site-map{
   clear: both;
   position: relative;
   margin: 0 auto;
   padding: 20px 0 0 0;
   width: 885px;
}
#site-map ul{
	list-style: none;
	width: 206px;
	height: 160px;
	padding-left: 15px;
	padding-bottom: 25px;
	float: left;
	font-size: 85%; 
	background: transparent url('images/bg-bottom-ul-site-map.gif') no-repeat bottom right;
}
#site-map ul li{
	line-height: 14px;
	padding: 2px 0;
}
#site-map ul li h1{
	color: #333;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 10px;
}
#site-map ul li p{
   color: #666;
   padding: 0 0 5px 0;
   text-align: left;
}
#site-map ul li a,
#site-map ul li p a{
	color: #2A6893;
	text-decoration: none;
}
#site-map ul li a:hover,
#site-map ul li p a:hover{
	text-decoration: underline;
}

/* =Footer-----------------------------------------------------------------------------*/

#footer-wrap{
	width: 100%;
	background-color: #F5F5F5;
	border-top: 1px solid #E0E0E0;
	clear: both;
}
#footer{
   clear: both;
   position: relative;
   margin: 0 auto;
   padding: 15px 0 0 0;
   width: 885px;
   height: 60px;
}
#footer p{
   color: #777777;
   font-size: 85%; 
   padding: 0;
   text-align: left;
}
#footer p a{
	color: #2A6893;
	text-decoration: none;
}
#footer p a:hover{
	text-decoration: underline;
}

