/* 
  Styles du site www.ieccc.org
  
#cf9 : vert clair
#9c6 : vert fonce
  
  @author Thierry Graff
  @history 2008.11.24 12:50:29 Creation
*/

/*************** GENERAL ********************/
body{
  margin:0; padding:0;
  font-family:Arial,Helvetica,sans-serif;
  /* background:#f9fbda; */
}
img{
  border:none;
}

a{ text-decoration:none; }
a:hover{ text-decoration:underline; }

/*************** SIDEBAR ********************/
#sidebar-left{
  width:160px;
}
#sidebar-right{
  width:205px;
}

/* section avec couleur de fond */
.sidebar .section{
  border:1px solid #693;  background:url(NAVPICS/bg_jaune_clair.jpg); padding:0; margin-bottom:1em;
}
#sidebar-left .section{
  width:154px;
}
.sidebar .section-title{
  background:#f68811;  border-bottom:1px solid #693;
  margin:0; padding:3px 0 0 8px;
  font:bold 11px Times new Roman; 
  letter-spacing:1px;
  vertical-align:middle;
}
.sidebar .section-content{
  font-size:13px;
  padding:5px;
}

/* section sans couleur de fond */
#sidebar-left .section2{
  width:154px;
}
.sidebar .section2{
  padding:0; margin-bottom:1em;
}
.sidebar .section2-content{
  font-size:13px;
  padding:5px 0;
}
.sidebar .section2 .section-title{
  border:1px solid #693;
}

/*************** CENTER ********************/
#center{
  padding:13px 20px 4px 16px;
}
/* Titres de différents niveaux */
.titre1{
  font-size:22pt; font-weight:bold; font-family:Arial, Times, sans-serif, mono; color:#000000;
  width:100%; text-align:center; padding:0 0 10px 0;
}
.titre2 { font-size:18pt; font-family:Arial, Times, sans-serif, mono; font-weight:bold; color:#000000; }
.titre3 { font-size:13pt;  font-weight:bold; font-family:Arial, Times, sans-serif, mono; color:#810100; }

.chapo {
	font-size:12pt;  font-weight:bold; font-family:Arial, Times, sans-serif; color:#000000;
}
.texte {
	font-size:10pt;  font-family:Arial, Times, sans-serif;
}

.list-articles{ padding-bottom:6px; padding-left:10px; }

#retour-rubrique{ font-size:12px; margin-top:12px; }

.red{ color:red; }
form.contact{ font-family:Times new Roman; }

.logo-right{ padding:0; margin:0; width:205px; text-align:center; position:relative; left:-2px;}

#sites .nom{ padding-top:1em; font-weight:bold; }
#sites .descriptif{ padding-left:12px;  }
#sites .url{ padding-left:12px; }

.page-rubrique .texte-rubrique{ font-size:12pt;  font-weight:bold; }

