body {
	margin: 0px;
	background-color: #e9e7e8;
	font-family: Arial, Sans-Serif;
	font-size: 0.75em;
}

#carrousel{
    border: solid 2px #000;
    width: 785px;
    height: 220px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
}

.slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 785px;
    height: 220px;
}

.title{
    position: absolute;
    padding-left: 12px;
    width: 773px;
    line-height: 35px;
    height: 35px;
    bottom: 0;
    left: 0;
    /* background: url('../slider/opaque.png') top left; */
	color: #ff9e04;
	text-shadow: 1px 1px black;
	font-variant: small-caps;
}


.navigation{
    position: absolute;
    bottom: 10px;
    right: 5px;
}

.navigation span{
	font-family: Arial;
    color: #FFF;
    padding: 2px 4px;
    cursor: pointer;
    margin: 0 1px;
	text-shadow: 1px 1px black;
	font-weight: bold;
}

.navigation span:hover,.navigation span.active{
    color: #ff9e04;
    text-shadow: 1px 1px black;
	font-weight: bold;
}