.grandTexte01
{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-style:italic;
font-weight:bold;
color:#ffe500;
}
.grandTexte03
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-style:italic;
font-weight:bold;
color:#FFFFFF;

}
.grandTexte03_rouge
{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
/*font-style:italic;*/
font-weight:bold;
color:#003399;
background-color:#FFFFFF;

padding:5px;
letter-spacing:5px;

}
.grandTexte02
{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-style:italic;
font-weight:bold;
color:#FFFFFF;
}

.TitreJaune
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-style:italic;
font-weight:bold;
color:#FCE003;
}

.petitTexte01
{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#FFFFFF;
text-align:left;
}

.GrandBleu01{
color:#0099FF;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-style:italic;
font-weight:bold;

}
.MoyenBleu01{
color:#0099FF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-style:italic;
font-weight:bold;
}


.spacer
{
	clear: both;
}

.minitxt
{
	font-size: 9px;
}


.minitxtBlanc
{
	font-size: 9px;
	color:#FFFFFF;
}

.greytxt
{
	color: #999999;
}

table.listing
{
	border: 1px solid #0b93cc;
	border-collapse: collapse;
	width: 768px;
}

table.listing caption
{
	font-size: 12px;
	font-weight: bold;
}

table.listing tr td
{
	padding: 2px;
}

table.listing thead tr td
{
	background-color: #0b93cc;
	color: #ffffff;
	line-height: 18px;
	padding: 4px;
	white-space: nowrap;
}

table.listing thead tr td a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

table.listing thead tr th
{
	background-color: #0b93cc;
	background-image: url('/images/listing.png');
	background-position: top left;
	background-repeat: repeat-x;
	/*border-bottom: 1px solid #0971aa;
	border-right: 1px solid #0971aa;*/
	color: #ffffff;
	line-height: 18px;
	padding: 4px;
	/*text-align: center;*/
	white-space: nowrap;
}

table.listing thead tr th a
{
	color: #ffffff;
	font-weight: bold;
}

table.listing tfoot tr td
{
	background-color: #0b93cc;
	background-image: url('/images/listing.png');
	background-position: top right;
	background-repeat: repeat-x;
	color: #ffffff;
	line-height: 18px;
	padding: 4px;
	text-align: center;
}

#main_content table.listing tfoot tr td a
{
	color: #ffffff;
	text-decoration: underline;
}

#main_content table.listing tbody tr td a
{
	text-decoration: none;
}

#main_content table.listing tbody tr td a:hover
{
	color: #ff9900;
	text-decoration: none;
}

table.listing tbody tr.alt1 td
{
	background-color: #dff1ff;
}

table.listing tbody tr.alt2 td
{
	background-color: #bfe2ff;
}

table.listing tbody tr.alt3 td, table.listing tbody tr td.alt3
{
	background-color: #9fd3ff;
}

table.listing tbody tr.alt1:hover td, table.listing tbody tr.alt2:hover td
{
	background-color: #ffffcc;
}

table.listing tbody tr:hover td.alt3
{
	background-color: #7fc4ff;
}

table.sort thead tr td
{
	cursor: pointer;
}

table.listing img
{
	vertical-align: bottom;
}

.sort-arrow
{
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	height: 4px;
	margin:	0px 2px 6px 4px;
	width: 7px;
}

.sort-arrow.descending
{
	background-image: url('/images/sort_desc.png');
	display: inline;
}

.sort-arrow.ascending
{
	background-image: url('/images/sort_asc.png');
	display: inline;
}

#legend
{
	border: 1px solid #999999;
	color: #666666;
	display: block;
	font-size: 10px;
	height: 1%;
	overflow: hidden;
	width: 766px;
}

#legendhead
{
	background-color: #999999;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	text-transform: uppercase;
}

#legendimg
{
	cursor: pointer;
	float: right;
}

#legendmain
{
	padding: 2px;
}

#legendmain img
{
	vertical-align: middle;
}

#legendmain ul {
	float: left;
}

#legendmain ul li {
	float: left;
	width: 250px;
}

table.table_el
{
	border-collapse: collapse;
	width: 770px;
}

table.table_el tr td
{
	padding: 2px;
}

