
body {
    font-family:	Verdana, sans-serif;
    font-size:		10px;
    color:		black;
}

a {
    color:		#6080A0;
}

/* -- vanilla classes -- */

.sniptitle {
    font-size:		18px;
    font-weight:	bold;
}

.snipinfo {
    font-size:		10px;
}

.snipcontent {
}

/* -- structure -- */

#tmain {
    width:		100%;
    border:		1px solid #AAAAAA;
}

#td11 { /* empty top-left bar */
    width:		25%;
    background-color:	#6080A0;
}

#td12 { /* navbar (top-right) */
    background-color:	#A8B8D0; 
    color:		white;

    text-align:		right;
    font-size:		10px;
    font-weight:	bold;

    padding:		4px 2px 6px 1px;
}

#td21 { /* sidebar */
    width:		25%;
    background-color:	#F0F0F0;
    vertical-align:	top;

    text-align:		right;
    font-size:		10px;

    padding-top:	20px;
    padding-left:	20px;
    padding-right:	20px;
}

#td22 { /* content */
    background-color:	#F8F8F8;
    vertical-align:	top;

    font-size:		10pt;

    padding:		20px;
}

#td31 { /* empty bottom-left bar */
    width:		25%;
    background-color:	#F0F0F0;
}

#td32 { /* footer */
    background-color:	#F8F8F8;
}

#td32 #brand { /* c'est un vanilla div */
    float:		right;
    width:		33%;
    background-color:	white;

    text-align:		center;
    font-size:		10px;
    line-height:	16px;
}
