html,body {
	background-color : white;
}

p,ul,li,td {
font-size : small;
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
color : black;
background-color : transparent;
}

img{
	border: 0;
}

h1 {
	color: rgb(0, 64, 0);
}

h2 {
	color: rgb(0, 64, 0);
}

a:link {color: green; text-decoration:underline;}
a:visited {color: gray; text-decoration:underline;}
a:hover {color:red; text-decoration:none;}

.column{
	float: left;
	width: 146px;
	background-color: rgb(200, 197, 154);
	clear: both;
	min-height: 500px;
}


.page{
	clear: right;
	padding: 0;
	margin: 0;
	min-width: 500px;
	max-width: 900px;
}

.content{
	background-color: rgb(96, 206, 125);
	border: 1px black solid;
	border-top: 0;
	margin: 0 0 0 0;
	padding: 8px;
	min-height: 464px;
	
	border: 1px solid black;
}

.links{
	float: left;
	clear: both;
}

.footer{
	padding: 0;
	margin: 0 0 0 160px;
	min-width: 100px;
	max-width: 750px;
	text-align: center;
}

td.msgerror{
	color: rgb(255, 0, 0);
}

#pleaseWait {
    text-align: center;
}

/**
 * Menu
 */

div.menu{
    margin: 0;
    padding: 0;
    height: 16px;
    background-image: url("../images/menubkgnd.png");
    background-repeat: x-repeat;
}


ul.menu{
	
    margin: 0 20px 0 0px;
    padding: 0;
    border: 0;
}

ul.menu li{
    float: left;
    clear: right;
    background-image: url("../images/ongletdeselect.png");
    background-repeat: none;
    width: 116px;
    height: 14px;
    padding: 2px;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
}

ul.menu li.select{
    background-image: url("../images/ongletselect.png");
    background-repeat: none;
    font-weight: bold;
}

ul.menu li:hover{
    background-image: url("../images/ongletfocus.png");
    background-repeat: none;
}

ul.menu li.select:hover{
    background-image: url("../images/ongletselfocus.png");
    background-repeat: none;
}

ul.menu li a{
    text-decoration:none;
    color: black;
}

ul.menu li a:hover{
    text-decoration:none;
    color: black;
}

ul.menu li a:visited{
    text-decoration:none;
    color: black;
}



a.curPageRef { font-size: larger; color: #efa;}
a:link.curPageRef { color: #efa;}
a:visited.curPageRef { color: #efa;}
a.otherPageRef { color: #efa;}
a:link.otherPageRef { color: #efa;}
a:visited.otherPageRef { color: #efa;}


/*
 * Tables
 */
 
table{
    background-color: #efe;
	border: 1px solid black;
	padding: 0;
	margin: 0;

	font-size : small;
	font-family : Verdana, Arial, Helvetica, Geneva, sans-serif;
}

table thead th, table tfoot th{
	background: #250;
  	color: #efa;
  	padding: 6px 12px 6px 12px;
	border: 1px solid black;
}

table tr:hover{
    background-color: #dfd;
}


table th{
  	background-color: #dfb;
  	padding: 6px 12px 6px 12px;
  	margin: 0;
/*	border: 1px dotted black; */
	text-align: center;
}

table td{
  	margin: 0;
  	padding: 6px 12px 6px 12px;
/* 	border: 1px dotted black; */
	text-align: left;
}

table td:hover{
  	background-color: #efd;
  	color: #250;
	border: 1px solid #bb;
}
#tdphoto { text-align:center;background-color:#60CE7D; }
#tablephoto { border:none;background-color:#60CE7D; }
/*
 * Planning (cadre autour du calendrier)
 */

table.planning tbody td{
 	border: 0;
}


/*
 * Calendar :
 */

table.calendar td b{
	font-size: 150%;
	font-weight: bolder;
}

/*
 * Account
 */

table.account tbody th{
	text-align: right;
}

table.account tbody td{
 	border: 0;
}

/*
 * search
 */
table.search{
    clear: none;
}

table.search tbody th{
	text-align: right;
}

table.search tbody td{
 	border: 0;
}

/*
 * search result
 */
table.searchresult td{
 	border: 0;
    border-bottom: 1px dotted black;
}

/**
 * Main table
 */
table.main {
	align: auto;
    border: none;
    background-color: white;
    margin: 0;
    padding: 0;
}

tr.main {
    border: none;
    background-color: white;
    padding: 0;
    margin: 0;
}

tr.main:hover {
    background-color: white;
}

td.main {
    border: white 8px solid;
    background-color: white;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

td.main:hover {
    background-color: white;
}

th.main {
    border: none;
    background-color: white;
    padding: 8px;
    margin: 8px;
    vertical-align: top;
}

#prof {
    background-color: #c8c59a;
    width: 146px;
    padding: 0;
    margin: 8px;
    text-align: center;
}

.header{
    background: white;
    border: 0; /* 1px blue solid; */
    margin: 0;
    padding: 0;
}

.footer {
	border: 0;
    margin: 0;
    padding: 0;
}
#goo {
    /*background-color: #c8c59a;*/
    width: 160px;
    padding: 0;
    margin: 8px;
    text-align: center;
}



