body {
    margin: 0 auto;
    width: 900px;
    text-align: center;
    background-color: #f2f2f1;
    background-image: url(http://dico.troospeanet.fr/tpl/images/fond-page001.jpg);
    background-position: top center;
    background-size: 900px;
    background-repeat: no-repeat;
}
#conteneur {
    margin: 0 auto;
    width: 800px;
    /*background-image: url(http://dico.troospeanet.fr/tpl/images/fond-page002.jpg);*/
    font-family: verdana, Times New Roman, Times, serif;
    font-size: 12px;
    text-align: left;
}
#header {
    height: 165px;
    width: 750px;
    margin: 20px auto 0;
}
#page {
    background-image:url(http://dico.troospeanet.fr/tpl/images/fond-page.jpg);
    width: 750px;
    margin: 0 auto;
    padding: 5px 0 20px;
}
#footer {
    font-family: verdana, Times New Roman, Times, serif;
    text-align: center;
    font-size: 9px;
    height: 68px;
    width: 750px;
    margin: 0 auto;
    background-image: url(http://dico.troospeanet.fr/tpl/images/footer.jpg);
}
#addForm {
    margin: 0 24px;
}
#nextForm {
    text-align: center;
}
h1 {
    font-family : verdana;
    font-size : 24px;
    color : #ebbf00;
    font-style : bold;
    text-decoration : underline;
}
h2 {
    font-family : verdana;
    font-size : 14px;
    font-style : italic;
    color : #ebbf00;
}
p {
    margin: 5px 50px 5px 50px;
}
p.error {
    font-family : verdana;
    color: red;
}
.texte {
    text-align : justify;
    margin-left : 20px;
    margin-right: 30px;
}
.no-margin {
    margin-left: 0;
}
.count {
    font-style: italic;
    margin-bottom: 24px;
}
.droite {
    float : right;
    margin-left : 20px;
    margin-right: 30px;
}
.mot {
    font-family : verdana;
    font-style : bold;
    font-size : 14px;
    color : #ebbf00;
}
hr {
    display: block;
    clear: both;
    height: 0;
    margin: 40px 0 80px;
    padding: 0;
    border: 0;
    font-family: arial;
    text-align: center;
    font-size: 10px;
    line-height: 1;
}
#tableau {
    margin: 5%;
}
#show {
    margin-top: -4px;
    margin-bottom: -9px;
    margin-left: 5%;
}
.conteneurInput {
    background: #f5f5f5;
    text-align: left;
    border-radius: 8px;
    margin-top: 12px;
}
.conteneurInput div {
    margin: 5px 50px 5px 50px;
}
.conteneurInput input,
.conteneurInput textarea,
.conteneurInput select {
    border: 1px solid #999;
    width: 250px;
    font-family : verdana;
    /*background : #f6e186;*/
    border-radius: 5px;
}
.conteneurInput input.checkbox {
    width: 14px;
    margin: 0;
}
label {
    /*background : #f6e186;*/
    padding-right : 5px;
    margin-right : 3px;
    font-family : verdana;
	font-size : 12px;
    display: inline-block;
    text-align: right;
	width: 250px;
}
label.textareaLabel {
    vertical-align: top;
}	
#soumettre {
    border: 2px solid #999;
    /*background: #f6e186;*/
	padding: 3px;
    margin-top: 10px;
	width: 150px;
}
#contactSubmit {
    text-align: center;
    padding-top: 20px;
}
#contactSubmit input {
    padding: 5px 10px;
    width: 120px;
}
option.empty {
    font-style: italic;
}
legend h2 {
    margin: 0;
}

