/* Original de Morgan */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black; background: #E8E9FB; /*#e5ecf9; /*#EBF0FA; #E0CDA9; DDEEFF;*/
  text-align: center; /* astuce: centrage avec IE */
}

.content {
  width: 740px;
  margin: 20px auto;
  padding: 0 50px;
  border: 2px solid #356AA0;
  color: black; background: white;
  text-align: left; /* astuce: centrage avec IE */
}

.content h1 {
  font-size: 140%;
  color: #356AA0; background: white;
}

.content h2 {
  font-size: 115%;
  color: #356AA0; background: white;
}

.content h3 {
  font-size: 100%;
  color: #545454; background: white;
}

.content h4 {
   font-size: 16px;
   font-family: "Time New Roman", serif;
   color: #32B;
   text-align: center;
}

.content h5 {
              font-size: 13px;
              color: #6644EE;
              margin: 0px;
}



.content p {
  text-align: justify;
}

.content ul {
  list-style-type: square;
}

.content a {
             text-decoration: none;
             color: #356AA0; 
             background: white;
             }



.content a:hover {
  text-decoration: underline;
                   color:#FF9c00;
}




.pictures a { /*no line around the pictures*/
              color: white;
              }





.photo {
  float: right;
  width: 150px;
}

.tabs {
  margin: 0 -50px;
  padding: 0 50px;
  border-bottom: 1px solid #356AA0;
}

.tabs a {
  margin-right: 30px;
  padding: 0 20px;
  border: 1px solid #356AA0;
  color: #356AA0; background: #E5ECF9;
}

.tabs a.selected {
  border-bottom: 1px solid white;
  color: #356AA0; background: white;
}

.pied {
  margin: 0 -50px;
  padding: 15px 50px;
  border-top: 1px solid #356AA0;

}

hr {
  clear: both;
  visibility: hidden;
}


.centered { 
           text-align: center;
}
.right { 
           text-align: right;
}

.report_table td{ 
    padding: 5px
    }


.blue_table table /* Le tableau en lui-même */
{
   margin: auto;               /* center the table */
   border: 4px outset gray ;  /* 3D effect */
   border-collapse: collapse; /* border are not separate */
}
.blue_table th 
{
   border: 1.5px solid black;
   background-color: #DDEEFF;
   color: black;
   font-size: 1.0em;
   font-family: Arial, serif;
}
.blue_table td 
{
   border: 1.0px solid black;
   font-size: 0.8em;
   font-family: serif;
   text-align: center; /*all center*/
   padding: 5px;       /*let space to not tuching the table*/
}
.blue_table caption /* Titre du tableau */
{
   margin: auto; /* center title */
   font-family: Times, serif;
   font-weight: bold;
   font-size: 1.2em;
   color: black;
   background-color : white;
}
.align_left
{
   text-align: left; /*all left*/
}
.align_center
{
   text-align: center; /*all left*/
}


.contact_table table /* Le tableau en lui-même */
{
   border: 0px outset gray ;  /* 3D effect */
   border-collapse: collapse; /* border are not separate */
   text-align: left;
}
.contact_table td 
{
   border: 0.0px solid black;
   font-size: 0.9em;
   font-family: serif;
   text-align: left; /*all center*/
   padding-right: 25px;
}

.jury_phd_table
{
   border: 1px outset black;
   text-align: left;
}
.jury_phd_table .bold
{
   border: 100px;
   font-weight: bold;
}
.jury_phd_table .bold a {
    color: #000000; 
    background: white;
}
.jury_phd_table .bold a:hover {
    color:#FF9c00;
    background: white;
}
.jury_phd_table .italic
{
    font-style: italic;
}

table          { border-collapse: collapse;}
td#col1 {border: 0px solid blue;width: 160px;}
td#col2 {border: 0px solid blue;width: 60px;}
td#col3 {border: 0px solid blue;width: 80px;}
td#col4 {border: 0px solid blue;width: 270px;}
td#col5 {border: 0px solid blue;width: 150px;}

td             { border: 0px solid red; padding: 3px; }
td.cell5       { border: 5px dashed blue; }
td.cell6       { border: 5px solid green; }

td#col1 { text-align: left; }
td#col2 { text-align: center; }

