@font-face {
    font-family: 'CiderScript';
    src: url('typo/cider_script-webfont.eot');
    src: url('typo/cider_script-webfont.eot?#iefix') format('embedded-opentype'),
         url('typo/cider_script-webfont.woff') format('woff'),
         url('typo/cider_script-webfont.ttf') format('truetype'),
         url('typo/cider_script-webfont.svg#CiderScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	background-image: url(images/fond.gif);
	background-repeat: repeat;
	text-align: center;
}

p {
	font-size: 20px;
	color: #555;
}

a {color: black;}

.rezo {margin-top: 20px;}

a.roll img { opacity: 1.0; filter:alpha(opacity=100); }
a.roll:hover img { opacity: 0.4; filter:alpha(opacity= 40); }
.rezo img {
	border-style: none;
}

.rezo span{
    font-family: 'CiderScript';
	font-size: 28px;
	font-style: italic;
	position: relative;
	top: -3px;
	padding-left: 20px;
	color: #848484;
	padding-right: 5px;
	letter-spacing: 1px;
}

.info{
	background-image: url(images/mascotte.png);
	background-repeat: no-repeat;
	text-align: left;
	height: 110px;
    margin-top: 20px;
    padding-left: 82px;
    padding-top: 7px;
    text-align: left;
    display: inline-block;
}
