/*** GLOBAL ***/
	BODY{
		padding: 0px;
		background-color: white;
	}

	*{
		font-family: Verdana, Arial, Sans-serif;
		color: #454545;
		font-size: 10px;
		margin: 0px;
		padding: 0px;
	}

	IMG{
		border: none;
		margin: 0px;
	}

	A{
		color: #1E4066;
	}

/************ PAGE ***********/

#window{
	background-image: url(../pics/bkgrd.gif);
}

TABLE#mainTable{
	height: 100%;
	background-color: #F9D9A4;
	width: 579px;
}

TD#mainLeftBorder{
	background-image: url(../pics/mainLeftBorder.gif);
	width: 5px;
	font-size: 0px;
}

TD#mainRightBorder{
	background-image: url(../pics/mainRightBorder.gif);
	width: 5px;
	font-size: 0px;
}

.vLine{
	background-image: url(../pics/vLine.gif);
	background-repeat: repeat-y;
	width: 3px;
	font-size: 0px;
}


/************ MIDDLE TABLE ***********/

#middleTable{
	background-image: none;
	background-color: #F9D9A4;
	width: 425px;
	font-size: 0px;
}

#centerTable{
	
}

#bandeau{
	background-image: url(../pics/bkgrd2.gif);
	height: 85px;
}

#mainImg{
	background-position: top left;
	background-repeat: no-repeat;
	height: 207px;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}

.dots425{
	background-image: url(../pics/dots_425.gif);
	background-repeat: no-repeat;
	height: 3px;
	font-size: 0px;
}

IMG#slashes{
	margin-top: 196px;
	vertical-align: bottom;
}

/************ LEFT MENU ***********/

A.leftLink{
	text-decoration: none;
}

A.leftLink:hover{
	text-decoration: underline;
}

/************ ARTCILE    ***********/

.titreArticle{
	font-weight: bold;
	font-size: 12px;
}

/************ RIGHT MENU ***********/

TD.rightMenu{
}

DIV.rightMenu{
	vertical-align: top;
	height: 100%;
}

TABLE.rightMenu{
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #F9D9A4;
	width: 141px;
}

.dots100{
	background-image: url(../pics/dots_100.gif);
	background-repeat: no-repeat;
	height: 3px;
	font-size: 0px;
}

#byKaliop
{
	text-align: right;
	padding-bottom: 2px;
	padding-right: 2px;
}

#byKaliop A
{
	text-decoration: none;
}

/************ MISC ***********/

.test{
	border: 2px solid red;
}

.hideMe{
	visibility: hidden;
	text-align: center;
	position: absolute;
	top:-1000;
	left: -1000;
}