.fond{
        background-image: url('/images/bg2.jpg');
        background-repeat: repeat-x;
}

.fond_menu{
        background-image: url('/images/bg3.jpg');
        background-repeat: repeat-y;
}

.copyright{
        font-family: Arial;
        font-size: 11px;
        font-style: normal;
        text-align: center;
        color: rgb(128,128,128);
}

a.copyright{
        font-family: Arial;
        font-size: 11px;
        font-style: normal;
        text-align: center;
        color: rgb(80,80,80);
}

.texteQuotes{
	font-family: Arial;
        font-size: 20px;
        font-weight: 900;
	font-style: normal;
	text-align: left;
	background-color: rgb(220,216,173);
	color: rgb(0,0,0);
        background-image: url('/images/separateurHorizontale.jpg');
        background-repeat: no-repeat;
        background-position: bottom left;
}

.texteQuotesSmall{
	font-family: Arial;
        font-size: 11px;
        font-style: normal;
        background-color: rgb(220,216,173);
	color: rgb(0,0,0«);
        background-image: url('/images/separateurHorizontale.jpg');
        background-repeat: no-repeat;
        background-position: bottom left;

}

.texteContact{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	background-color: rgb(220,216,173);
	color: rgb(0,0,0);
}

a:link    { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover   { font-weight:bold; }
a:active  { text-decoration:none; }
a:focus   { text-decoration:none; }

