﻿body 
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #5B80AD;
    margin-top:0;
}
.declarationForm
{
    font-size:12px;
}
/********************************************************************
    
                    Module EDeclaration

/********************************************************************/
ul.listTheme 
{
    color: #999;
    margin-top:0;
}
ul.listTheme li a,
table.dec_ListFormulaire a,
#Formulaire a,
.dec_Formulaire a
{
    color: Black;
    text-decoration: none;
}
ul.listTheme li a:hover,
table.dec_ListFormulaire a:hover,
#Formulaire a:hover,
.dec_Formulaire a:hover
{
    color: #999;
    text-decoration: underline;
}

table.dec_ListFormulaire 
{
    font-family: Verdana;
    color: Black;
    font-size: 1em;
}

.clear
{
    clear:both;
}
form
{
    border:1px solid;
    margin-left:auto;
    margin-right:auto;
    padding: 30px;
    width:650px;
    text-align:left;
}
h1
{
    margin:0px;
    text-align:center;
    font-size:30px;
    font-weight:bold;
}
.nonMembre
{
    color:Red;
}
.title
{
    font-weight:bold;
}
a.button
{
    font-size:20px;
    text-decoration:none;
    color:#5B80AD;
}
.center
{
    text-align:center;
}
.comm
{
    width:100%;
    height:100px;
}
.infos
{
    display:block;
    width:125px;
    float:left;
}
input
{
    margin-bottom:3px;
}
#tableau {
	display:table;
}
#tableau p {
	display:table-row;
}
#tableau p.header {
	font-weight:bold;
}
#tableau p span {
	display:table-cell;
	padding:5px;
	border-bottom:1px solid;
}
.case {
	text-align:center;
}
td 
{
    border-bottom: 1px solid;
    padding: 5px;
}
.declarationForm h2 {color:Red; font-size:13px; text-align:center;}


