h1
{
  display: none;
}

.lien, .lien:active, .lien:hover
{
	color : rgb(0,128,255);
	font-family : arial;
	font-size : 13px;
	text-decoration : none;
    margin-left : 15px;
}

.lien:hover
{
	font-weight : bold;
}

.menuitem, .menuitem:active, .menuitem:hover
{
	color : #818181;
	font-family : arial;
	font-size : 12px;
	text-decoration : none;
	display:block;
}

.menuitem:hover
{
	color : #000000;
	font-weight : bold;
}

.menucell
{
 border-right: 2px dotted #818181;
 padding-right: 10px;
}

.bordercell
{
 border: 1px dotted #818181;
 padding: 5px;
}

.bottomcell
{
 border-bottom: 1px dotted #818181;
 padding-top: 5px;
}

.imagcell
{
 padding-left: 25px;
}

.titre, .soustitre, .descriptif

{
  	color : rgb(163,126,86);
    font-family : arial;
    font-size : 32px;
    font-weight : bold;
    margin-bottom : 10px;
}
.soustitre
{
    font-size : 16px;
}

.descriptif
{
    font-size : 13px;
}

.texte, .texte_bold, ul, form
{
	color : #000000;
	font-family : arial;
	font-size : 12px;
}  

ul {
    margin: 0;
}

.texte_bold
{
	font-weight : bold;
}

/* Formulaire */
input, textarea, button {
	display: block;
	margin-bottom: 5px;
}

input, textarea {
    width: 400px;
    } 

button {
    float: left;
}

form {
    margin-left: 20px;
}

