/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
body, div, span, .basic, .contact {
	font-family: helvetica, verdana, arial, sans-serif;
}
body {
	background-color: #ffffff;
	padding: 50px;
}
#logo {
	cursor:pointer;
	height:70px;
	overflow:hidden;
	padding-left:70px;
}
#page {
	padding-left:70px;
}

.basic .title {
	display:none;
	cursor:pointer;
	//display:block;
	padding:0px 5px 0px 0px;
	margin-top: 0;
	text-decoration: none;
	font-size: 20px;
	color: #000000;
	
}
.basic .title:hover {
	color: #000000;
}
.basic .title.selected {
	color: #000000;
}
.contact{
	display:none;
	padding-top:12px;
}
.contact p{
	padding: 4px 10px 0px 0px;
	font-size: 15px;
	font-family: helvetica, verdana, arial, sans-serif;
	color:#5a5555;
	display:block;
}
.contact a{
	color:#5a5555;
	text-decoration:none;
}
.contact a:hover{
	color:#000000;
}
.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width: 940px;
	height: 370px;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 188px;
	height: 370px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks li span {
		display:block;
		position:absolute;
		top:0;
		right:0;
		height:370px;
		width:9px;
		background:url(../../images/shadow_li_span.png) no-repeat 0 0;
	}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

.ligne{
	border-top:1px solid #aaa;
	width:940px;
	height:15px;
}

#list1b{

}

.basic  {
	width: 900px;
	
}
.basic p {
	
	border: none;
	text-decoration: none;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 10px 10px 10px 0px;
	color: #ddd;
}


.company{
	width:310px;
	text-align:justify;
	font-size: 14px;
	font-family: helvetica, verdana, arial, sans-serif;
	color:#ddd;
	display:block;
	float:left;
	padding-bottom:10px;
}

.clear{
	clear:both;
}


#projectMenu a {
	cursor:pointer;
	outline:none;
	text-decoration : none;
	font-size: 14px;
	font-family: helvetica, verdana, arial, sans-serif;
	color:#666;
	padding-bottom:5px;
	display : inline;
}
#projectsTable{
	width:637px;
	color:#aaa;
	padding-bottom:10px;
}
.wname, .wclient, .wcategory, .wdate 
{
	width : 28%;
	display : block;
	float:left;
	cursor:pointer;
	font-size: 14px;
	font-family: helvetica, verdana, arial, sans-serif;
	
}
.wid
{
	display:none;
}
.wtitle 
{
	color:#bbb;
}
.wtitle:hover, .wtitle.selected
{
	color:#eee;
}

.wdate 
{
	text-align:right;
	overflow:hidden;
	width : 15%;
}
.wcontent
{
	max-height:400px;
	color:#eee;
	font-size: 14px;
	font-family: helvetica, verdana, arial, sans-serif;
	
}
.wloader{
	padding-left:10px;
	display:none;
}
.mloader{
	display:none;
	padding-left:5px
}
.news{
	border-bottom:1px solid #aaa;
	padding:0px 0px 15px 0px;
	margin-bottom:10px;
	display:none;
	width:940px;
	height:130px;
	overflow:hidden;
}
.news a, .news a img {
	cursor:pointer;
}
.nslider {
	width:940px;
	height:203px;
	overflow:hidden;
}
.wslider {
	width:640px;
	overflow:hidden;
}
.nslider ul.wslider ul {
	list-style:none;
}
.wslider li{
	width:640px;
	height:375px;
	overflow:hidden;	
}
.nslider li{
	width:640px;
	height:203px;
	overflow:hidden;	
}
#nextBtn, #prevBtn{ 
height:50px;
text-align:center;
vertical-align:middle;
padding-top:10px;
	width:50px;
	left:60px;
	display:block;
	position:absolute;
	top:71px;
	z-index:1000;
	opacity : 0.6;
			-moz-opacity : 0.6;
			-ms-filter: "alpha(opacity=60)"; /* IE 8 */
		filter : alpha(opacity=60); /* IE < 8 */ 
}	
#nextBtn{ 
	left:660px;
	z-index:1001;
}														
#prevBtn a, #nextBtn a
{  
	display:none;
	color:white;
	border:0px;
	background:black;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
		opacity : 0.8;
		-moz-opacity : 0.8;
		-ms-filter: "alpha(opacity=80)"; /* IE 8 */
		filter : alpha(opacity=80); /* IE < 8 */ 
	padding:20px 20px 15px 20px;
	outline:none;
}	
#nextBtn a{ 
	
}
#prevBtn a{ 
	
}	

#prevBtn a:hover, #nextBtn a:hover
{  
	opacity : 1;
	-moz-opacity : 1;
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	filter : alpha(opacity=100); /* IE < 8 */ 
}
#description{
display:none;
}
