/********************************************************
CSS pour le site de Solarium Novasol
Création du css : Martin Durette
Date : Novembre 2010
Une réalisation de Conceptö
********************************************************/


/********************************************************
	Styles de base 
********************************************************/
	body{margin:0; padding:0; font-family:Verdana, Geneva, sans-serif; font-size:12px; background:url(../images/bg.jpg) top center no-repeat #596e80} 
	a{outline:none;}
	
	.clear{clear:both}
	#googlemap{border:1px solid #66757e; width:510px; height:350px}
	
	
	
/********************************************************
	Page
********************************************************/
	#contenant{margin:0 auto; width:950px; background:url(../images/bg-main.png) repeat-y; padding:0 0 10px 0}
	#logo{margin:0 auto; width:950px; text-align:center}
	
	#lang{margin:0 auto; width:950px; text-align:right; height:25px; color:#444; padding:6px 30px 0 0}
		#lang a{color:#444; text-transform:uppercase; font-size:0.9em; text-decoration:none; font-weight:bold}
		#lang a:hover{color:#fff}
	
	#banner{margin:0; width:930px; padding:0 0 0 20px}
	#ombre-banniere{position:absolute; margin:0 0 0 -1px; text-align:center; width:950px; top:141px}
	#novasol-pointe{position:absolute; margin:0 0 0 751px; top:345px;}



/********************************************************
	Menu
********************************************************/
	#menu{margin:10px 0 0 0; padding:0 0 0 20px; border:0px solid #000}
		#menu-float-left{float:left; margin:0; padding:0; width:33px;}
		#menu-float-right{float:left; margin:0; padding:0; width:203px}
		#menu-float-left2{float:left; margin:0 0 0 10px; padding:0; width:46px;}
		#menu-float-right2{float:left; margin:0; padding:0; width:187px}


/********************************************************
	Main
********************************************************/
	#main{margin:10px 0 0 20px; padding:10px 0 0 0; width:910px; border-top:1px solid #c6d59f}
	#main-left{float:left; margin:0; width:175px;}
		#main-left p{margin:0; padding:0 0 10px 0}
	#main-center{float:left; margin:0 10px 0 10px; padding:0 10px 0 10px; border-left:1px solid #c6d59f; border-right:1px solid #c6d59f; width:518px}
	#main-right{float:left; margin:0; width:175px;}
		#main-right h2{margin-top:0; padding-top:0; color:#67757e}
		#main-right h3{margin-bottom:0; padding-bottom:0}
		#main-right h4{margin:0; padding:0; color:#66757e; font-size:1.1em; text-transform:uppercase}
		#main-right p{line-height:120%; font-size:0.85em}
		#main-right p strong{color:#66757e; font-weight:normal}
	
	#texte h1{margin-top:0; padding-top:0}
	#texte h1,#texte h2,#texte h3,#texte h4,#texte h5,#texte h6{color:#67757e}
	#texte p, #texte li{line-height:150%}
	#texte ul li{list-style:none; list-style-image:url(../images/li-bullet.png)}
	#texte a{color:#66757e; font-weight:bold; text-decoration:underline}
	#texte a:hover{color:#c1d197}
	
	table th{color:#fff; font-family:Verdana, Geneva, sans-serif; font-size:12px; background:#66757e; text-align:left}
	table td{color:#66757e; font-family:Verdana, Geneva, sans-serif; font-size:12px; background:#ededed}
	table td input[type=text]{border:1px solid #666; padding:2px 5px 2px 5px; color:#66757e; width:200px}
	table td input[type=submit]{border:1px solid #666; padding:2px 5px 2px 5px; color:#66757e; cursor:pointer; cursor:hand}
	table td input[type=submit]:hover{background:#c1d197; color:#fff}
	table td textarea{border:1px solid #666; padding:2px 5px 2px 5px; color:#66757e; width:300px}


/********************************************************
	Footer
********************************************************/
	#footer{margin:20px auto; width:950px; text-align:center}
		#footer p{color:#444; font-size:1em}
		#footer a{color:#444; text-decoration:underline}
		#footer a:hover{color:#fff; text-decoration:underline}
	
	
	
	
	
	
	
	
	
	
	
