body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}


a {  text-decoration: none}
a:hover { background-color: #dddddd; }
td { font-family: Arial; font-size: 12px; }
#menu a:hover { background-color: #aaaaaa; }

.decale-gauche {
	margin: 5px 5px 0 20px;		/* haut droite bas gauche */
}

.boite {
	border:dotted 1px;
	width:600px;
	padding:5px;
}
.surlignage:hover {
	background-color: #FFFF99;
}
#conteneur_global {
	width:950px;
	margin-top:15px;
	margin-bottom:10px; 
	margin-left:10px;
	/* float:right; 
	position:relative;*/
	z-index:0;
}

#header_gauche {
	float:left;
	margin-top:1px;
	margin-left:1px;
	width:950px;
	display:inline;
}

.previsu {
	position:absolute;
	z-index:100;
	border:1px solid rgb(204,204,204);
}


.frame-outer.aligncenter {
	text-align: center;
}

.frame-outer span {
	display: inline-block;
	background: url(images/frame-top-left.jpg) no-repeat left top;
}

.frame-outer span span {
	background: url(images/frame-bottom-left.jpg) no-repeat left bottom;
}

.frame-outer span span span {
	background: url(images/frame-top-right.jpg) no-repeat right top;
}

.frame-outer span span span span {
	background: url(images/frame-bottom-right.jpg) no-repeat right bottom;
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
}

.frame-outer span span span span * {
    max-width: 425px;
}

.frame-outer span span span span span {
	background: none;
}
.arrondi {
	border-radius:7px;
}
.tempo {
	text-align:center;
	z-index:100; 
	background:#ffc; 
	padding:10px; 
	border:1px solid #ff0;
    animation-name: disparait;
    animation-duration: 5s;
	visibility:hidden;
}
@keyframes disparait {
    from {
		opacity:1;
		visibility:visible;
      }
	50% {opacity:0.5;}
    to {
		opacity:0;
		visibility:hidden;
	}
}