

body {
    /*background-image : url('white.jpg');*/
  }


table {
    width : 100%;
  }

td {
	vertical-align: top;
  }


img {
    border:0px;
  }


div.header {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 15px;
  }


div.middle {
    margin: auto;
    max-width:1280px; 
    padding-top: 5px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: justify;
/*    margin-left: 350px;
    margin-right: 350px;
    margin-right: 250px;*/
  }


div.leftcolumn {
    width: 0px;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
  }

div.rightcolumn {
    width: 0px;
/*    width: 250px;*/
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: right;
  }

/* ------------------------------------------
				STYLE DE BOITES DANS LA COLONNE GAUCHES
   ------------------------------------------ */


div.boxtitle {
    border-top: solid black 0px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
/*    background-image : url('white.jpg');*/
    background-color: #eeeae6;
    /*#B2C8FF;
    */ padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    /*color:#5B5B5B;*/
    -moz-border-radius: 10px 10px 0 0;
  }


div.photo {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 0;
    text-align: center;
  }


div.box {
	          counter-reset: noticeCounter;
/*    border-top: solid #ccc 0px;
    border-bottom: solid #ccc 1px;
    border-left: solid #ccc 1px;
    border-right: solid #ccc 1px;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 0;
    font-size: 12px;
 /*   background:f5f5f5; */
    -moz-border-radius: 0 0 10px 10px;
  }


div.box h1, div.boxtitle h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #552;
    font-size: 1.2em;
    margin: 0px;
    text-transform: none;
    border-bottom: 1px dotted #ccc;
  }


div.box h2 {
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
  }


div.box table {
    margin-top: 0px;
    padding: 5px;
    text-align: left;
    font-size: 12px;
  }


div.box table th {
    width: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    color: #36598E;
  }


div.box table td {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
  }

/* ------------------------------------------
				STYLE BOITES CENTRALES
   ------------------------------------------ */










div.otherboxtitle {
    background-color: #e9e9f3;
    margin-left: 4px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    font-size: 14px;
    border-top: 1px solid #ccc;
    border-bottom: 0px solid #ccc;
    font-size: 1em;
    font-weight: bold;
    -moz-border-radius: 10px 10px 0px 0px;
    text-transform: none;
  }


div.otherbox {
    margin-left: 4px;
    border: 1px #ccc solid;
    border-top:0px;
    margin-top: 0px;
    padding: 5px;
    text-align: left;
    background: #e9e9f3;
    font-size: 12px;
    -moz-border-radius: 0px 0px 10px 10px;
  }


div.otherbox table {
    margin-top: 0px;
    padding: 5px;
    text-align: left;
    background: #e9e9f3;
    font-size: 12px;
  }


div.otherbox h1, div.otherboxtitle h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #552;
    font-size: 1.2em;
    margin: 0px;
    text-transform: none;
    border-bottom: 1px dotted #ccc;
  }


div.otherbox h2 {
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
  }


div.otherbox p {
    margin-top: 5px;
    margin-bottom: 10px;
  }


li {
    margin-bottom : 0px;
    margin-top : 0px;
  }


a.retour {
    font-style : oblique;
    font-weight : lighter;
  }


ul.annee {
    font-style : italic;
    font-weight : bold;
  }


ul.paper {
    list-style-type : disc;
    font-style : normal;
    font-weight : normal;
  }


td.left {
    text-align : center;
    vertical-align : top;
    width : 300px;
  }


td.right {
    text-align : center;
    vertical-align : top;
    width : 300px;
  }


td.center {
    text-align : center;
  }

