/* style de la popup */
.bloc_page {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	width: 500px;
	height: auto;
	padding: 10px 10px;
	margin:0;
	border: 2px solid #C03030;
	background: #000000;
	z-index: 100;
	text-align: center;
}

/* style du titre*/
.titpage {
width:500px;
height:21px;
line-height:21px;
background-color:#000066;
font-family: Verdana;
font-size:1.1em;
font-weight:600;
text-align:center;
margin:0;
padding:0;
border:none;
color:#99CCFF;
}


/* style de l'image*/
.imgpage{
background-color:#000000;
margin:0;
padding:0;
border:none;
}

/* style du paragraphe*/
.texpage {
background: #000000;
font-family:Verdana;
font-size:0.60em;
color: #FFFFCC;
text-align:left;
}

.fermepage {
background: #000000;
font-family:Verdana;
font-size:0.60em;
color: #FFFFCC;
	text-align:right;
}

.fermepage p a:hover {
	font-weight:600;
}




