/* Style style_vizioV.css pour Vizio_animo.html */
html, body {
    /* min-height: 100%;
    height: 100%; */
	background:#000 url(../img/bg_skrullnoir.jpg); /* */ 
}
body {
    font: 100.01% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
    color: #333;
    padding: 0;
}
#wrap {
	margin-top : 2px;
	height: 100%;
}
#content { 
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background:#B8C685 url(../img/bg.jpg) repeat-x; /*vert pale*/
	/* coin rond*/
	-moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   border: 0px solid #ece;
}
#tete{
	border:0;
	width:700px; 
	height:95px;
	margin-bottom:30px;
}

/********************************/
/*   bloc contenu vizionner     */
/********************************/
#mycarousel{ 
	margin-left: auto;
	margin-right: auto;
	width: 680px;
}
.jcarousel-skin-tango .jcarousel-container {
	background:url(../img/tetmort.png) no-repeat;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
/* taille extern du caroussl */
.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 600px; /* fonctionne mieux si egal a zone reserve img (width) 974px */
    height: 480px;
	padding: 10px 5px; /* */
}
.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}
/* zone visu carousel */
.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  650px; /*100%; */
    height: 480px; /*100%; */
	margin-top : 3px;
	margin-bottom : 10px;
	/* border:1px solid #000; */
}
/*  zone reserve img */
.jcarousel-skin-tango .jcarousel-item {
    width: 650px; 
    height: 480px; /**/
}
/* espace entre img */
.jcarousel-skin-tango .jcarousel-item-vertical {
	margin-bottom: 0px; 
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/* taille img */
img.carh{
	width:650px;  /**/
	height: 450px; /* */
}

/************************/
/*    texte             */
/************************/
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Georgia, "Times New Roman", Times, serif; /* */
    
    clear: both;
}
h1 {
	color:#4088b8; /* */
}
h2 {
    color: #c8c8c8;
	margin-top: -25px;
}
h3 {
}
h4 {
    color: #333;
    margin-bottom: -10px;
}
p {
    margin: 10px 0;
    clear: both;
}
.footer{
	color: #000;
	text-align: center;
	font-size: 0.7em;
}
/* legende img*/
p.credit{
	color: #4C5919; /* vert fonss */
	margin-top: 0px;
	font-size: 0.7em;
	text-align: center;
}
ul, ol {
    margin-left : 0;
	margin-bottom: 20px;	
}
table {
    font-size: inherit;
    border: 1px solid #c8c8c8;
}
th {
    background: #d8d8d8;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}
td {
    background: #f8f8f8;
    text-align: left;
    padding: 5px;
    vertical-align: top;
}
select, input, textarea {
    font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}
pre, code, tt, dt {
    font: 100% monospace;
    margin: 20px 0;
}
pre, blockquote {
    padding: 15px;
    background-color: #f0f0f0;
    margin: 20px 0;
    -moz-border-radius: 10px;
}
td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
}

/***********************************/
/**
 * styles btn control n°.
 */
.jcarousel-control {
    text-align: center;
}
.jcarousel-control a {
    font-size: 100%;
    text-decoration: none;
    padding: 0 5px;
    border: 1px solid #fff;
    color: #eee;
    background-color: #89A5B7; /* bleu azur #4088b8*/
    font-weight: bold;
	margin-right:10px;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    background-color: #7063A0; /* violet */
}

/****** style infobulle ******/	
a span{ 
	position:absolute;
	margin-top: -50px;
	margin-left: 120px;
	color:#FFBB00; /* jaune */
	background:rgba(0,0,0,.65); 
	padding:10px; border-radius:3px; box-shadow:0 0 2px rgba(0,0,0,.5);
	transform:scale(0) rotate(-12deg);
	transition:all .25s;
	opacity:0;
	}
	
a:hover span, a:focus span{ 
	transform:scale(1) rotate(0); 
	opacity:1;}

span:after {
border : solid transparent ;
content : "" ;
height : 0 ;
width : 0 ;
position : absolute ;
border-top-color : #292a29 ;
border-width : 8px 8px 8px 8px ; /*triangle*/
left : -7px ;
top : 0px;
}