/*
========================================================================================
				 KONEKTING - 2008 - Chris Claverie  -  CSS de TNS
========================================================================================
*/

* { 
	margin: 0; 
	padding: 0; 
}

body {
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

/* 
======================================================================
Structure globale
====================================================================== 
*/
#container {
	width: 960px;
	margin: 0 auto;
}
#header{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 145px;
	width: 960px;
	position:relative;
}
#content{
	width: 960px;
	position:relative;
}
#filinfo{
	width: 450px;
	top:20px;
	left:510px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #003787;
	position:absolute;
}
#content-left{
	float: left;
	width: 140px;
	margin: 0;
}

#content-right{
	float: right;
	width:820px;
}


/* 
======================================================================
textes
====================================================================== 
*/
#content h1 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 21px;
	text-transform: uppercase;
	color: #004795;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	text-indent: 35px;
	height: 31px;
}
#content p {
	text-align: justify;
	padding:0 0 10px 0;
}

.titreinterene {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #bc2c16;
}

#content h2 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 16px;
	text-transform: uppercase;
	color: #bd0926;
	padding:10px 0 0 20px;
}

#content h3 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	text-transform: uppercase;
	color: #004795;
	padding:10px 0 0 20px;
}
/* 
======================================================================
Liens
====================================================================== 
*/
.btndownload{
	display: block;
	height: 22px;
	width: 149px;
	background-image: url(../images/download-btn.png);
	background-repeat: no-repeat;
	position: relative;
	left: 260px;
	top:10px;
}
.btndownload:hover{
	background-position: 0px -22px;
}
.linka:link, .linka:visited {
	color: #004795;
}
.linka:hover{
	color: #bd0926;
}
.linkaprog:link, .linkaprog:visited {
	color: #bd0926;
	text-decoration: none;
}
.linkaprog:hover{
	color: #999999;
	text-decoration: underline;
}
.progbtn{
	display: block;
	height: 59px;
	width: 123px;
	background-image: url(../images/guide-btn.png);
	background-repeat: no-repeat;
	position: relative;
	left: 10px;
	top:10px;
}
.progbtn:hover{
	background-position: 0px -59px;
}
.logohome{
	display: block;
	height: 145px;
	width: 149px;
}
/* 
======================================================================
Slider
====================================================================== 
*/

#slider1 h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cd0000;
	padding:0 0 20px 0;
	text-transform: uppercase;
}
#slider1 h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004795;
	padding:0 0 20px 0;
	text-transform: uppercase;
}
#slider1 p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004795;
	text-align: justify;
	padding:0 0 10px 0;
}
.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0 0 20px 0;
	position: relative;
	width: 100%;
	background-color: #e6e6e6;
		}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 460px;
	clear: both;
}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 20px;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 700px; /* Also specified in  .stripViewer  above */
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
}

.stripNav {
	visibility: hidden;
	display: none;
}
		
#stripNavL0 a, #stripNavR0 a {
	display: block;
	height: 63px;
	width: 24px;
}
			
.stripNavL {
	left: 0;
	position: absolute;
	top: 230px;
	text-indent: -9000em;
	background-image: url(../images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: center;
}
	
.stripNavR {
	right: 0;
	position: absolute;
	top: 230px;
	text-indent: -9000em;
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: center;
}
a:focus { 
	outline:none 
}

ul#portfolio li img{
	border: 1px solid #ccc;
	padding: 4px;
}


.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}