/* Global whitespace reset 
* {
	margin:0;
	padding:0;
}
*/

/* Typography */
body {
	font: 0.8em/1.2em "Thesis Sans", "Myriad Pro", "Lucida sans", Verdana, sans-serif;
	text-align: center;
	color: Black;
}
.tagline {
	font-style: italic;
}

h2,h3,h4{
	font-weight: bolder;
}

div.salles{
	font-weight: bolder;
	font-size: 120%;
	vertical-align: middle;
	text-align: center;
	margin: 20px;
	line-height: 20px;
}

hr{
	background: Gray;
	border: Gray;
	color: Gray;
	height: 1px;
}

/* Links */
a,
a:active,
a:link
{
	text-decoration: none;
	color: Gray;
	border-bottom: 1px dotted;
}

a:visited
{
	text-decoration: none;
}
a:hover
{
	color: Black;
	border-bottom: 1px solid;
}

.tablelink {
}

.tablesmalllink {
	font-size: 70%;
}

input.submitButton {
	border: 1px solid black;
	border-top-color: Silver;
	border-left-color: Silver;
	background: Gray;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 3px;
	cursor: pointer;
}

p.warning
{
	font: 1.2em;
	text-align: center;
	color: #576c36;
	font-weight:bold;
}

p.removed 
{
	font: 1.2em;
	text-align: center;
	color: #FFA500;
	font-weight: bold;
} 


p.note
{
	font: 0.8em;
	text-align: center;
}


/* Tables */
table.recherche
{
	border: 0px;
	text-align: center;
}

td.recherche
{
	border: 0px;
}


table.tableliste{
	border: 1px solid Silver;
}

th.tableliste
{
	font: bold 10px/22px;
	color: White;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 12px 4px 12px;
	background: Black;
	vertical-align: middle;
}
td.tableliste
{
	border: 1px solid Silver;
	padding: 8px 12px 4px 12px;
	text-align: left;
}

td.tableliste1
{
	border: 1px solid Silver;
	padding: 8px 12px 4px 12px;
	text-align: left;
	background-color: White;
}
td.tableliste2
{
	border: 1px solid gray;
	padding: 8px 12px 4px 12px;
	text-align: left;
	background-color: Silver;
}


div.pagination
{
    font: 1.0em "Thesis Sans", "Myriad Pro", "Lucida sans", Verdana, sans-serif;
    padding: 5px;
    margin: 5px
}
div.pagination a
{
	background-color: White;
	border: 1px solid Gray;
	color: Gray;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
}
div.pagination a:hover,active
{
    background-color: Gray;
    border: 1px solid Gray;
    color: White;
    margin: 5px;
    padding: 5px
}
div.pagination span.courante
{
	background-color: Black;
	border: 1px solid Black;
	color: #fff;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}
div.pagination span.desactive
{
	background-color: #fff;
	border: 1px solid Silver;
	color: Silver;
	margin: 5px;
	padding: 5px;
}

fieldset
{
	border: none;
}

img
{
	border: none;
}        