/* style de la popup */
#popimage {
position: absolute;
top: 10px;
left: -610px;
padding: 4px;
border: 2px solid #6A00B0;
background: #000000;
z-index: 500;
font-size: 80%;
}

/* style du titre */
#poptitre{
background: #000000;
margin:2px;
padding:0 0 5px 0;
border-top: 3px solid #6A00B0;
border-right: 1px solid #6A00B0;
border-bottom: 1px solid #6A00B0;
border-left: 1px solid #6A00B0;
text-align: center;
}

#poptitre h1{
	display: inline;
	position: relative;
	top: 2px;
	left: 2px;
	color: #CCFF33;
	font-family: "Eurostile Extended";
	font-style: normal;
	font-size: 100%;
	font-weight: lighter;
	text-align: center;
}
#poptitre #popferme {
display: inline;
position:absolute;
top:9px;
right:5px;
padding:0 0 -5px 0;
cursor: pointer;
}

a.closepop{
width: 16px;
height: 16px;
line-height:16px;
color: #000000;     
background-image: url(../IMAGES/croix.gif);
background-repeat:no-repeat;
margin:0;
padding:0;
border:none;
text-decoration:none;
}

/* style de la zone image */
#popimhaut {
background: #000000;
margin:7px 0 0 0;
padding: 0 0 0 5px;
}

/* style de la zone image */
#popimbas {
background: #000000;
margin:7px 0 0 0;
padding: 0 0 0 5px;
}

/*couleur du sous-titre*/
#popstit {
color: #CCFF33;
}

/* style du soustitre défilant*/
#popstit marquee {
	background: #000000;
	direction: rtl;
	width: 100%;
	text-align:center;
}

/* style du soustitre texte statique*/
#popstit p {
background: #000000;
font-style:normal;
font-size: 100%;
font-weight:lighter;
margin:2px -4px 2px 4px;
padding:0;
	text-align: center;
}

/*popimage deuxieme*/
#pop2image {
position: absolute;
top: 10px;
right: -2610px;
padding: 4px;
border: none;
background: transparent;
z-index: 500;
font-size: 80%;
}


/* style de la zone image */
#pop2imhaut {
background: transparent;
margin:7px 0 0 0;
padding: 0 0 0 5px;
}

/* style de la zone image */
#pop2imbas {
background: transparent;
margin:7px 0 0 0;
padding: 0 0 0 5px;
}

/*couleur du sous-titre*/
#pop2stit {
color: #CCFF33;
}

/* style du soustitre défilant*/
#pop2stit marquee {
	background: transparent;
	direction: rtl;
	width: 100%;
	text-align:center;
}

/* style du soustitre texte statique*/
#pop2stit p {
background: transparent;
font-style:normal;
font-size: 100%;
font-weight:lighter;
margin:2px -4px 2px 4px;
padding:0;
	text-align: center;
}


