/* attribut border, padding, margin dans l'ordre= haut_droite_bas_gauche */

body {
    margin : 0px 0px 0px 0px;
    background-color: #F5DEB3;
    font-family: Verdana, Arial;
}

a:link  {
    color: #900;
    font-size: 10px;
    line-height: 12px;
    text-align: left;
}

a {
    color: #900;
    font-size: 10px;
    line-height: 12px;
    text-align: left;
}

a:hover {
    color: #666;
    font-size: 10px;
    line-height: 12px;
    text-align: left;
}


input, textarea {
	font-size: 10px;
	line-height: 14px;
	background-color: #ffffff;
	border: #c30 solid;
	border-width: 1px 1px 1px 1px;
}

div.float {
    padding: 0px 2px 0px 2px;
}

.plusinfos:link {
    color: #900;
    font-size: 9px;
    decoration : none;
}

.plusinfos {
    color: #900;
    font-size: 9px;
    decoration : none;
}

.plusinfos:hover {
    color: #900;
    font-size: 9px;
    decoration : underline;
}

.filetgris {
    background:  url('images/filet.gif') repeat-x;
}

.filetroug {
    background:  url('images/filrouge.gif') repeat-x;
}

.fondnav {
    background:  url('images/nbas.gif') repeat-y
}

.titre {
    color: #c30;
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sstitre {
    color: #c30;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.chapo {
    color: #483d8b;
    font-weight: bold;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 20px;
}

.txt10d   {
    color: #000;
    font-style: normal;
    font-size: 10px;
    line-height: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.txt10graroug {
    color: #c30;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
}


