body {
 color:black;
 background:white;
 font-family: verdana,geneva,sans-serif;
 font-size: 16px;
 padding: 0px;
 margin: 0;
}

table {
 border-spacing: 0;
 width: 100%;
 border-collapse: collapse;
}

td.content table {
 border-spacing: 0 10px;
 width: 100%;
}

td.content {
 background:white;
 padding: 10px;
/* width: 600px; */
}

td.titre {
 padding: 10px;
 font-size:25px;
 font-weight: normal;
/*
 border-color: rgb(255,230,180);
 border-top-style: solid;
 border-width: 2px;
 background: rgb(255,230,180);
 color: rgb(80,130,155);
 background-image: url("/irene/titre_bg.gif");
 background-repeat:repeat-y;
 */
 background: white;
 background-image: url("/irene/bizo1.gif");
 background-repeat: no-repeat;
}

td.menu {
 background:rgb(180,230,255); 
 padding: 0px;
 width: 200px;
 background-image: url("/irene/logo6.png");
 background-repeat:no-repeat; 
 background-position:0px 50px;
/* background-repeat:repeat-y;*/
}

td.menu a.nom {
 font-size:25px;
 padding: 10px;
 text-decoration:none;
 color: black;
 display:block;
}

td.menu ul {
 color: rgb(80,80,80);
 font-weight: bold;
 list-style-type: none;
 margin-bottom:15px;
 padding-left:15px;
 margin-left:0;
}

td.menu ul ul {
 color: rgb(80,80,80);
 font-weight: normal;
}

td.menu ul a:link,td.menu ul a:visited {
 color:rgb(120,120,120);
 text-decoration: none;
}

td.menu ul a:hover, td.menu ul a:active {
 color: black;
}
h1 {
 font-size:25px;
 font-weight: normal;
 background: rgb(255,230,180);
}
h2 {
 font-size:21px;
 font-weight: normal;
}
h3 {
 font-size:18px;
 font-weight: normal;
 margin-left: 10px;
}
td.menu ul {
 font-size:16px;
 font-weight: normal;
}

td.content li {
 margin-top: 10px;
 margin-bottom: 10px;
 }

td.content a {
 color:rgb(40,40,150);
 text-decoration: underline;
}

