/* 
	* GesWeb Style Sheet for STRID's Website UI
	* All Page Layout 
	* Theme name : -
	*  
	* Copyright 2010 Obtic Sàrl e-consultant	
*/

/* HTML Tag --------- */
	
	a 			{	color:#039; }
	a:hover { color: #989898;	}
	
	hr			{ border-bottom: 1px dotted #989898; }

	.input 	{ width:140px; 
						margin:5px 0px 0px 0px; 
						font:8pt Verdana, Arial, Helvetica, sans-serif; }		


/* Content Layout ( 3 cols ) --------- */
	
	/* Backgroud picture */
	#gw-bgr-content{}

	/* Col left (nav left) & middle (text) */
	#gw-content-block {
		margin-top:0px;
		overflow:hidden;
		width:960px;
		float:left;
	}
	
	/* col middle (text) */
	#gw-content {padding:0px;}
	
/* Content for normal page (col 2 center ) --------- */
	

		/* Page content */
		#gw-text {
			width:740px;
			background-color:#fff;
			margin-right:20px;
		}
			#gw-text a						{ }
			#gw-text a:hover			{ }
			
			#gw-text h1 {
				font-size:1.8em;
			}
			
			#gw-text h2 {
				font-size:1.4em;
				color:#03a;
			}
				#gw-text h2 a {text-decoration:none;}

			#gw-text h3 {
			}
			#gw-text h4 {
			}
			#gw-text h5 {
			}
			#gw-text p {
			}
			
			#gw-text p.picto {
			}
			
			/* Table for FF & Safari */
			#gw-text table {
			}
			/* Table for IE */
			#gw-text p table {
			}
			#gw-text p.Date {
			}
			#gw-text p.Top {
			}
			#gw-text ul, #gw-text ol {
			}
			#gw-text li {
			}
			
/* home content */

	#gw-column-content{
		float:right;
		width:490px;
	}

/* home knowhow */

	#gw-column-knowhow{
		border-right:1px solid #039;
		border-bottom:1px solid #fff;	/*FF Hack */
		margin:20px 0 0 0;
		padding:0;
		padding-top:1px;
		width:240px;
	}
	
/* home news */

	#gw-column-news{
		border-right:1px solid #039;
		border-top:1px solid #fff;	/*FF Hack */
		margin:0 0 10px 0;
		width:240px;
	}
			
/* Scroller */

	/* Special IE7 hack */
	*+html #gw-text #gw-scroller { top:110px !important;}
	/* Special IE7 hack */
	
	#gw-text #gw-scroller { /* Needed by scrollup js script */ position: relative; overflow:hidden;/* Needed by scrollup js script */ }
		#gw-text #gw-scroller p { margin:10px 15px;}
		#gw-text #gw-scroller p.date-news { margin:0px 15px; font-size:90%; font-style:italic; }
		#gw-text #gw-scroller h2 { margin:10px 15px; padding:0; }
		#gw-text #gw-scroller a { }


