/*
  WAgoldBook 
  Feuille de style 
  07 janvier 2003 par Bobe
  Modif par Nanette - decembre 2009
 */

body {	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0; 
	scrollbar-arrow-color: #FFCC99;
	scrollbar-3dlight-color: #6699FF;
	scrollbar-darkshadow-color: #3399CC;
	scrollbar-shadow-color: #3366CC;
	scrollbar-face-color: #003366;
	scrollbar-track-color: #003B78;
	background-image: url(../../images/backgroundyellow.jpg); 
}

table.header {
	background-image: url(../../images/backgroundyellow.jpg); 
	background-repeat: repeat-y repeat-x;
}

table.global {
	background-image: url(../../images/backgroundorange.jpg);
	border: 1px #000000 solid;
}

table.local {
	background-color: #DDDDDD;
	border: 1px #084A6B solid;
}

table.content {
	background-color: #FFFFFF; 
}

th {
	background-image: url(../../images/backgroundyellow.jpg); 
	height: 27px; font-size: 13px; font-weight: bold; 
	color: #C94B18;
}

td.tabbottom {
	background-color: #BBBBBB; 
	background-image: url(../../images/tabbottom.gif);
	height: 27px; font-size: 13px; font-weight: bold; 
	color: #000000;
}

td.space { height: 2px; background-color: #C8C8C8; }

td.row1 { background-color: #EAEAEA; }
td.row2 { background-color: #D9D9D9; }
td.row3 { background-color: #C8C8C8; }

/* Textes et liens */

font, th, td, input, textarea, select { font-family: Verdana, Arial, Helvetica, sans-serif; }

a, a:link { color: #FFFFFF; text-decoration: none; font-weight: bold; }
a:visited { color: #FFFFFF; text-decoration: none; font-weight: bold; }
a:hover { color: #FEB127; text-decoration: none; font-weight: bold; }

.menu {
	font-size: 12px; font-weight: bold; color: #2255FF;
}
a.menu, a.menu:link { color: #FFFFFF; text-decoration: none; }
a.menu:visited { color: #FFFFFF; text-decoration: none; }
a.menu:hover { color: #FEB127; text-decoration: none; }

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

.texte { 
	font-weight: normal; font-size: 12px; 
}

.smalltexte {
	font-weight: normal; font-size: 10px; 
}

/* Elements de formulaire */

input, textarea, select {
	color: #000000;
	font-size: 11px; 
}

input.text, textarea, select {
	background-color: #FAFAFA; 
	border-color: #000000; 
	border-width: 1px 1px 1px 1px; 
}

input.button {
	background-color: #ECECEC;
	border-color: #000000; 
	border-width: 1px 1px 1px 1px; 
}


