body {
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	color: #343434;
	font-size: 12px;
	line-height: 1.9em;
	width: 1100px;
}

#wrapper {
/*	width: 950px;*/
	margin: 0 auto;
}

#header, #footer {
	text-align: center;
}

.img_center
{
	text-align: center;
}

#footer
{
	clear: both;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	padding-left: 200px;
}

a {
	color: #601adc;
	text-decoration: underline;
}

a img
{
	border: none;
}

em {
	color: black;
	font-style: normal;
	font-weight: bold;
}

#headerLines
{
	margin: 30px;
	padding: 0;
	display: inline-block;
}

#headerLine1
{
	font-weight: normal;
	font-size: 60px;
	text-align: center;
}

#headerLine1Link
{
	color: black;
	text-decoration: none;
}

#headerLine2
{
	font-weight: normal; 
	font-size: 18px;
	text-align: right;
}

h1
{
	font-family: Georgia, Times, serif;
	font-weight: normal; 
	font-size: 24px;
	color: #601adc;
	text-align: center;
}


h2 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #601adc;
}

h3 {
	margin: 0;
}

h4 {
	font-size: 11px;
	text-transform: uppercase;
}

hr {
	height: 1px;
	color: #e5e5e5;
	background-color: #e5e5e5;
	border: 0;
	margin: 10px 0;
}

.url
{
	font-size: 20px;
}

.three-column-layout {
	width: 230px;
	padding: 10px;
	text-align: left;
}

.left {
	float: left;
}

.clear-both {
	clear: both;
}

#legal {
	text-align: right;
}

.error {
	background-color: red;
	color: white;
	padding: 3px;
}

.warning {
	background-color: #f7fccb;
}

table {
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
/*	width: 100%;*/
}

tr {
	background-color: #f9f9f9;
}

tr.odd {
	background-color: #fff;
}

th {
	background-color: #dedede;
}

.width_medium
{
	max-width: 200px;
}

.width_small
{
	max-width: 70px;
}

.width_tiny
{
	max-width: 30px;
}

.width_big
{
	max-width: 400px;
}


th, td {
	border: 1px solid #e5e5e5;
	padding: 2px;
	vertical-align: top;
	word-wrap:break-word;
	font-size: 10px;
}

td a
{
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li .active
{
	border: 1px solid #e500e5;
}

#reportHeader
{
	background-color: #dedede;
	border: 1px solid #e5e5e5;
	padding: 5px;
}

#reportHeaderTitle
{
	text-align: center;	
	font-size: 18px;
}

.summary {
}

.summary h3 img {
	margin-top: 5px;
}

#report_header
{
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	padding: 15px;
}

#report_title
{
	text-align: right;
	float: left;
}

#report_form
{
	margin-top: 10px;
	font-size: 16px;
	float: left;
}

#report_title1
{
	color: #343434;
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
}

#report_title1_link
{
	color: #343434;
	text-decoration: none;
}

#report_title2
{
	color: #343434;
	font-weight: normal; 
	font-size: 18px;
}

.report_url
{
	font-size: 14px;
}

#report_navigation
{
	float: left;
	width: 160px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;

}

.nav_title
{
	text-align: center;
	font-size: 14px;
	color: white;
}

#report_navigation > ul
{
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 10px;
/*	padding : 0;
	margin : 0;
*/	list-style : none;
}

#report_navigation ul li ul
{
	padding : 0;
	margin-left: 10px;
	list-style : none;
}

#report_navigation ul li
{
	font-size: 14px;
}

#report_navigation ul li ul li
{
	font-size: 12px;
	color: black;
}

#report_navigation ul li ul li a
{
	color: black;
/*	text-decoration: none; */
}

li.current
{
	text-transform: uppercase;
	font-weight: bold;
	background-color: #f6dbf7;
	padding-left: 2px;
}

#report_navigation ul li ul li a:hover
{
	text-decoration: underline;
}

#report_subreport_wrapper
{
	float: left;
	width: 900px;
}

#report_subreport
{
	margin-top: 10px;
	margin-left: 10px;
}

#subreport_header
{
	padding: 10px;
	border: 2px solid black;
}

#report_subreport ul
{
	list-style-type: disc;
	list-style-position: inside;
}

#report_subreport ul ul
{
	list-style-type: circle;
	list-style-position: inside;
}

#report_subreport ul li
{
	padding-left: 30px;
}

.download
{
	text-align: right;
	font-size: 10px;
}

.download a
{
	text-decoration: none;
}

#report_summary
{
	padding: 10px;
	margin-bottom: 20px;
	background-color: #dedede;
	border: 2px solid black;
}

#report_errors
{
	padding: 10px;
	border: 1px solid black;
	margin-bottom: 20px;
}

h1.report_h1
{
	text-align: center;
	font-size: 22px;
	color: purple;
}

h1.report_h1 a
{
/*	text-decoration: none; */
	font-size: 16px;
}

h2.report_h2
{
	font-size: 16px;
	color: purple;
	margin: 0;
}

.scale_container
{
	margin-left: 30px;
}

.scale_cell
{
	padding: 8px;
}

.scale_col0
{
	background-color: #FF0404;
}

.scale_col1
{
	background-color: #FF0404;
}

.scale_col2
{
	background-color: #FF0404;
}

.scale_col3
{
	background-color: #EC682C;
}

.scale_col4
{
	background-color: #EC922C;
}

.scale_col5
{
	background-color: #FFA000;
}

.scale_col6
{
	background-color: #ECBB2C;
}

.scale_col7
{
	background-color: #ECDB2C;
}

.scale_col8
{
	background-color: #FFFF00;
}

.scale_col9
{
	background-color: #A4EC2C;
}

.scale_col10
{
	background-color: #00FF00;
}
.scale_on
{
	border: 3px solid black;
}

.scale_container_blue
{
	margin-left: 30px;
	margin-top: 5px;
}

.scale_col_blue
{
	background-color: purple;
}

.scale_cell_first
{
	border-left: 1px solid black;
}

.scale_cell_last
{
	border-right: 1px solid black;
}

.scale_cell_blue
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}


