/*Feuille de style des popup site arnaudrodriguez.net - octobre 2006 */

/* --------------- Présentation générale ---------------- */
html {
	margin: 0;
	padding: 0;
	background-color : #c00000;
}
body {
	background-color : #c00000;
	font-family 	 : Verdana, Arial, Helvetica, sans-serif;
	font-size		 : 75% ;
	text-align 		: center ;
}

/* ------------- Mise en page générale -------------- */
#popUptop {
	width 			: 470px ;
	margin  		: auto ;
	margin-top 		: 5px ;
	background		: #fff ;
	text-align 		: left ;
	background 		: #fff url(../images/popupTop.gif) right top no-repeat ;
	padding 		: 0px ;
}
#popup {
	width 			: 470px ;
	margin 			: 0px ;
	margin  		: auto ;
	background		: #fff ;
	text-align 		: left ;
	background 		: #fff url(../images/popupBas.gif) right bottom no-repeat ;
	padding 		: 5px 0px 10px 0px ;
}
#popupAff {
	text-align 		: center;
}

#popup h1 , #popup p  {
	margin : 0 5px 10px 5px ;	
}
#popup .infoReal {
 	margin-top : 10px ;
} 
#popup img {
	float : right ; 
	margin : 5px ;
	padding: 2px ;
}



/* ---------------- Contenu ----------------- */ 
ul{
	list-style-image :  url(../../images/puceRouge.gif);
 padding : 0  ;
	}
li {
	margin : 0 20px ; padding : 0  ;
	}
a {
	color : #c00000 ;
}
a:hover {
	color : #c00000 ;
	text-decoration : none ;
}

h1 {
	font-size : 1.2em ;
	font-weight : bold ;
	color : #c00000 ;
	text-transform : uppercase ;
}
h2, h3 {
	font-size : 1.1em ;
	font-weight : bold ;
	color : #c00000 ;
}
.center {
	text-align : center ;
}
em {
	font-style: italic;
	color: #c00000;
}
strong { 
	font-weight: bold;
	/*color: #c00000; */
}
/* Si la pop up contient seulement une image */
img.affiche {
	clear : both ; 
	margin : 5px ;
	padding: 2px ;
	border : 4px solid #fff ;
}

.infoReal {
clear : both ;
	text-align : right ;
	font-weight : bold ;
	color : #c00000; ;
}

#popupAff h2 {
background-color : #fff ;
}
#retenue {
float : left ;
}
#nonRetenues {
float : left ;}


/* --- Fonds d'image --- */
.lienPop {
	width		: 28px ;
	height		: 31px ;
	background 	: #fff url(../images/plus.gif) left top no-repeat ;
}

.lienWeb {
	width		: 28px ;
	height		: 31px ;
	background 	: #fff url(../images/voir.gif) left top no-repeat ;
}


