body{
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Arial, Helvetica, serif;
    font-size: 14px;
    text-align: justify;
}
h1{
    text-align: center;
    margin-top: 0;
}
.container{
    max-width: 80%;
    margin: 0 auto 20px auto;
    position: relative; 
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
 }
.clearfix:after {
  clear: both; 
}
.header{
   display: block;
    overflow: hidden;
    width: 100%;   
    height: 151px;
}
.logo{
    display: block;
    overflow: hidden;
    height: 151px;
    width: 100%
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #7bb64c;
    margin: 3px 0 0 5px;
    display: inline-block;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 8px solid #7bb64c;
    border-bottom: 4px solid transparent;
    display: inline-block;   
    margin-right: 3px;
}
i.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
}
i.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
     margin-right: 10px;
}
/* menu */
.navbar-frame{
    display: block;
    width: 100%;

}
.navbar{   
    list-style-type: none;
    padding: 0;
    position: relative;  
    height: 35px;  
}
.navbar a{
    text-decoration: none
}
.menu-leve1{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.navbar ul.menu-leve1 > li:hover, .navbar ul.menu-leve1 > li a.active{
    background: #8117cb;
}
.menu-leve1 > li:hover span.arrow-down{  
    border-top: 8px solid #fff;
}
.menu-leve1 > li:hover > a{
    color: #fff
}
.navbar ul li > a{
    color: #1d4101; 
    display: inline-block;
    padding: 8px 9px;
    font-weight: bold;
    font-size: 13px
}
.navbar > ul.menu-leve1 {
    text-align: center;
    margin: 0 auto;    
}
.navbar > ul > li{
    display: inline-block;
    overflow: hidden;
}
.navbar ul li.active > a{
    background: #8deb2b;
}
.menu-leve1 > li + li{
    border-left: 2px solid #fff;
}
.navbar ul.menu-leve1 > li {
    background: #d6f1c3;
    height: 35px;
}
.menu-leve2{
    background: #d6f1c3;
    display:none;
    min-width: 120px;
    position: absolute;   
    box-shadow: 0 2px 2px 1px #ddd;  
    z-index: 999;
}
.menu-leve2 li{
    text-align: left
}
.navbar li.active .menu-leve2, .navbar li:hover .menu-leve2{
    display: block;
}
.menu-leve2 .list-unstyled a{
    font-size: 12px  
}
.menu-leve2 .list-unstyled a:first-letter {text-transform: uppercase}
.menu-leve2 .list-unstyled li:hover{
    background: #6c986c;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;   
}
.list-unstyled li{   
    width: 100%;
    overflow: hidden;
}
.menu-leve2 .list-unstyled li:hover a{
    color: #fff
}
.menu-leve2 .list-unstyled li:hover .arrow-right{
    border-left: 8px solid #fff;
}
.list-unstyled li + li{
   border-top: 1px solid #ddd;   
}
/* content */
.content{
    margin-top: 20px;
   display: block;
    width: 100%;
    overflow: hidden;    
}
.ct-left{
   display: block;
    overflow: hidden;
    width: 15%;
    float: left;
    background: #99cc66;
    padding-bottom: 99999px;
    margin-bottom: -99999px;
}
.ct-center{
    display: block;
    overflow: hidden;
    width: 70%;
    float: left;
}
.ct-right{
   display: block;
    overflow: hidden;
    width: 15%;  
    float: right; 
    background: #99cc66;
    padding-bottom: 99999px;
    margin-bottom: -99999px;
}
.ct-border{
    border: 2px solid #ddd;
    padding: 3px 3px 0 3px;
    display: block;
    overflow: hidden;  
}
.ct-left img, .ct-center img, .ct-right img{
    width: 100%
}
.text-center{
    padding: 0px 10px
}
.text-left, .text-right{
    padding: 0 3px;  
    text-align: left;  
}
.main-title{
    text-align: center;
    font-size: 24px;
}
blockquote{
    font-style: italic
}
.col-img{
    display: block;
    width: 100%;
    clear: both;
}
.img-right{
    position: relative;
    float: right;
    margin: 0px 0px 10px 10px;
}
.img-right img{
   width: 250px; 
   height: auto; 
}
.img-left{
    position: relative;
    float: left;    
    margin: 0px 5px 0px 0px;  
}
.img-left img{
    width: 330px; 
    height: auto;
}
.img-centre{
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.img-centre img{
     width: 450px; 
     height: auto; 
}
.div-right{
    position: relative;
    float: right;  
    width: 30%;   
    border: 2px solid #5B5B5C; 
    -moz-box-shadow:    inset 0 0 3px #000;
   -webkit-box-shadow: inset 0 0 3px #000;
   box-shadow:         inset 0 0 3px #000;
    padding: 10px; 
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: left;
}
.double-column{
    display: inline-block;    
    overflow: hidden;
    border:  2px solid #5B5B5C;
    margin-bottom: 10px;
    width: 98%
}
.column-left{
    float: left;
    width: 47%;
    display: inline-block;
    overflow: hidden;   
    border-right: 2px solid #5B5B5C;
    padding: 10px 2%;
}
.column-right{
    float: left;
    width: 45%;
    display: inline-block;
    overflow: hidden;
    padding: 10px 1% 10px 2%;    
}
/* video */
.list-video{
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.trois-video{
    float: left;
    width: 32.333%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    padding-right: 1%;
    margin-top: 5px
}
.deux-video{
    float: left;
    width: 49%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    padding-right: 1%;
    margin-top: 5px
}
.trois-video iframe, .trois-video embed{
    height: 230px;
    width: 100%
}
.deux-video iframe, .deux-video embed{
    height: 250px;
    width: 100%
}
/* list image  */
.list-img{
    padding-left: 0;
    list-style: none;
    text-align: center;   
    overflow: hidden;
    width: 70%;
    margin:  0 auto;
}
.list-img li {
    float: left;
    width: 50%;   
    text-align: center;
    margin-bottom: 20px;
}
.list-img img{
    display: inline-block;
    overflow: hidden;
    width: 220px;
    height: 320px;
    border:1px solid #000;
    padding: 10px 10px 0px 10px;
    text-align: center;
}

@media print {
    .hidden-print, .navbar-frame{
       display:none !important;
    }
    .content{
        margin-top: -20px;
    }
    .logo img {
	  margin-left: -60px;
	}

    html  { margin:0 !important; padding:0 !important; }   
    
    body  { background:#fff !important; font-size:9pt !important; padding:0 !important; margin:0 !important; }
    
    .header {
	height: 100px;
	text-align: center;
    }
    .logo{
	height: 100px;
    }
    .logo img {
	display:none !important;
    }
    .logo:after{
	content: url('http://www.OGMdangers.org/menu/image/BandeauOGM_etroit_1.gif') !important;
    }
}
@media all {
    .logo:after {
	content:url('http://www.OGMdangers.org/menu/image/BandeauOGM_etroit_1.gif') !important;
    }
}

@media (max-width: 991px) { 
    .container {
        max-width: 98%
    }
 }
@media (min-width: 1600px) {
  .container {
    max-width: 1140px;
  }
}
