body
{
    font-size: .80em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #ffffff;
    background: url('Images/oeufs.jpg') no-repeat right bottom fixed;
}

a:link 
{
    text-decoration: none; 
}

a:visited 
{
    text-decoration: none; 
}

a:hover 
{
    text-decoration: underline; 
}

header, footer, nav, section 
{
    display: block;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    color: #3274a8;
    border: 1px solid #3274a8;
    padding: 0 1.4em 1em 1.4em;
    margin: 0 0 1.5em 0;
}

legend 
{
    font-size: 1.1em;
    font-weight: bold;
    font-variant: small-caps;
    border: 1px solid #3274a8;
    padding-left: 0.7em;
    padding-right: 0.7em;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}

textarea 
{
    color: #232323;
    min-height: 75px;
}

.editor-label 
{
    color: #232323;
    margin: 0.3em 0 0 0;
}

.editor-field 
{
    color: #232323;
    margin: 0.3em 0 0 0;
}

/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles définis par le developeur sur des IDs
-----------------------------------------------------------*/

#tablePrincipale
{
    width: 100%;
}

#navigation
{
    width: 250px;
    vertical-align: top;
}

#menu
{
    list-style: square;
}

#contenu
{
    vertical-align: top;
}

#titreEcran
{
    font-size: 1.3em;
    font-weight: bold;
    font-variant: small-caps;
    color: #3274a8;
    border-bottom: 1px solid #3274a8;
    margin-bottom: 10px;
}

#piedDePage
{
    font-size: 0.9em;
    color: #232323;
    text-align: center;
    width: 98%;
}

/* Styles définis par le developeur (classes)
-----------------------------------------------------------*/

.celluleEnTete
{
    font-variant: small-caps;
    color: #232323;
    text-align: center;
    background-color: #ffd74d;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #232323;
}

.celluleEnTete th
{
    background-color: #ffd74d;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #232323;
}

.celluleEnTete2
{
    font-weight: bold;
    font-variant: small-caps;
    color: #232323;
    text-align: center;
    background-color: #efefef;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #232323;
}

.celluleTitre
{
    font-variant: small-caps;
    color: #232323;
    text-align: center;
    background-color: #efefef;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px dotted #232323;
}

.celluleTitreAligneeGauche
{
    font-variant: small-caps;
    color: #232323;
    text-align: left;
    background-color: #efefef;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px dotted #232323;
}

.cellule
{
    color: #232323;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px dotted #232323;
}

.celluleAligneeGauche
{
    color: #232323;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px dotted #232323;
}

.textboxNbOeufs
{
    font-size: 0.9em;
    text-align: center;
    width: 70px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.boutton
{
    font-size: 0.85em;
	font-weight: bold;
	color: #ffffff;
	text-transform: lowercase;
    font-variant: small-caps;
	background-color: #3274a8;
	border-top: 1px solid #232323;
	border-bottom: 1px solid #232323;
	border-left: 1px solid #232323;
	border-right: 1px solid #232323;
}