/* print.css are the styles specific to printing the web pages out and use
the method whereby CMD-P or CNRTL-P will print a page using these styles rather
than using the base/structure/content styles. Use the onClick method to 
print.window in a printer button on the to provide a convenient way to print
the pages. Use display: none; to hide styles from printer version. */


/*
############ STRUCTURE GENERALE ###############
*/
* {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/*
############ LOGO ###############
*/
#header h1 {
	background:url("../images/photowatt.gif") left top no-repeat;
	width: 214px;
	height: 78px;
	position:absolute;
	left:0px;
	top:0px;
}
#header h1 a {
	display:block;
	height:78px;
	text-indent:-5000px;
}
/*
############ PHOTO BASELINE ###############
*/
#photo_baseline {
	width: 768px;
	height: 247px;
	background:#e2e2e2;	
	background:url("../images/photowatt_baseline_picture.jpg") left top no-repeat;
}

/*
############ MENU LANGUES ###############
*/
#langues { display: none; }

/*
############ MENU ###############
*/

#container { 
	width: 990px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 


/*
############ TITRE PAGES ###############
*/
#titre {
	width: 768px;
	height: 78px;
	background:#e2e2e2;
	border-top:1px solid #b6b6b6;
}

#titre h1 {
	font-weight:normal;
	margin-left: 60px;
	padding-top: 40px;
	font-size:24px;
	color:#7c7c7c;
}

/*
############ COLONNE DROITE ###############
*/
#right { display: none; }

/*
############ MENU SECONDAIRE ###############
*/


/*
############ PHOTO ###############
*/
#photo {
	position:absolute;
	margin-left:520px;
	margin-top:122px;
	width:248px;
	height:330px;
	background:url(../images/c_.jpg) left top no-repeat;
	z-index:1px;
}

#strategy #photo { background:url(../images/c_strategy.jpg) left top no-repeat; }
#history #photo { background:url(../images/c_history.jpg) left top no-repeat; }
#management #photo { background:url(../images/c_management.jpg) left top no-repeat; }
#careers #photo { background:url(../images/c_careers.jpg) left top no-repeat; }
#events #photo { background:url(../images/c_events.jpg) left top no-repeat; }
#press #photo { background:url(../images/c_events.jpg) left top no-repeat; }
#locations #photo { background:url(../images/c_locations.jpg) left top no-repeat; }
#contact_us #photo { background:url(../images/c_contact_us.jpg) left top no-repeat; }

#modules #photo { background:url(../images/c_modules.jpg) left top no-repeat; }
#cells #photo { background:url(../images/c_cells.jpg) left top no-repeat; }
#inverters #photo { background:url(../images/c_inverters.jpg) left top no-repeat; }
#systems #photo { background:url(../images/c_systems.jpg) left top no-repeat; }
#distributors #photo { background:url(../images/c_distributors.jpg) left top no-repeat; }
#certifications #photo { background:url(../images/c_certifications.jpg) left top no-repeat; }

#ongrid #photo { background:url(../images/c_ongrid.jpg) left top no-repeat; }
#commercial_industrial_buildings #photo { background:url(../images/c_commercial_industrial.jpg) left top no-repeat; }
#residential_buildings #photo { background:url(../images/c_residential.jpg) left top no-repeat; }
#power_generation #photo { background:url(../images/c_power_generation.jpg) left top no-repeat; }
#offgrid #photo { background:url(../images/c_offgrid.jpg) left top no-repeat; }
#consumer_markets #photo { background:url(../images/c_consumer.jpg) left top no-repeat; }
#rural_electrification #photo { background:url(../images/c_rural_electrification.jpg) left top no-repeat; }
#water_pumping #photo { background:url(../images/c_water_pumping.jpg) left top no-repeat; }
#industrial_telecommunications #photo { background:url(../images/c_industrial_telecommunications.jpg) left top no-repeat; }
#case_studies #photo { background:url(../images/c_case_studies.jpg) left top no-repeat; }

#wafer_technology #photo { background:url(../images/c_wafer_technology.jpg) left top no-repeat; }
#technology_overview #photo { background:url(../images/c_technology_overview.jpg) left top no-repeat; }

