body {
    font-family : 'Nimbus Sans L', Tahoma, Helvetica, sans-serif;
    font-size : 0.8em;
  }


table {
    font-family : 'Nimbus Sans L', Tahoma, Helvetica, sans-serif;
    font-size:0.9em;
  }


#menu {
    background-image : url('../images/logo/LogoEquipeCaravanesA-small.png');
    background-position : center top;
    background-repeat : no-repeat;
    float : left;
    font-size : 1em;
    margin-top : 5px;
    padding-top:90px;
    width : 20%;
  }


#menu a {
    text-decoration: none;
    margin: 0px;
    padding: 5px;
    display : block;
    background-color : #ffffff;
    color : black;
  }


#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid black;
  }


#menu ul li {
    border-bottom: 1px dotted black;
  }


#menu li a:hover {
    display : block;
    background-color : #C2F772;
    color : black;
  }


#menu h1 {
    text-decoration: none;
    margin: 0px;
    padding: 5px;
    display : block;
    background-color : #005b3a;
    color : white;
    font-size : 1em;
  }


#bandeau {
    background-color : #005b3a;
    border-bottom : 5px solid #C2F772;
    border-top: 10px solid #C2F772;
    color: #ffffff;
    float : right;
    margin-left : 1%;
    padding: 1%;
    width : 77%;
  }


#bandeau h1 {
    font-size : 3em;
    font-weight : 900;
    text-align : center;
    margin:0em;
  }


#bandeau p {
    font-size : 1em;
    font-weight : bold;
    text-align : right;
    margin:2px;
  }


#corps {
    background-color : white;
    border : 1px dotted black;
    float : right;
    margin-left : 1%;
    margin-top : 1%;
    padding : 1%;
    width : 76%;
  }

#corps ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

#corps a {
    text-decoration: none;
    margin: 0px;
    padding: 5px;
    display : block;
    background-color : #ffffff;
    color : black;
  }


#corps a:hover {
    display : block;
    background-color : #C2F772;
    color : black;
  }


#link ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }


#link ul li {
    bottom-color : black;
    bottom-style : dotted;
    bottom-width : 1px;
    text-align : left;
  }


#link ul li a {
    bottom-color : black;
    bottom-style : dotted;
    bottom-width : 1px;
    text-align : center;
  }


#link li a:hover {
    display : block;
    background-color : #C2F772;
    color : white;
  }


#corps legend {
    color : #005b3a;
    font-size : 1.2em;
    font-weight : bold;
  }


#corps h1 {
    color:#005b3a;
  }


#corps h2 {
    color:#005b3a;
  }


#corps h3 {
    color:#005b3a;
  }

#list ul {
	font-size: 1em;
list-style:	disc;
padding-left: 10px;
margin-left:  10px;
	}

#list ul li {
	padding-left: 20px;
	margin-left: 20px;
	}
