/*-----------------------------------------------------*/
/*       Feuille de style - Graphit-art.com            */
/*-----------------------------------------------------*/

 
 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #c9effb;
	margin-top:0px;
	margin-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
scrollbar-arrow-color: white;
scrollbar-base-color: black;
scrollbar-dark-shadow-color: #006699;
scrollbar-track-color: #c9effb;
scrollbar-face-color: #006699;
scrollbar-shadow-color: white;
scrollbar-highlight-color: #006699;
scrollbar-3d-light-color: black;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #444372; }
hr	{ height: 0px; border: 2px solid #444372;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #c9effb; border: 1px #444372 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #c9effb; border: 1px #444372 solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #c9effb; }
td.row2	{ background-color: #c9effb; }
td.row3	{ background-color: #c9effb; }

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #006699; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #006699; text-decoration: underline; }

/* Text menu */
.menu {font-size : 11px; }
.bigmenu {font-size : 12px;}
.menu,.bigmenu { color: #006699; text-decoration: none; }
a.menu,a.bigmenu {text-decoration: none;}
a.menu:hover,a.bigmenu:hover {text-decoration: underline; color : #006699;}
.centrer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #006699;
	text-align: center;
}
.bouton {
	font-family: "MS Sans Serif", Verdana, "Times New Roman";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006699;
	text-decoration: none;
}
.gauche {
	text-align: left;
}
.souligné {
	text-decoration: underline;
}
.rouge {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #006699;
}

