/*
--------------------------------------------------------- 
COMMUN
--------------------------------------------------------- 
*/
#popreview {
	position:absolute;
	left:900px;
	top:10px;
	width:16px;
	height:16px;
	visibility: hidden;
	z-index:50;
}

.PopupArea {
	overflow:auto;
	border:none;
	background-color:#EEF5F9;
	text-align:justify;
	scrollbar-base-color: #EAF0FF;
	cursor: help;
}

#filepop p {
margin: 0 0.3em;
}

/*
--------------------------------------------------------- 
Couleur Standard : BLEU
--------------------------------------------------------- 
*/
#filepop_BLEU {
	display: none;
	position: absolute;
	top: 135px;
	left: 131px;
	width: 300px;  /* Obligatoire et en px seulement */
	height: 230px;   /* Obligatoire et en px seulement */
	background: #EEF5F9;
	z-index: 500;
	cursor: pointer;
	font-size: 100%;
	border-top: 1px solid #EAF0FF;
	border-right: 1px solid #A9C0FE;
	border-bottom: 1px solid #A9C0FE;
	border-left: 1px solid #EAF0FF;
}

#filepop_BLEU h1 {
	font-size: 100%;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #EAF0FF;
	background: #5466A5 url(top.gif) left top repeat-x;
	color: white;
	text-align: center;
}

#maboite_BLEU {
	width: 280px;
	height: 150px;
	font-size: 100%;
	text-align: justify;
	overflow: auto;
}

.fermer_BLEU {
	margin: 0.5em 0 0 0;
	color: #999999;
	text-align: center;
}	

a.poptext_BLEU {
	text-decoration : none;
	font-size : x-small;
	font-style: normal;
}
a.poptext_BLEU:hover {
	text-decoration : none;
	font-size : x-small;
	font-style: normal;
}

/*
--------------------------------------------------------- 
ROUGE
--------------------------------------------------------- 
*/
#filepop_ROUGE {
	display: none;
	position: absolute;
	top: 135px;
	left: 131px;
	width: 300px;  /* Obligatoire et en px seulement */
	height: 230px;   /* Obligatoire et en px seulement */
	background: #FFEEEE;
	z-index: 500;
	cursor: pointer;
	font-size: 100%;
	border-top: 1px solid #FFEAEA;
	border-right: 1px solid #FFA6A6;
	border-bottom: 1px solid #FFA6A6;
	border-left: 1px solid #FFEAEA;

}

#filepop_ROUGE h1 {
	font-size: 100%;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #EAF0FF;
	background: #FF2828 url(top.gif) left top repeat-x;
	color: white;
	text-align: center;
}

#maboite_ROUGE {
	width: 280px;
	height: 150px;
	font-size: 100%;
	text-align: justify;
	overflow: auto;
	scrollbar-base-color: #FFBFBF;
}

.fermer_ROUGE {
	margin: 0.5em 0 0 0;
	color: #FFAAAA;
	text-align: center;
}

a.poptext_ROUGE {
	text-decoration : none;
	font-size : x-small;
	color : #FF3232;
	font-style: normal;
}
a.poptext_ROUGE:hover {
	text-decoration : none;
	font-size : x-small;
	color : #FE7E7E;
	font-style: normal;
}

/*
--------------------------------------------------------- 
VERT
--------------------------------------------------------- 
*/
#filepop_VERT {
	display: none;
	position: absolute;
	top: 135px;
	left: 131px;
	width: 300px;  /* Obligatoire et en px seulement */
	height: 230px;   /* Obligatoire et en px seulement */
	background: #DFFFEA;
	z-index: 500;
	cursor: pointer;
	font-size: 100%;
	border-top: 1px solid #D7FFE4;
	border-right: 1px solid #85E3A4;
	border-bottom: 1px solid #85E3A4;
	border-left: 1px solid #D7FFE4;

}

#filepop_VERT h1 {
	font-size: 100%;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #EAF0FF;
	background: #2D8B4C url(top.gif) left top repeat-x;
	color: white;
	text-align: center;
}

#maboite_VERT {
	width: 280px;
	height: 150px;
	font-size: 100%;
	text-align: justify;
	overflow: auto;
	scrollbar-base-color: #97F5B6;
}

.fermer_VERT {
	margin: 0.5em 0 0 0;
	color: #88E6A7;
	text-align: center;
}

a.poptext_VERT {
	text-decoration : none;
	font-size : x-small;
	color : #349253;
	font-style: normal;
}
a.poptext_VERT:hover {
	text-decoration : none;
	font-size : x-small;
	color : #63B980;
	font-style: normal;
}

/*
--------------------------------------------------------- 
JAUNE
--------------------------------------------------------- 
*/
#filepop_JAUNE {
	display: none;
	position: absolute;
	top: 135px;
	left: 131px;
	width: 300px;  /* Obligatoire et en px seulement */
	height: 230px;   /* Obligatoire et en px seulement */
	background: #FFFBA3;
	z-index: 500;
	cursor: pointer;
	font-size: 100%;
	border-top: 1px solid #FFFA8C;
	border-right: 1px solid #DCD400;
	border-bottom: 1px solid #DCD400;
	border-left: 1px solid #FFFA8C;

}

