/* CSS Document */

.background {
	background-color: #550b42; /*330033*/
	background-image: url(../images/barok2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	}

.bodyline	{ background-color: #000000; border: 1px #FF9933 solid; } /*b61d5d ffa63e 660066*/

.forumline	{ 
	background-color: #b61d5d;
	border: 1px #7c1a5a solid;
}

th { font-family: "Comic sans MS",Verdana, Arial, Helvetica, sans-serif }
th	{
	color: #da1515; font-size: 13pt; font-weight : bold;
	background-color: #ffca4e; height: 30px;
	background-image: url(../images/cellpic3.gif);
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #b61d5d; border-style: solid; height: 28px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }
td.row1	{
	background-color: #550b42;
	/*background-image: url(../images/PurpleMetal2.gif);
	background-repeat: repeat;
	background-attachment: fixed;*/
}

.main {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #FFCC99;
	}
	
.titre {
	font-size: 13pt;
	font-weight: bold;
	color: #FFCC66; /*#F2B36C;*/
	}
	
.soustitre {
	font-size: 11pt;
	font-weight: bold;
	color: #FFCC66; /*#F2B36C;*/
	text-decoration: underline;
	}

.dropdown { background-color: #550b42; color: #FFFFFF; }

a { font-size: 11pt; color: #666666; text-decoration: none; }
a:hover { text-decoration: underline; }
