body
{
	color: black;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	background-image: url(../img/bckgr.jpg);
	background-repeat: repeat-y;
	text-decoration: none; }

a:link
{
	color: #336699;
	text-decoration: none;
}

a:visited {
	color: #6699CC;
	text-decoration: none; }
a:hover { text-decoration: underline; }

a.titre:link
{
	color: #000;
	text-decoration: none;
}

a.titre:visited {
	color: #000;
	text-decoration: none; }
a.titre:hover { text-decoration: none; }

h1
{
	color: #696969;
	font-size: 9pt;
	font-weight: bold;
}

.txt-blue {
	color: #69c;
	font-size: 8pt; }

.side-txt
{
	color: #666;
	font-size: 8pt;
	width: 240px;
	margin-top: 32px;
	margin-left: 28px;
}

.side-txt-cell
{
	background-image: url(../img/dots-pink.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
	margin-top: 24px;
	margin-bottom: 24px;
	padding-top: 12px;
	padding-bottom: 16px;
}

.side-txt-cell-btm
{
	background-image: url(../img/dots-blue.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
	margin-top: 24px;
	margin-bottom: 24px;
	padding-top: 12px;
	padding-bottom: 16px;
}

.side-txt-titl
{
	color: #666;
	font-size: 8pt;
	font-weight: bold;
}
.side-txt-titl a:link {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none; }
.side-txt-titl a:visited {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none; }
.date-stamp
{
	color: #666;
	font-size: 8pt;
	line-height: -8px;
}

/*MENU*/
.thumb-pict
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

table.menu a
{
	color: #fff;
	width: 106px;
	padding-top: 4px;
	padding-bottom: 6px;
	border-bottom: 1px solid #fff;
	display: block;
}

div.menu
{
	color: #6699CC;
	font-size: 11px;
	font-family: Tahoma, verdana, sans-serif;
	line-height: 16px;
	text-decoration: none;
	background: #69c;
}

div.menu a
{
	color: #6699CC;
	background: #e6e6e6;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	font-family: Tahoma, verdana, sans-serif;
	padding: 4px 6px 2px 18px;
}

/*div.menu a:visited
{
	color: #6699CC;
	background: #e6e6e6;
}*/
div.menu a:hover
{
	color: #ffffff;
	background: #6699cc;
	text-decoration: none;
}

/*div.menu a:link
{
	color: #6699CC;
	background: #e6e6e6;
}

div.menu a:active
{
	color: #6699CC;
	background: #e6e6e6;
}*/

div.menu a.second
{
	color: #ffffff;
	background: #6699cc;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	font-family: Tahoma, verdana, sans-serif;
	padding: 4px 6px 2px 18px;
}


/*Title*/
div.titl2
{
	color: #000;
	font-size: 10pt;
	font-weight: 500;
	position: absolute;
	top: 32px;
	left: 100px;
	z-index: 4; }
	
div.titl4
{
	color: #000;
	font-size: 10pt;
	font-weight: 500;
	position: absolute;
	top: 45px;
	left: 90px;
	z-index: 4; }

div.titl3
{
	color: #f0f0f0;
	font-size: 24pt;
	font-weight: bold;
	position: relative;
	width: 600px;
	height: 30px;
	z-index: 2;
	overflow: hidden;
	float: none;
	clear: none;
	margin-top: 16px;
	left: 0px; }

div.titl1
{
	color: #000;
	font-size: 16pt;
	font-weight: 500;
	position: absolute;
	top: 8px;
	left: 40px;
	z-index: 4;
}

/*Quote*/
.phrase
{
	display:none;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(../img/quotes_rgt.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding: 16px 4px 16px 2px;
}

.quote-top
{
	background-image: url(../img/quotes_lft.gif);
	background-repeat: no-repeat;
	background-position: 0 top;
	margin-top: 48px;
	margin-left: 12px;
}

.quote-box
{
	left: 6px;
	margin-right: 6px;
	margin-left: 8px;
}

/* pour la liste de soutien : infobulle */

a.info {
z-index:1;
text-decoration:none;
}

a.info span {
display: none;
}

a.info:hover {
background: none; /* correction d'un bug IE */
}

a.info:hover span {
display: inline;
position: absolute;
z-index: 2;
margin:2em 0 0 1em;
background-color:#ffffff; color:#000000;
text-align: justify;
padding: 5px;
width:300px;
border:1px solid #000000;
}
hr { background: white url(../img/dots-pink.gif); border: 0px }

