

body {
    background-color : #FFFFFF;
    color : #6C6C6C;
    font-family : 'DejaVu Sans', 'Nimbus Sans L', Verdana;
    font-size : 11px;
  }


h1 {
    color : #404040;
    font-family : 'DejaVu Sans', 'Nimbus Sans L', Verdana;
    font-size : 14px;
    font-weight : bold;
  }


ul {
    list-style-type: disc;
    list-style-image: url(images/ul.gif);
    list-style-position: outside;
  }

.txt1 {
    background-color : #FFFFFF;
    color : #6C6C6C;
    font-family : 'DejaVu Sans', 'Nimbus Sans L', Verdana;
    font-size : 12px;
}

.txtphoto {
    background-color : #FFFFFF;
    color : #6C6C6C;
    font-family : 'DejaVu Sans', 'Nimbus Sans L', Verdana;
    font-size : 16px;
}

.tiret_bottom {
    border-bottom-color : #CCCCCC;
    border-bottom-style : dotted;
    border-bottom-width : 1px;
  }


.tiret_top {
    border-top-color : #CCCCCC;
    border-top-style : dotted;
    border-top-width : 1px;
    color : #929292;
  }


.bottom {
    color : #929292;
  }


.bottom a {
    color : #929292;
    text-decoration : none;
  }


.bottom a:hover {
    color : #EE8181;
  }


.menu {
    color : #404040;
    font-family : 'DejaVu Sans', 'Nimbus Sans L', Verdana;
    font-size : 13px;
    font-weight : bold;
  }


.menu a {
    color : #404040;
    text-decoration : none;
    background-image : url('images/flechegris.gif');
    background-position : center left;
    background-repeat : no-repeat;
    padding-left : 16px;
  }


.menu a:hover {
    color : #EE8181;
    background-image : url('images/flecherouge.gif');
    background-position : center left;
    background-repeat : no-repeat;
    padding-left : 16px;
  }


.orange {
    color: #FF6633;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
  }

