﻿html, body, form
{
    font: 12px Arial, Sans-Serif;
    color: #000000;
    background: #EDEDED;
}

a
{
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
}
a:link, a:visited
{
    color: #000000;
}
a:hover, a:active
{
    color: #F8B600;
}

p.error 
{
    text-align: center;
    font-size: 14px;
}

#content
{
    max-width: 800px;
    margin: 0 auto;
}

table
{
    width: 100%;
}

td.CellNomChamp
{
    width: 150px;
}

input[type=text]
{
    width: 200px;
}

select
{
    width: 205px;
}

#valider
{
    text-align: center;
    margin: 20px 0;
}

#formulaire
{
    margin: 20px 0;
}

.ImageLegende
{
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.headerStyle
{
    color: #000000;
    font-weight: normal;
    font-size: .9em;
    background: #ffffff;
}

.rowStyle
{
    color: #000000;
    font-size: .9em;
    text-align: center;
    vertical-align: middle;
    background: #ffffff;
}

.NavigationSemaine
{
    margin-top: 20px;
}
.NavigationSemaine .Left
{
    float: left;
}
.NavigationSemaine .Right
{
    float: right !important; /* Corrige bug IE6 */
    float: none;
}

.EmptyData
{
    color: #000000;
    text-align: center;
    margin: 10px;
    padding: 5px;
    background: #f5f5f5;
    border: 1px solid #cccccc;
}

.ClearBoth
{
    clear: both;
}

#updateWrap
{
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	/*background-color: #333333;*/
	width: 100%;
	height: 100%;
	/*filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;*/
	z-index: 1;
}

#update
{
	background-color: #f9f9f9;
	height: 25px;
	width: 180px;
	margin-top: -15px;
	margin-left: -90px;
	border: 1px solid #eeeeee;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 15px;
	z-index: 2;
	line-height: 25px;
	font-weight: bold;
}

.NavigationLinkThumb
{
	float: left;
	border: 0px;
	margin-right: 10px;
}