@charset "UTF-8";
/* CSS Document */

.jcarousel-control {
	
	text-align: center;
	width: 100%;
	height: auto;
	position: relative;
	float:left;
	
}

/*.jcarousel-control a {
    font-size: 75%;
    text-decoration: none;
    padding: 0 5px;
    margin: 0 0 5px 0;
    border: 1px solid #fff;
    color: #eee;
    background-color: #4088b8;
    font-weight: bold;
	width:130px;
	height:128px;
} 

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}
*/


/* Bouton accueil*/
.jcarousel-control .accueil {
	background:transparent url(../images/accueil.png) no-repeat scroll 0 0;
	cursor:pointer;
	height:167px;
	position:relative;
	width:139px;
	outline:none;
	text-indent:-9999px;
	margin-top: 100px;
	margin-right: 10px;
	margin-left: 170px;
}

.jcarousel-control .accueil:hover {

    background-position: -137px 0;
}

.jcarousel-control .accueil:active {
	background-position: 0px 0;
	
}

/* Bouton Galerie*/
.jcarousel-control .galerie {
	background:transparent url(../images/galerie.png) no-repeat scroll 0 0;
	cursor:pointer;
	height:172px;
	position:relative;
	width:128px;
	outline:none;
	float: left;
	text-indent:-9999px;
	margin-top:-50px;
}

.jcarousel-control .galerie:hover {
	background-position: -126px 0px;
}

.jcarousel-control .galerie:active {
	background-position: 0px 0;
	
}
/* Bouton Album*/
.jcarousel-control .album {
	background:transparent url(../images/album.png) no-repeat scroll 0 0;
	cursor:pointer;
	height:153px;
	position:relative;
	width:112px;
	outline:none;
	float: left;
	margin-left:-40px;
margin-top:70px;
	text-indent:-9999px;
}

.jcarousel-control .album:hover {
	background-position: -111px 0px;
}

.jcarousel-control .album:active {
	background-position: 0px 0;
	
}
/* Bouton Video*/
.jcarousel-control .video {
	background:transparent url(../images/video.png) no-repeat scroll 0 0;
	cursor:pointer;
	height:157px;
	position:relative;
	width:107px;
	outline:none;
	float: left;
	margin-left:-10px;
margin-top:-55px;
	text-indent:-9999px;
}

.jcarousel-control .video:hover {
	background-position: -108px 0px;
}

.jcarousel-control .video:active {
	background-position: 0px 0;
	
}
/* Bouton Contact*/
.jcarousel-control .contact {
	background:transparent url(../images/contact.png) no-repeat scroll 0 0;
	cursor:pointer;
	height:201px;
	position:relative;
	width:139px;
	outline:none;
margin-left:-80px;
margin-top:70px;
	text-indent:-9999px;
}

.jcarousel-control .contact:hover {

    background-position: -138px 0;
}

.jcarousel-control .contact:active {
	background-position: 0px 0;
	
}
/* Bouton Blog*/
.jcarousel-control .blog {
	background:transparent url(../images/blog.png) no-repeat scroll 0 0;
	cursor:pointer;
	height:143px;
	position:relative;
	width:105px;
	outline:none;
	margin-left: 10px;
	text-indent:-9999px;
}

.jcarousel-control .blog:hover {
	background-position: -107px 0;
}

.jcarousel-control .blog:active {
	background-position: 0px 0;
	
}
.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

.jcarousel-scroll form {
    margin: 0;
    padding: 0;
}

.jcarousel-scroll select {
    font-size: 75%;
}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
    margin-bottom: -10px;
    text-decoration: underline;
    font-size: 11px;
}