td.warning
{
	background-image: url(/images/warning.png);
	background-repeat: no-repeat;
	background-position: center center;
}

td.error
{
/*	background-image: url(/images/error.png);
	background-repeat: no-repeat;
	background-position: center center;
*/}

#email
{
	background-color: #dedede;
	padding: 10px;
	border: 2px solid black;
	text-align: center;
	font-size: 20px;
}

.html_in_text
{
	color: purple;
	text-align: center;
	font-size: 12px;
}

.background_article
{
	background-color: #601adc;
}

.background_outil
{
	background-color: purple;
}

.color_article
{
	color: #601adc;
}

.color_outil
{
	color: purple;
}

.pr_table
{
	width: 100%;
	border-collapse: collapse;
	border-width: 0px;
}

tr.pr_tr
{
	border-width: 0px;
}

td.pr_td
{
	font-size: 12px;
	line-height: 1.9em;
	vertical-align: middle;
	border-width: 0px;
	padding: 5px 5px 15px 5px;
	width: 530px;
}

td.pr_td_scale
{
	font-size: 12px;
	line-height: 1.9em;
	vertical-align: middle;
	text-align: center;
	border-width: 0px;
	padding: 5px 5px 15px 5px;
}

#div_google_view
{
	max-width: 100%;
}

p.gv_title
{
	font-weight: bold;
	font-size: 16px;
}

p.gv_h1
{
	font-weight: bold;
	font-size: 16px;
}

p.gv_h2
{
	font-weight: bold;
	font-size: 16px;
}

ul.gv_ul
{
	margin: 0;
	padding: 0;
}

li.gv_li
{
	margin: 5px;
	padding: 0;
}

/*div#div_google_view > */

table.gv_table
{
	max-width: 200px !important;
	width: 200px !important;
/*	border-collapse: collapse;*/
}

th.gv_th, td.gv_td
{
	border: 1px solid #e5e5e5;
	padding: 2px;
	vertical-align: top;
	word-wrap:break-word;
	font-size: 10px;
}

#div_google_view a
{
	text-decoration: underline;
}

p.gr_title {
color:#000;
font-size:small;
line-height:1.25em;
margin:10px 50px 10px 18px;
padding:6px;
font-family:arial,sans-serif;
max-width: 42em;
}
p.gr_title a.gr_title {font-size:medium;color:#2200CC;margin:0 0 0 0;padding:0 0 0 0}
cite.gr_title 
{
color:green;
font-size:normal;
font-style: normal;
}


#progress_popup
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background: #000000;
	z-index:999;
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	/* filter: alpha(opacity=40);	*/
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	zoom: 1;	/* special IE */
}

#progress_window
{
	position: absolute;
	top: 200px;
	left: 25%;
	width: 600px;
	height: 330px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #000000;
	background: #ffffff;
	z-index:1000;
}

#progress_window ul
{
	list-style-type: disc;
	list-style-position: inside;
}

#progress_window ul li
{
	padding-left: 30px;
}

.highlight { background-color: yellow }

ul.ul_network li
{
	font-size: 16px;
}

span.network
{
	font-style:italic;
	font-size: 12px;
}

.pond_custom
{
	margin:10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #e5e5e5;	
	float: left;
	width: 200px;
}

.pond_custom_label
{
	float: left;
}

.pond_custom_select
{
	float: right;
}

#adresse_ip_view
{
	margin:10px 10px 10px 10px;
	padding: 50px 10px 50px 10px;
	border: 1px solid #e5e5e5;	
	text-align: center;
	font-size: 40px;
	line-height: 50px;
}

#adresse_ip_button
{
	margin:10px 10px 10px 10px;
	padding: 50px 10px 50px 10px;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
}