#filepop_JAUNE h1 {
	font-size: 100%;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #EAF0FF;
	background: #777300 url(top.gif) left top repeat-x;
	color: white;
	text-align: center;
}

#maboite_JAUNE {
	width: 280px;
	height: 150px;
	font-size: 100%;
	text-align: justify;
	overflow: auto;
	scrollbar-base-color: #F4EC00;
}

.fermer_JAUNE {
	margin: 0.5em 0 0 0;
	color: #CEC700;
	text-align: center;
}

a.poptext_JAUNE {
	text-decoration : none;
	font-size : x-small;
	color : #706C00;
	font-style: normal;
}
a.poptext_JAUNE:hover {
	text-decoration : none;
	font-size : x-small;
	color : #C3BC00;
	font-style: normal;
}

/*
--------------------------------------------------------- 
GRIS
--------------------------------------------------------- 
*/
#filepop_GRIS {
	display: none;
	position: absolute;
	top: 135px;
	left: 131px;
	width: 300px;  /* Obligatoire et en px seulement */
	height: 230px;   /* Obligatoire et en px seulement */
	background: #F3F3F1;
	z-index: 500;
	cursor: pointer;
	font-size: 100%;
	border-top: 1px solid #F0F0EE;
	border-right: 1px solid #C0C0BE;
	border-bottom: 1px solid #C0C0BE;
	border-left: 1px solid #F0F0EE;

}

#filepop_GRIS h1 {
	font-size: 100%;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #EAF0FF;
	background: #686866 url(top.gif) left top repeat-x;
	color: white;
	text-align: center;
}

#maboite_GRIS {
	width: 280px;
	height: 150px;
	font-size: 100%;
	text-align: justify;
	overflow: auto;
	scrollbar-base-color: #D5D5D3;
}

.fermer_GRIS {
	margin: 0.5em 0 0 0;
	color: #C3C3C1;
	text-align: center;
}

a.poptext_GRIS {
	text-decoration : none;
	font-size : x-small;
	color : #6E6E6C;
	font-style: normal;
}
a.poptext_GRIS:hover {
	text-decoration : none;
	font-size : x-small;
	color : #AAAAA8;
	font-style: normal;
}

/*
--------------------------------------------------------- 
MARRON
--------------------------------------------------------- 
*/
#filepop_MARRON {
	display: none;
	position: absolute;
	top: 135px;
	left: 131px;
	width: 300px;  /* Obligatoire et en px seulement */
	height: 230px;   /* Obligatoire et en px seulement */
	background: #FFF3D5;
	z-index: 500;
	cursor: pointer;
	font-size: 100%;
	border-top: 1px solid #FFF0CB;
	border-right: 1px solid #D7BF86;
	border-bottom: 1px solid #D7BF86;
	border-left: 1px solid #FFF0CB;

}

#filepop_MARRON h1 {
	font-size: 100%;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #EAF0FF;
	background: #7F672E url(top.gif) left top repeat-x;
	color: white;
	text-align: center;
}

#maboite_MARRON {
	width: 280px;
	height: 150px;
	font-size: 100%;
	text-align: justify;
	overflow: auto;
	scrollbar-base-color: #E3CB92;
}

.fermer_MARRON {
	margin: 0.5em 0 0 0;
	color: #DAC289;
	text-align: center;
}

a.poptext_MARRON {
	text-decoration : none;
	font-size : x-small;
	color : #796128;
	font-style: normal;
}
a.poptext_MARRON:hover {
	text-decoration : none;
	font-size : x-small;
	color : #CFB77E;
	font-style: normal;
}

/*
--------------------------------------------------------- 
VIOLET
--------------------------------------------------------- 
*/
#filepop_VIOLET {
	display: none;
	position: absolute;
	top: 135px;
	left: 131px;
	width: 300px;  /* Obligatoire et en px seulement */
	height: 230px;   /* Obligatoire et en px seulement */
	background: #FFECFB;
	z-index: 500;
	cursor: pointer;
	font-size: 100%;
	border-top: 1px solid #FFE7FA;
	border-right: 1px solid #FF98EC;
	border-bottom: 1px solid #FF98EC;
	border-left: 1px solid #FFE7FA;

}

#filepop_VIOLET h1 {
	font-size: 100%;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #EAF0FF;
	background: #B3389D url(top.gif) left top repeat-x;
	color: white;
	text-align: center;
}

#maboite_VIOLET {
	width: 280px;
	height: 150px;
	font-size: 100%;
	text-align: justify;
	overflow: auto;
	scrollbar-base-color: #FFACF0;
}

.fermer_VIOLET {
	margin: 0.5em 0 0 0;
	color: #FFB1F0;
	text-align: center;
}

a.poptext_VIOLET {
	text-decoration : none;
	font-size : x-small;
	color : #BA3FA4;
	font-style: normal;
}
a.poptext_VIOLET:hover {
	text-decoration : none;
	font-size : x-small;
	color : #DB60C5;
	font-style: normal;
}
