﻿/* -- Fichier CSS -- */
html{
  overflow-y: scroll;
  }
body{
  background: rgb(239, 239, 239);
  color: #000000;
  font: 0.8em Verdana, Arial, Helvetica, sans-serif;
  width: 750px;
  margin: 0 auto;
  }
h1{
  display: block;
  width: 750px;
  height: 4px;
  text-indent: -5000px;
  }
h2{
	text-align: center;
	padding: 0.2em 0em;
	margin: 1em 0 1em 0;
	color: rgb(17, 63, 143);
	font-size: 1.5em;
}
h3{
  color: rgb(255, 138, 0);
  font-size: 1.3em;
  }
h4{
  color: rgb(17, 63, 143);
  font-size: 1.1em;
  }
h5{
  margin: 0;
  padding: 0;
  font-size: 0.85em;
  }
h6{
  clear: both;
  }

ul{
  font-size: 0.9em;
  text-align: justify;
  }

p{
  font-size: 0.9em;
  text-align: justify;
  }

a{
  color: blue;
  text-decoration: underline;
  }
  a:hover{
    color: rgb(255, 138, 0);
    text-decoration: none;
    }

td{
	vertical-align: top;
	padding: 2px;
	text-align: center;
	width: 33%;
}


/* MENU */
#menu{
  margin: 0 0 3px 0;
  padding: 0.35em 0;
  border: 1px solid rgb(200, 200, 200);
  background: rgb(243, 243, 243) url(cssimg/back_menu.gif) repeat-x center center;
  font-size: 0.8em;
  text-align: center;
  }
  #menu li{
    display: inline;
    margin: 0;
    padding: 0;
    }
    #menu li a{
      margin: 0 1px;
      padding: 0.35em 15px;
      border: 1px solid rgb(200, 200, 200);
      border-style: none solid;
      color: rgb(47, 47, 47);
      font-weight: bold;
      text-decoration: none;
      text-align: center;
      }
      a.download{
        color: black;
        background: rgb(255, 230, 153) url(cssimg/back_menu_hover.gif) repeat-x center center;
        cursor: pointer;
        }
      #menu li a:hover{
        color: black;
        background: rgb(255, 230, 153) url(cssimg/back_menu_hover.gif) repeat-x center center;
        cursor: pointer;
        }

#footer{
  clear: both;
  margin: 0;
  padding: 1em 0;
  border-top: 1px solid rgb(200, 200, 200);
  }
  #footer p{
    margin: 0.2em 0;
    font-size: 0.8em;
    text-align: center;
    }
