/* -------------------------------------------------------------------------------------------- */
/* --------------------------  ENCADREMENT SPECTACLE <<<------------------------------ */
/* -------------------------------------------------------------------------------------------- */
.SpectCadreD {
	width:100%;
	background: url(/Images/Encadre/Spectacle/bordgauche.gif) repeat-y;
   	background-color : #FFFFFF;
}
.SpectCadreG {
	background:url(/Images/Encadre/Spectacle/borddroit.gif) repeat-y right;
}
.SpectCadreH {
    	height:30px;
    	background-image:url(/Images/Encadre/Spectacle/bordhaut.gif);
}
.SpectCadreH img {
	vertical-align:top; /* for ie5*/
}
.SpectCadreGH {
	width:22px; height:30px;
	background-image:url(/Images/Encadre/Spectacle/coinghautgauche.gif);
	float: left;
}
.SpectCadreDH {
    width:28px;	height:30px;
	background-image:url(/Images/Encadre/Spectacle/coinghautdroit.gif);
	float: right;
}
.SpectCadreB {
    	height:25px;
    	background-image:url(/Images/Encadre/Spectacle/bordbas.gif);
    	clear: both;
}
.SpectCadreBG {
    width:22px;	height:25px;
	background-image:url(/Images/Encadre/Spectacle/coingbasgauche.gif);
	float: left;
}
.SpectCadreBD {
    width:28px;	height:25px;
	background-image:url(/Images/Encadre/Spectacle/coingbasdroit.gif);
	float:right;
}

.SpectContenu {
	padding: 0 32px 0 25px;
	text-align:center;
}
	.SpectContenu img{
		float: left;
	}
	.SpectContenu H2 {
		margin:0 0 0 5px;
		height:1.3em;
		background-color: #993300;
		color: #CCC;
		font-size:0.9em;
	}
/* -------------------------------------------------------------------------------------------- */
/* --------------------------  ENCADREMENT LIVRE D OR SIMPLE     ------------------------------ */
/* -------------------------------------------------------------------------------------------- */
#Message { width: 90%;
           background-color: #FCF9F4; 
           border: 1px solid #757575; 
           padding: 4px; 
           margin: 6px auto; 
           text-align: center; }
#Message img { float: left;}
#Message .Pseudo { color: #CC3300;  
                   float: left;
                   font-weight:bold; }
#Message .Date { float: right;
                 font-size: 0.8em;
                 color: #AAA; }
#Message .Texte { color: #000;
                  text-align: center; }
/* -------------------------------------------------------------------------------------------- */
/* -----------------------------  ALBUM PHOTOS <<<------------------------------------ */
/* -------------------------------------------------------------------------------------------- */

.Album {
	width:700px;
	height:450px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/Images/Fonds/Album.jpg);
	background-repeat: no-repeat;
}
.Album DIV {
	float:left;
	color:#FFF;
	font-weight:bold;
}

.Slides {
	width:700px;
	height:550px;
	margin-top: 30px;
	padding-top: 30px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/Images/Fonds/Album.jpg);
	background-repeat: no-repeat;
}
.Slides OBJECT {
	width:540px;
	height:380px;
	margin: 0 0 30px 0;
	padding:0 0 30px 0;
}
.Slides EMBED {
	width:540px;
	height:380px;
	margin: 0 0 30px 0;
	padding:0 0 30px 0;
}

/* -------------------------------------------------------------------------------------------- */
/* -----------------------------  ENCADRE%ENT VIDEOS       ------------------------------------ */
/* -------------------------------------------------------------------------------------------- */

.Video {
/*	position:relative;
	left:50%; // Placement bord gauche en milieu de page*/
	margin-left:200px;
	width:420px;
	height:339px;
	border-width:2px;
	border-style:solid;
	border-color:darkred;
	background-color: White;
}
.left {	text-align: left; }

/* ---------------------->> Google <<<-------------------*/
#Google {
	Position: absolute;
	left:5px;bottom:50px;
}
#Google FIELDSET , #google FORM {
	color: #CCC;
	font-size: 10px; 
	padding: 3px;
	margin:3px;
	width:120px;
}
#Google INPUT {
	border:1px solid black; 
	background:#CCC; 
	font-size: 10px; 
	width: 110px;
}
#Google .small { width: 60px; }
#Google .img {
	border: none; 
	background: transparent;
	width: 20px;
}
/* ------------------------->> Visite <<<------------------------------------- */
#Visite {
	position: absolute;
	Left: 5px; Bottom: 5px;
	Width: 98%; Height: 45px;
    margin:0;
	background-color: #CCC;
	border:solid;
	border-width:2px;
	border-color:grey;
	font-size:0.85em;
}