table.table_el tr.title td
{
	background-color: #336699;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

table.table_el tr.subtitle td
{
	background-color: #6699cc;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

table.table_el tr.alt1 td
{
	background-color: #dff1ff;
}

table.table_el tr.alt2 td
{
	background-color: #bfe2ff;
}

table.table_el tr td.nd
{
	background-color: #999999;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

table.table_el tr td.oui
{
	/*background-color: #00cc00;*/
	background-color: #92d050;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

table.table_el tr td.non
{
	/*background-color: #cc0000;*/
	background-color: #c0504d;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

table.table_el tr td.option
{
	background-color: #648f35;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

table.table_speed
{
	border-collapse: collapse;
	width: 770px;
}

table.table_speed tr td
{
	padding: 2px 2px 0px 2px;
}

table.table_speed tr td.you
{
	background-color: #dff1ff;
	color: #333333;
	font-weight: bold;
}

.stdcontainer
{

}

.stdcontainer h1
{
	border-bottom: 2px solid #066a9f;
	color: #066a9f;
	font-size: 16px;
	line-height: 18px;
	margin: 10px 0px 1px 0px;
	text-transform: uppercase;
}

.stdcontainer table
{
	width: 770px;
}

.stdcontainer table tr
{
	vertical-align: top;
}

.stdcontainer table tr td
{
	border-top: 1px solid #ffffff;
	padding: 2px;
}

.stdcontainer table tr td.rowdesc
{
	background-color: #dff1ff;
	font-weight: bold;
	width: 200px;
}

.stdcontainer table tr td.grenouille
{
	padding-right: 0px;
	width: 134px;
}

.stdcontainer table tr td.grenouille table
{
	background-color: #d6ffcf;
	width: auto;
}

.stdcontainer table tr td.grenouille table tr td
{
	border: none;
	color: #333333;
	padding: 1px;
}

.stdcontainer table tr td.grenouille table tr td a
{
	color: #006600;
}

.lead
{
	clear: both;
	display: block;
	margin: 4px;
	overflow: visible;
	padding: 2px;
}

.thumbnail
{
	background-image: url('/images/nopreview.png');
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	margin: 2px 4px 2px 2px;
	padding: 0px;
}

.lead_title
{
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.lead_title strong
{
	color: #000000;
	font-weight: bolder;
}

.lead_title a
{
	color: #336699;
	text-decoration: underline;
}

.lead_text
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.lead_text a
{
	color: #000000;
	text-decoration: none;
}

.lead_text_js
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.lead_text_js a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
}

.lead_url
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.lead_url a
{
	color: #666666;
	text-decoration: none;
}

#articlelist ul, #articlelist ol {
	list-style-type: square;
	margin: 0px 15px;
	padding: 2px 0px;
}

#articlelist ul li, #articlelist ol li {
	list-style-type: square;
}

#article ul li, #article ol li {
	list-style-type: square;
}

#article {
	font-size: 11px;
	line-height: 1.5em;
}

#article ul, #article ol {
	list-style-type: square;
	margin: 0px 15px;
	padding: 2px 0px;
}

#article ul li, #article ol li {
	list-style-type: square;
}

#newslist ul, #newslist ol {
	list-style-type: square;
	margin: 0px 15px;
	padding: 2px 0px;
}

#newslist ul li, #newslist ol li {
	list-style-type: square;
}

#news {
	font-size: 11px;
	line-height: 1.5em;
}

#news ul, #news ol {
	list-style-type: square;
	margin: 0px 15px;
	padding: 2px 0px;
}

#news ul li, #news ol li {
	list-style-type: square;
}

#frm_search {
	position: relative;
	width: 458px;
}

#frm_search label, #frm_search input {
	display: block;
	float: left;
	margin: 2px 0px;
	/*margin: 0px;*/
}

#frm_search select {
	display: inline;
	float: left;
	margin: 2px 0px;
	/**margin: 0px;*/
	width: 100px;
}

#frm_search label {
	padding-right: 10px;
	text-align: right;
	width: 160px;
}

#frm_search br {
	clear: left;
}

#frm_search input#sub_search {
	background-color: #ffffff;
	background-image: url('/images/listing.png');
	background-position: top left;
	background-repeat: repeat-x;
	border: 2px solid #0b93cc;
	color: #ffffff;
	cursor: pointer;
	float: none;
	font-weight: bold;
	padding: 4px 2px;
	width: 200px;
}

#lastnews ul, #lastarticles ul {
	list-style-type: square;
	margin: 0px 15px;
	padding: 2px 0px;
}

#lastnews ul li, #lastarticles ul li {
	list-style-type: square;
}

#mininewsletter {
	color: #0b93cc;
	display: block;
	padding: 4px;
	text-align: center;
	width: 152px;
}

#mininewsletter label {
	font-weight: bold;
}

#mininewsletter #email {
	border: 2px solid #0b93cc;
	width: 116px;
}

#mininewsletter #ok {
	width: 24px;
}