/* BODY */

#body_ivoire {background-color:ivory}

/* H3 */

.h3_slate {text-align:center;
           color:ivory;
           background-color:slategray}

/* A liens */

.a_LEV {font-family:trebuchet MS, verdana;
	    font-weight:600;
         color:white;
         text-decoration:none;
         font-size:25px;}
.a_LEV:hover {color:black;
              background-color:white;
			  padding-left:10px}

.a_RPB {font-family:trebuchet MS, verdana;
         color:black;
         text-decoration:none;
         font-size:12px;}
.a_RPB:hover {text-decoration:underline}

.a_contact {font-family:trebuchet MS, verdana;
              color:black;
              text-decoration:underline;
              font-weight:bold;
              font-size:15px;}
.a_contact:hover {color:red}

.a_ivoire{font-family:Trebuchet MS; color:slategray}
.a_ivoire:hover{color:red; background-color:beige}

/* TD */

.td_pm {height:225;
        border:1px solid black}

/* P */

.p_ivoire {font-family:Trebuchet MS;
           color:slategray;
           text-align:center}
           
/* img */

.logo {margin-bottom:3px;
       cursor:pointer}
