/*------------------------------------------------------------------*/
/*                  CSS FOR OBSERVATOIRE CRITIQUE                   */
/*                                                                  */
/* AUTHOR: ShuTruK  / Modif par L.GENEST  16 sept.2006                                              */
/* LAST UPDATE: 20060814                                            */
/* VERSION: 0.2                                                     */ 
/* CSS VALID W3                                                     */
/*------------------------------------------------------------------*/


/*~START CSS~*/

/* 
 * ========================================
 * Global Element Styles 
 * ========================================
 */
*, html {
  margin : 0;
  padding: 0;
}

body {
  background-color: #fff;
  color: #030303;
  font: 12px arial, helvetica, sans-serif;
  text-align: justify;
  line-height: 18px;
  margin-left:15%;
}


/* 
 * ========================================
 * Links
 * ========================================
 */
a:link, a:visited {
  color: #858585;
  text-decoration: none;
}

a:hover, a:active {
  color: #fb7400;
 
}

a img {
  border: none ;
}

a.sub_link {
  font-size: 14px;
  color: #fb7400;
}

a:hover.sub_link {
  text-decoration: overline;
}

/* 
 * ========================================
 * Typography
 * ========================================
 */
#big_title, .title {
  color: #f56d09;
  font-weight:bold;
}
 
 #big_title {
  font-size: 20px; 
  padding-bottom: 20px;
 }
 
 #big_title2 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  font: arial, helvetica, sans-serif;
  text-align: right;
}

 #big_title3 {
  font-size: 20px;
  color: #f56d09;
  font-weight: bold;
  font: arial, helvetica, sans-serif;
  text-align: right;
  }
  
  #title2 {
  font-size: 14px;
  color: #888;
  font-weight:bold;
  }
  
  #title3 {
  font-size: 14px ;
  font-weight: bold ;
  Color: black ;
  font: arial, helvetica, sans-serif;
  }

  #title4 {
  font-size: 14px;
  color: #f56d09;
  font-weight:bold;
  }
  
.title {
  font-size: 16px; 
  padding-bottom: 10px;
}

.sous-titre {
  font-size: 14px;
  font-weight:bold;
  color: #000000;
  font: arial, helvetica, sans-serif;
  text-align: justify;
  line-height: 16px;
}

/* 
 * ========================================
 * Structure 
 * ========================================
 */


#header {
  height: 90px;
  margin: 0 20px 0 20px;
  padding-top: 20px; 
  text-align: right;
}

#menu {
  background: #d8d8d8;
  height: 25px;
  margin: 0 20px 0 20px;
  padding-top: 12px;
  font-size: 13px;
  text-align: right;
}

#menu2 {
  background: #d8d8d8;
  height: 10px;
  margin: 0 20px 0 20px;
  padding-top: 12px;
  font-size: 13px;
  text-align: right;
  }
  
#content, .menu_beta {
  margin: 0 20px 0 20px;;
}

#archives {
text-align: right;
}

#footer {
  clear:both;
  height: 30px;
  border-top: 1px solid #CCCCCC;
  text-align: center;
  font-size: 10px;
  margin: 0 20px 0 20px;
  padding: 10px;
}

#pied {
  border-top: 1px solid #CCCCCC;
}

/* 
 * ========================================
 * Sub-Structure 
 * ========================================
 */
#mini_show {
  /*width: 480px;*/
  margin-right: 290px;
  padding: 0px;
  padding: 20px 20px 0 0;
}

#menu_beta {
  float: right;
  width: 290px;
  text-align: right;
  font-weight: bold;
  font-size: 13px;
}

.article_titre, .list_article_titre { 
  text-align: left;
  padding-bottom: 10px;
}

.list_article_titre {
  font-weight:bold;
  font-size: 14px;
}

.article_name {
  font-size: 14px;
  font-weight:bold; 
  color: #f56d09;
}

.article_date {
  font-size: 12px;
  color: #888;
  font-weight: normal;
}

#articles {
  margin-left: 60px;
}

.list_articles {
  margin-left: 60px;
  margin-bottom: 20px;
}

.list_article_titre{
  padding-bottom: 0px;
}


/* 
 * ========================================
 * Content Links & Lists
 * ========================================
 */
#menu ul {
  text-align: right;
}

#menu li {
  list-style: none;
  display: inline; 
  padding: 20px;
}

#menu a {
  font-weight: bold;
  color: #888;
}

#menu a:active, #menu a:hover {
  color: #fb7400;
}


/*
 * ========================================
 * Content
 * ========================================
 */
.mini_show_main {
  padding: 15px 20px 15px 0px;
}

#menu_beta1, #menu_beta2, #menu_beta3, #menu_beta5 {
  font-weight: bold;
  margin: 15px 20px 5px 0;
  padding: 10px;
}

#menu_beta1 {
  background: #ffda70;
  padding: 20px 10px;
}

#menu_beta2 {background: #e1e1e1;}
#menu_beta3 {border: 1px solid #e1e1e1;}

#menu_beta4 {
  padding: 10px;
  border: 1px solid #e1e1e1;
}

#menu_beta5 {
  height:146px;
  background:#ffda70 url(/IMG/Nam-Vir3.jpg);
  padding: 80px 10px 20px 10px;

}

#tab_actu {
  text-align: justify;
  padding: 15px 20px 15px 10px;
  border: 1px solid #e1e1e1;

}
/* 
 * ========================================
 * Commentaires 
 * ========================================
 */
table.com, td.com { 
  width: 100%;
  border-collapse: collapse;
  padding: 5px;
  border: 1px solid #000;
}

td.line {
  border-bottom: 1px solid #eee;
}