﻿@charset "utf-8";
/* Styles pour fenêtres popup des chartes de cotes boursières */

html, body {
	width: 350px;
	background-image: url(../images/page_bgnd.gif);
	background-repeat: repeat-y!important;
	background-position: top 90px;
}

#contentWrapper {	
	width: 350px;
}

#mainContent h1 {
	font: bold 1em/1.6em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.5em;
	color: #666;	
	width: 310px;
	margin-left: 20px;
	border-bottom: 1px solid #ccc;
	background-image: url(../images/headers/mission_h3_bgnd.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#mainContent #chartes {
	width: 310px;
	text-align: center;
	margin: 20px 0 10px 0;
}

#mainContent #chartes img {
	margin: 0 0 20px 0;
}

#mainContent #source {
	width: 310px;
	text-align: center;
	text-indent: 0;
	margin: 10px 0 10px 0;
}

#mainContent #fermer {
	width: 310px;
	text-align: center;
	text-indent: 0;
	margin: 10px 0 10px 0;
}