/* CSS IRCNet
 * Vous pouvez le r<E9>utiliser et le modifier
 * a votre convenance
 *
 */

/* Definition BODY */

body          
{
        text-align: center;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
	backgroud-color: #FFFFFF;
	background-image: url('img/ircnet-wp1.gif');
	scrollbar-face-color: #272A2F;
	scrollbar-shadow-color: #1B1E25;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #272A2F;
	scrollbar-darkshadow-color: #1B1E25;
	scrollbar-track-color: #ACB8D2;
	scrollbar-arrow-color: #ffb903;
}

/* Definition TABLE */


table
{
        width: 100%;
        border-width: 0px
}

table.main
{
        width: 700px;
        border-width: 0px;
        border-color: #000000;
        border-style: solid;
        background-color: #000000;
}

table.header
{
        width: 100%;
        height: 80px;
        border-width: 0px
}

table.header2
{
        background-color: #000066;
        width: 100%;
        height: 15px;
        border-width: 0px
}

table.header3
{
        background-color: #ffffff;
        width: 100%;
        height: 15px;
        border-width: 0px
}


/* Definition TR */

tr.rub
{
        width: 100%;
        height: 12px;
        border-width: 0px;
        border-color: #000000;
        border-style: solid;
        background-color: #000088;
}

tr.ssrub
{
        width: 100%;
        height: 12px;
        border-width: 0px;
        border-color: #000000;
        border-style: solid;
        background-color: #C8DBF3;
}

tr.ssrub2
{
        width: 100%;
        height: 12px;
        border-width: 0px;
        border-color: #000000;
        border-style: solid;
        background-color: #C8DBF3;
        text-align: center;
}


/* Definition TD */

td.ligne
{
        border:0px solid #000000; width: 100%;
        height: 17px;
        background-image: url('ligne.gif');
}

/* Classe TEXTE */

.txt_titre_g
{
        font-family: verdana, arial;
        font-weight: bold;
        font-size: 16px;
        color: #FE7400;
}

.txt_header
{
        font-family: verdana, arial;
        font-size: 12px;
        color: #ffffff;
}

.txt_menu
{
        font-family: verdana, arial;
        font-size: 12px;
        color: #000000;
}

.txt_main
{
        font-family: verdana, arial;
        font-size: 12px;
        color: #000000;
}

.txt_titre
{
        font-family: verdana, arial;
        font-weight: bold;
        font-size: 12px;
        color: #FE7400;
}

.txt_actu
{
        font-family: verdana, arial;
        font-weight: bold;
        font-size: 12px;
        color: #4E76AA;
}


/* Classe FORM */

input
{
        font-family: Verdana;
        font-size: xx-small;
        font-style: normal;
        line-height: normal;
        color: #000000;
        text-decoration: none;
        background-color: #ffffff;
        border: #000000;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px
}

input.rien
{
        font-family: Verdana;
        font-size: xx-small;
        font-style: normal;
        line-height: normal;
        color: #000000;
        text-decoration: none;
        background-color: #C8DBF3;
        border-style: none;
}


/* Classe LIENS */

a.hmenu
{
        font-family: Verdana;
        font-size: 12px;
        color: #F3ECFE;
        text-decoration: none;
}

a.hmenu:visited
{
        font-family: Verdana;
        font-size: 12px;
        color: #F3ECFE;
        text-decoration: none;
}

a.hmenu:hover
{
        font-family: Verdana;
        font-size: 12px;
        color: #F3ECFE;
        text-decoration: none;
}


a.lmenu
{
        font-family: Verdana;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
        font-weight: bold;
}

a.lmenu:visited
{
        font-family: Verdana;
        font-size: 12px;
        color: #000000;
        text-decoration: none;
        font-weight: bold;
}

a.lmenu:hover
{
        font-family: Verdana;
        font-size: 12px;
        color: #F78E29;
        text-decoration: none;
        font-weight: bold;
}


a
{
        font-family: Verdana;
        font-size: 12px;
        color: #666699;
        text-decoration: none;
}

a:visited
{
        font-family: Verdana;
        font-size: 12px;
        color: #666699;
        text-decoration: none;
}

a:hover
{
        font-family: Verdana;
        font-size: 12px;
        color: #FF3333;
        text-decoration: underline overline;
}


A.menu
{
	color: black; text-decoration: none
}

A.menu:hover
{
	color: red; text-decoration: underline
}
