<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
a:link
{
	text-decoration:none
}

a
{
	text-decoration:none
}

img a
{
	text-decoration:none
}

body
{
	margin: 0px; padding: 0px;
	background-color:#ffcc66;
	background-image:url(images/dons/background.png);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
	font-family: 'Oranienbaum', serif;
	font-family: 'Port Lligat Slab', serif;
	font-family: 'Metamorphous', cursive;
}

a img
{
border: none;
} 

#bouton-paypal
{
	background-image:url(images/dons/bouton-faire-don.png);
	cursor:pointer;
}

#bouton-paypal:hover
{
	background-image:url(images/dons/bouton-faire-don-clic.png);
	cursor:pointer;
}

#drapeau-francais
{
	border:none;
	cursor:pointer;
	background-image:url(images/general/drapeau-francais.png);
}

#drapeau-francais:hover
{
	border:none;
	cursor:pointer;
	background-image:url(images/general/drapeau-francais-clic.png);
}

#drapeau-russe
{
	border:none;
	cursor:pointer;
	background-image:url(images/general/drapeau-russe.png);
}

#drapeau-russe:hover
{
	border:none;
	cursor:pointer;
	background-image:url(images/general/drapeau-russe-clic.png);
}

.footer
{
	font-family: 'Port Lligat Slab', serif;
	font-size:14px;
	color:#663300;
	text-decoration:underline;
	text-align:center;
	cursor:pointer;
}

.footer a
{
	font-family: 'Port Lligat Slab', serif;
	font-size:14px;
	color:#663300;
	text-decoration:underline;
	text-align:center;
	cursor:pointer;
}

.footer:hover
{
	font-family: 'Port Lligat Slab', serif;
	font-size:14px;
	color:#666;
	text-decoration:underline;
	text-align:center;
	cursor:pointer;
}

.footer-puce
{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	text-align:center;
}

.haut-de-page
{
	font-family: 'Port Lligat Slab', serif;
	font-size:14px;
	text-align:right;
	color:#663333;
	text-decoration:none;
	cursor:pointer;
}

.haut-de-page a
{
	font-family: 'Port Lligat Slab', serif;
	font-size:14px;
	text-align:right;
	color:#663333;
	text-decoration:none;
	cursor:pointer;
}

.haut-de-page:hover
{
	font-family: 'Port Lligat Slab', serif;
	font-size:14px;
	text-align:right;
	color:#666;
	text-decoration:none;
	cursor:pointer;
}

#paypal
{
	width:856px;
	height:461px;
	margin:auto;
	background-image:url(images/dons/fond-paypal.png);
	background-repeat:no-repeat;
	background-position:top;
}

.texte-courant
{
	font-family: 'Port Lligat Slab', serif;
	font-size:18px;
}

.titre2
{
	font-family: 'Metamorphous', cursive;
	color:#330000;
	text-align:left;
	font-size:25px;
}

#texte-introduction
{
	width:816px;
	margin:auto;
	text-align:justify;
	font-size:18px;
	color:#663300;
	vertical-align:middle;
}

#trait-horizontal
{
	background-color:#cc9933;
	width:856px;
	height:2px;
	margin:auto;
}

#vide
{
	width:856px;
	height:50px;
	margin:auto;
}

#vide-haut-de-page
{
	display:inline-block;
	width:20px;
	padding-top:30px;
}

#virement
{
	width:856px;
	height:544px;
	margin:auto;
	background-image:url(images/dons/fond-virement.png);
	background-repeat:no-repeat;
	background-position:top;
	text-align:left;
}
</pre></body></html>