﻿@charset "utf-8";
/* CSS Document */
  body {
	margin: 0px;
	padding: 0px;
	color: #dbd4c6;
	font-family: Comic Sans MS;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #ffffff;
	background-image: url(photos/fond2.jpg);
	background-repeat: repeat;
	background-position: top;
}
@font-face {
font-family: "Comic Sans MS";
src: url('comic.ttf');
}
.Style_roseCSM {
	font-family: "Comic Sans MS";	
	font-size: medium;
	color: #f80985;
}
.Style_jauneCSM {
	font-family: "Comic Sans MS";	
	font-size: medium;
	color: #FFFFCC;
}
.coul1 {
	color: #55e0cb;
}
.coul2 {
	color: #cca9d3;
}
.coul3 {
	color: #ff6600;
}

.titre_l1 {
	color: #993300;
	font-size: 18px;
}
.titre_l2 {
	color: #993300;
	font-size: 14px;
}
.titre_l3 {
	color: #993300;
	font-size: 14px;
}

.coul_violet{color:#930985;}
.coul_rose{color: #f80985;}
.auto   { width: 200px; height: 200px }
.manual { width: 320px; }
.partage_liens {visibility: hidden}

/* display paused text on top of paused slideshow */
.cycle-loading:after {
    content: 'Loading'; color: white; background: black; padding: 0px;
    z-index: 500; position: absolute; top: 0px; right: 0px;
    border-radius: 0px;
    opacity: .5; filter: alpha(opacity=50);
}

.diapo > div { width: 100%;}
.diapo p { 
    background: black; color: white; margin: 0; padding: 0px; 
    position: absolute; bottom: 0; opacity: .4; width: 100%;
    text-align: center;
}
.current { color: green; text-decoration: none;}
.no_current { color: yellow; text-decoration: none;}
.star_err {
	color: #FF0000;
	font-size: 24px;
	vertical-align: bottom;
}
.vignettes_menu {
	background-color: #FFFFFF;
	text-align: center;
}
.cadre_image { display: inline-block; border: 2px solid #cc3300; padding: 4px; background: #33FFFF;  }

/* end css tabs */

