/* begin : CSS commun */
body{
  font-family : "Times New Roman", Times, serif;
  font-size : 100%;
  /*background-color : #E3D8CB;*/
}
#home{
  font-family : "Times New Roman", Times, serif;
  background-color : #D3C0B4;
  font-size : 1.1em;
}
td{
  font-size : 1.0em;
}
li.french-list{
  list-style-type : none;
}
/*#italic, h1, h3{
  font-style : italic;
}
p{
  margin-bottom : 0cm;
  font-size : 18px;
  text-align : justify;
}*/
/* end : CSS commun */

/* begin : CSS concernant le contenu */
#main {
  margin-left : 250px;
}
/*#main img{
  float : left;
}
#main h1{
  color : #114488;
}
#main h3{
  color : #5577BB;
}*/
a{
  color : #333333;
}
a:hover{
  color : #333333;
  text-decoration : none;
  text-shadow: 1px 1px #002222;
}
/*
.partners{
  border : 2px solid #5577BB;
  border-radius : 3px;
  margin-top : 10px;
  margin-left : 10px;
  width : 800px;
  padding-left : 10px;
  padding-right : 5px;
}
.addMargin{
  margin-top : 20px;
  margin-left : 20px;
}*/
/* end : CSS concernant le contenu */

/* begin : CSS concernant le menu */
#menu{
  width : 200px;
  position : fixed;
}

#presentation{
  /*border : 2px solid #111111;
  border-radius : 3px;*/
  background-color : #EEEEEE;
  margin-bottom : 10px;
  text-align : center;
  padding-top : 20px;
  margin-top : 30px;
}
#presentation #version{
  text-align : right;
  font-size : 12px;
  margin-right : 3px;
}
/*#presentation img{
  width : 150px;
}*/

#navigation{
  /*border : 2px solid #666666;
  border-radius : 3px;*/
  background-color : #EEEEEE;
  padding : 5px 0px 5px 5px ;
  /*margin-left : 250px;*/
}
#navigation a{
  font-size : 15px;
  color : black;
  font-style: normal;
  margin-bottom : 20px;
  text-decoration : none;
  
  margin-right : 50px;
}
#navigation a:hover{
  text-shadow: 1px 0px #222222;
}
#navigation ul{
  list-style-type: none;
  padding-left: 10px;
}
/* end : CSS concernant le menu */

/* debut : CSS les articles */
#articles div.item {
  background-color: /*#F1EADE;*/ #D3C0B4;
  margin-bottom : 0px;
  margin-top : 15px;
}

#articles .date {
  vertical-align : top;
  padding-top : 15px;
/*  color : #837064;*/
}
#articles table{
  background-color: #D3C0B4;
  margin-top : 15px;
  width : 100%;
}

#articles dl{
margin-bottom : 0px;
}

#articles ul{
  list-style-type: lower-roman;
  background-color: #D3C0B4;
}
/* end : CSS concernant les articles */

/* debut : CSS les exposes */
#exposes .section {
  background-color: #D3C0B4;
}
#exposes div.item {
  margin-bottom : 0px;
  margin-top : 15px;
}
/* end : CSS concernant les exposes */
















