/* CSS pour les popups */

#lwpage_content {padding:5px;background-color: #e7eef6;}

#lwpage_content h2 { color:#E36725; size:10px;}

#lwpage_content h3 { color:#7ab2e6; }

/* texte à méditer */

#lwpage_content div#title {
	border-bottom: 1px solid #666699;
	height: 18px;
}

#lwpage_content div#title h1{
	color:#666699; 
	font-family: "Arial";
	font-size: 18px;
	text-align: left;
}

#lwpage_content div#texte { 
	color: #000;
	font-family: "Arial";
	font-size: 14px;
	text-align: left;
	line-height: 1;
	margin-top:10px;
	margin-bottom:10px;
}

#lwpage_content div#texte p { 
	margin-top:5px;
	margin-bottom: 5px;
	color: #000;
}

/* Signature */
#lwpage_content div#signature { 
	color:#666699; 
	font-family: "Arial";
	font-size: 14px;
	text-align: right;
	font-weight: bold;
}

#lwpage_content div#footer {
	color:#666699;
	font-family: "Arial";
	font-size: 10px;
	text-align: right;
}

#lwpage_content div#footer a:link, #lwpage_content div#footer a:visited {
	text-decoration: none;
}

#lwpage_content div#footer a:hover {
	text-decoration: underline;
}

#lwbarre_top, #lwbarre_bottom {
	height: 20px;
	background-color: #e7eef6;
}

#popup_topleft {
	background-image: url('/img/coin_topleft.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
	width: 20px;
	float: left;
}

#popup_topright {
	background-image: url('/img/coin_topright.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	height: 20px;
	width: 20px;
	float: right;
}

#popup_bottomleft {
	background-image: url('/img/coin_bottomleft.jpg');
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	width: 20px;
	float: left;
}

#popup_bottomright {
	background-image: url('/img/coin_bottomright.jpg');
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
	width: 20px;
	float: right;
}