#how_pv_works #photo { background:url(../images/c_how_pv_works.jpg) left top no-repeat; }
#faq #photo { background:url(../images/c_faq.jpg) left top no-repeat; }
#glossary_of_terms #photo { background:url(../images/c_glossary_of_terms.jpg) left top no-repeat; }

#doc_society #photo { background:url(../images/c_locations.jpg) left top no-repeat; }
#doc_products #photo { background:url(../images/c_locations.jpg) left top no-repeat; }
#doc_quality #photo { background:url(../images/c_locations.jpg) left top no-repeat; }
#doc_guarantee #photo { background:url(../images/c_locations.jpg) left top no-repeat; }

#solar_kits_other #photo { background:url(../images/c_solar_kits_other.jpg) left top no-repeat; }

#disclaimer #photo { background:url(../images/c_disclaimer.jpg) left top no-repeat; }

#bas_photo {
	position:absolute;
	margin-left:520px;
	margin-top:460px;
	width:248px;
	height:10px;
	background:#e2e2e2;
}
#haut_photo {
	position:absolute;
	margin-left:520px;
	margin-top:122px;
	width:248px;
	height:34px;
	background:#ffffff;
	filter:alpha(opacity=50);
    -moz-opacity : 0.5;
    opacity : 0.5;	
}

/*
############ CENTRE ###############
*/
#center {
	background:url(../images/fond_droit.gif) top left;
}

/*
############ CONTENU ###############
*/
#content { 
	margin: 0 250px 0 0;
	padding: 0px;
	margin-left: 60px;
	margin-top:20px;
	width:435px;
	margin-bottom:20px;	
	height:285px;
}

#content_produit { 
	margin: 0 250px 0 0;
	padding: 0px;
	margin-left: 60px;
	margin-top:20px;
	width:670px;
	margin-bottom:20px;	
	height:285px;
}

#content, #content_produit {
	font-size:11px;
}

#content .csc-caption, #content_produit .csc-caption {
	font-style:italic;
}

#content img, #content_produit img {
	padding-top:0px;
	padding-bottom:5px;
}
#content p, #content_produit p {
	padding-bottom:20px;
}
#content h1, #content_produit h1 {
	padding-bottom:10px;
}
#content a, #content_produit a {
	color:#336699;
	font-weight:normal;
	text-decoration:none;
}
#content a:hover, #content_produit a:hover {
	color:#336699;
	text-decoration:underline;
}
#content ul, #content_produit ul {
	list-style-position:inside;
	list-style-type:circle;
	margin-bottom:10px;	
}

html>body div#content, html>body div#content_produit { 
	height:auto;
	min-height:285px;
}	

#accueil #content { 
	width:635px;
	margin-bottom:20px;
	min-height:0;
}	

/*
############ RACOURCIS ENTETE ###############
*/
#raccourcis { display: none; }

/*
############ PIED DE PAGE ###############
*/
#footer { 
	padding: 0 10px 0 20px;
	background:#FFFFFF;
	height:38px;
	background:url(../images/fond_pied.gif) bottom left;
	color:#4e4e4e;
	position:relative;
} 
#footer .copyright {
	position:relative;
	margin-top:20px;
	font-size:9px;
	height:20px;
	float:left;
}
#footer ul { display: none; }

	
/*
############ MENU ###############
*/
#header #menu { display: none; }

/*
############ RECHERCHE ###############
*/
.fields_recherche { display: none; }

.fields_ok { display: none; } 

#search { display: none; } 

/*
############ TABLEAUX CONTENU ###############
*/

#distributors #content .contenttable td p {
	padding:0;
	margin:0;
}
#distributors #content table.contenttable, #locations #content table.contenttable {
	padding:0;
	margin:0;
	height:10px !important;
	
}
#distributors #content td, #locations #content td {
	height:10px;
	padding:0;
	padding-bottom:5px;
	vertical-align:top;
}

/*
############ SITE MAP ###############
*/

.tx-dropdownsitemap-pi1 .expAll {
	border:1px solid #d5d5d5 !important;
	background:#f1f1f1 !important;
}

/*
############ PRINT ###############
*/
#print { display: none; }
