/*
steelblue: rgb(70,130,180)
lightsteelblue: rgb(176,196,222)
silver: rgb(192,192,192)
dimgray: rgb(105,105,105)
*/

/*GENERAL*/
BODY {
	background: rgb(255,228,196);
	margin: 0px 0px 0px 0px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
}
A:link img, A:visited img, A:active img { border-style: none }

/*LOGOBAR*/
DIV.topinfodiv {
	border: 0px;
	position: absolute;
	top: 35px;
	right: 15px;
	z-index: 300;
	text-align: right;
}
TABLE.topinfo {
	border: 0px;
	background-image: url("../img/bgndtop.gif");
	position: relative;
	top: 0px;
	right: 0px;
	table-layout: fixed;
	width: 300px;
	height: 100px;
}
DIV.logobardiv {
	border: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	z-index: 299;
}
TABLE.logobar {
	border: 0px;
	background-image: url("../img/bgndtop.gif");
	position: relative;
	top: 0px;
	left: 0px;
	table-layout: fixed;
	width: 100%;
	height: 100px;
}
.topinfo {
	color: rgb(255,153,0);
	font-weight:bold;
	font-size: 12px;
}
.toptel {
	color: rgb(169,149,111);
	font-weight:normal;
	font-size: 12px;
}


/*LEFT MENU*/
DIV.leftmenudiv {
	border-top: 0px;
	position: absolute;
	top: 200px;
	left: 0px;
	width: 144px;
	z-index: 298;
}
P.leftmenu {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	width: 144px;
}

/*LEFT MENU*/
DIV.leftbardiv {
	border-top: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 144px;
	height: 100%;
	z-index: 297;
}
TABLE.leftbar {
	border: 0px;
	background-image: url(../img/leftbg.gif);
	position: relative;
	top: 0px;
	left: 0px;
	table-layout: fixed;
	width: 144px;
	height: 100%;
}

IMG.menu {
	border: 0px;
	cursor: pointer;
}
/* Corner */
DIV.corner {
	position: absolute;
	top: 100px;
	left: 144px;
	width: 473px;
	height: 415px;
	z-index: 295;
	background-image: url(../img/cercle2.gif);
}
/*Content*/
DIV.content {
	position: absolute;
	top: 200px;
	left: 300px;
	z-index: 400;
}
.title {
	font-size: 24px;
	font-weight: bold;
	color: rgb(105,105,105);
	font-family:verdana,geneva,arial,helvetica,sans-serif;
}
.content {
	font-size: 14px;
	font-weight: normal;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
}
.retour {
	font-size: 12px;
	font-style: italic
	font-weight: lighter;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
}
.bigcontent {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
}
UL {
	font-size: 12px;
	font-weight: normal;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
}
LI {
	font-size: 12px;
	font-weight: normal;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
}
TH {
	font-size: 12px;
	font-weight: bold;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
}