﻿body
{
	background-color: #0678b4;
	background-image: url(../images/bg-blue.jpg);
}

.Centre
{
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:12px;
	color:#000000;
	background-color:inherit;
}

h1
{
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:19px;
	text-indent:0px;
	text-align:center;
	color:#000000;
	margin-top:6px;
	margin-bottom:20px;
	font-weight:bold;
	background-color:transparent;
}

.validatorCalloutHighlight
{
    background-color: #fffacd;
}

#Avertissement
{
    background-color: #fffacd;
    border: solid 1px #000000;
    font-family: Verdana;
    font-size: 11px;
    padding: 5px;
    margin-bottom: 10px;

}

.AvertissementTitre
{
    font-weight: bold;
}

.Obligatoire
{
	background-color: inherit;
	color: Red;
	font-family: Verdana, Sans-Serif;
	font-weight: bold
}

table.Formulaire
{
	width: 100%
}

table.Formulaire td.Libelle
{
	padding: 3px;
	width: 33%;
}

table.Formulaire td.Champ
{
	padding: 3px;
	width: 67%;
}

table.Formulaire td.Bouton
{
	padding: 3px;
}

input.Champ, textarea.Champ
{
	width: 95%;
}


table.DataGrid
{
	width: 100%;
}

tr.DataGridHeader
{
	background-color: #0678b4;
	background-image: url(../images/TableauEnteteFond.gif);
	border-top: 0;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}

tr.DataGridFooter
{
}

tr.DataGridItem
{
	background-color: #f1f1f1;
	padding: 3px;
}

tr.DataGridAltItem
{
	padding: 3px;
}



table.CalendrierPetit
{
	background-color: #f9f9f9;
    border: solid 1px #cccccc;
    font-family: arial,helvetica,verdana,sans-serif;
    margin-top: 3px;
    width: 400px;
}
table.CalendrierPetitTitle
{
    background-color: #0678b4;
    border: none 0px #ffffff;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
}
th.CalendrierPetitEntetejour
{
    background-color: #ffffff;
    border: solid 1px #cccccc;
    font-size: 11px;
    font-weight: normal;
    padding: 3px;
}
td.CalendrierPetitJour
{
    border: solid 1px #cccccc;
    font-size: 11px;
    font-weight: normal;
    height: 18px;
}
td.CalendrierPetitJourAutreMois
{
    background-color: #f1f1f1;
    border: solid 1px #cccccc;
    color: #cccccc;
    font-size: 11px;
    font-weight: normal;
    height: 18px;
}
td.CalendrierPetitNextPrev a
{
    font-size: 14px;
    padding: 3px;
    text-decoration: none;
}
td.CalendrierPetitJour a,
td.CalendrierPetitJourAutreMois a
{
	text-decoration: none;
}

td.JourAvecActivite
{
	background-color: #99ccff;
	text-decoration: none;
    height: 18px;
}

td.JourAvecActivite a
{
	text-decoration: none;
}
