
/*/////// DOCUMENTS STATIQUES /////////*/
#static_doc_1 {
  /*overflow: hidden;*/ /* Contexte de formatage. */
  width: 350px;
  background: url("../images/grey_rectangle.gif") no-repeat scroll top left;
  float: left;
  margin: 0 0 0 170px;
  /*border: 1px solid black;*/
}

#static_doc_2 {
  /*overflow: hidden;*/ /* Contexte de formatage. */
  width: 250px;
  /*position: absolute;*/
  margin: 75px 0 0 50px;
  float: left;
  /*border: 1px solid black;*/
}
/*-------------------------------*/


/*/////// DIVS PRINCIPAUX /////////*/
#left {
  /*overflow: hidden;*/ /* Contexte de formatage. */
  width: 400px;
  float: left;
  margin-left: 10px;
  margin-right: 25px;
  /*border: 1px solid black;*/
}

#right {
  /*overflow: hidden;*/ /* Contexte de formatage. */
  width: 400px;
  float: left;
  clear: right;
  /*border: 1px solid black;*/
}

#bottom {
  width: 100%;
  height: 40px;
  float: left;
  background: url("../images/bottom_white_line.gif") no-repeat scroll top center;
  /*border: 1px solid black;*/
}

/*/////// DIVS MEDIA /////////*/
#video {
  /*overflow: hidden;*/ /* Contexte de formatage. */
  /*display: inline;*/
  width: 400px;
  /*height: 293px;
  background-image: url("../images/video.jpg");
  background-repeat: no-repeat;*/
  /*border: 1px solid black;*/
  margin-bottom: 30px;
}

#img_p {
  overflow: hidden; /* Contexte de formatage. */
  width: 100%;
}

#img_p_left {
  float: left;
  margin-left: 10px;
}

#img_p_right {
  float: left;
  clear: right;
}

#calendar {
  margin: 0 auto 30px auto; 
  width: 750px;
  /*border: 1px solid white;*/
}
/*-------------------------------*/


/*/////// ELEMENTS TEXTE SPECIFIQUE /////////*/

p.presentation {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
margin: 0 0 5px 30px;
}

p.citation {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 17px;
font-style: italic;
margin: 0 10px 10px 10px;
}
/*-------------------------------*/


/*/////// ELEMENTS TEXTE PRINCIPAL /////////*/

h1.maintext {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
margin: 20px 0 10px 0;
color: white;
text-align: center;
background: url("../images/white_line.gif") no-repeat scroll center center;
}

h2.maintext {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
margin: 20px 0 5px 10px;
color: white;
}

h3.maintext {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
margin: 20px 0 5px 10px;
color: white;
}

h4.maintext {
font-family: arial, helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
margin: 20px 0 10px 0;
color: white;
text-align: center;
background: url("../images/white_line2.gif") no-repeat scroll center center;
}

p.maintext {
overflow: hidden; /* Contexte de formatage (pour les photos). */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
margin: 0 10px 15px 10px;
text-align: justify;
color: white;
}


img.mainimg {
  border: 1px solid white;
}

ul.maintext {
padding-left: 12px;
margin-left: 12px;
}

ul.maintext li {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: white;
}

table.links {
border: 1px solid white;
width: 350px;
margin-left: 10px;
margin-top: 10px;
}

table.links td {
border: 1px solid white;
padding: 5px;
}
/*-------------------------------*/

