#carrousel{
    width:953px;
    height:175px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    border-left:solid 1px #555555;
    border-right:solid 1px #555555;
    border-bottom:solid 1px #555555;
    border-top: solid 1px #888888;
    font-size: 16px;
}

.slide{
    position:absolute;
    top:0;
    left:0;
    width:953px;
    height:175px;
}

.title {
    position:absolute;
    color: #FFFFFF;
    padding-left:12px;
    width:953px;
    line-height:32px;
    height:32px;
    bottom:0;
    left:0;
    background:url("../../magasin-skate/black.png") top left repeat;
    text-shadow: 1px 2px 3px #000000;
    text-align: left;
    font-family: "Lucida Grande", Arial;
    font-weight: bold;
}

.title strong {
	font-weight: bold;
}

.title a {
	color: #FFFFFF;
}

.title a:hover {
	color: #DDE436;
}

.visu img {
	border: none;
}


.navigation{
    position:absolute;
    bottom:34px;
    right:0px;
}

.navigation span{
    background:url("../../magasin-skate/black.png") top left repeat;
    color:#FFFFFF;
    padding:2px 4px;
    cursor:pointer;
    margin:0px 0px 0px 1px;
    text-shadow: 1px 2px 3px #000000;
}

.navigation span:hover,.navigation span.active{
    background:url("../../magasin-skate/vert.png") top left repeat;
    color:#FFFFFF;
}

.bloc-title {
	height: 24px;
	width: 955px;
	margin: auto;
	line-height: 25px;
	text-align: center;
	background-image: url("../images/main_skate_top.png");
}

.bloc-title h1 {
	font-size: 16px;
}

.bloc-title h2 {
	font-size: 16px;
}

/* ------MISE EN PAGE ACCUEIL-------- */
.txtrayon-accueil {
width: 520px;
padding: 15px;
margin: auto;
background-color: #EEEEEE;
border: 1px solid #CCCCCC;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin-top: 20px;
font-size: 12px;
text-align: justify;
color: #333333;
}

.txtrayon-accueil strong {
	font-weight: 100;
}

.txtrayon-accueil a {
	font-weight: bold;
	text-decoration: underline;
}

.txtrayon-accueil a strong {
	font-weight: bold;
	text-decoration: underline;
}

.txtrayon-accueil h2 {
	font-size: 14px;
	display: block;
}

.txtrayon-accueil h3 {
	font-size: 12px;
	display: inline;
}

.txtrayon-accueil h4 {
	font-size: 12px;
	display: inline;
	font-weight: 100;
}

.accueil-bloc {
	width: 490px;
	padding: 15px;
	background-color: #E0E0E0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 5px;
}