<br />
<b>Notice</b>:  Undefined index: type in <b>/homez.87/kiffandc/www/css/screen.css.php</b> on line <b>5</b><br />
/* Encodé en UTF-8 */
html{
	height: 100%;
	margin:0;
	padding:0;
}

body {
	background:#f1f2f6 url(../images/theme/background_website.jpg) repeat-x;
	font: 62.5% Arial, Helvetica, sans-serif;
	height:100%;
	color:#494949;
}

#superglobal{
	position : relative;
	min-height: 100%;
	margin:0;
	padding:0;
}

#global{
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	padding-bottom: 260px;	
}



/*** HTML ELEMENTS ***/
p, form, img, h1, h2, h3, h4, h5, h6, ul, ol, li, html, body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

.hide {
	position: absolute;
	left: -5000px;
}

.clearboth{
	clear:both;
	width:960px;
	height:1px;
}

#content a.red{
	background:#f1f2f6 url(../images/theme/red.jpg) repeat-x;
	color:#ffffff;
	padding:5px;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.8em;
	margin:10px 15px 0 0; 
}

/* STYLE GENERALE ###################################
###################################################*/
#content h1{
	
}

#content h2{
	font-size:1.4em; 
	font-weight:normal;
	color:#e5201b;
	margin:0 0 10px 0;
}

#content h3{
	font-weight:normal;	
}

#content h4{
	
}

#content h5{
	
}

#content a{
	color:#E5201B;
}

#content a:hover{
	text-decoration:none;
}

#content p{
	margin:0px 0 10px 0;
	line-height:140%;
}

#content img{

}

.imgleft{
	float:left;
	margin:0 10px 10px 0px;
}

.imgright{
	float:right;
	margin:0 0px 10px 10px;
}

#content blockquote{

}

#content blockquote p{
	
}

#content ul{
}

#content ul li{
	
}

#content ul li p{
	
}

#content ul li a{
	
}

#content ul li a:hover{
	
}

#content ul li ul li{
	
}

#content ul li ul li ul li{
	
}

#content ul li ul li ul li ul li{
	
}

/*** PAGE ########################################
############################################## **/
#page{
	height:100%;
	width:960px;
	margin:0 auto;
}

#content{
	font-size:1.2em;
	padding:20px;
	width: 920px;
	margin:0 auto;
}

/*** HEADER ########################################
############################################## **/
#header{
	width:960px;
	height:110px;
	margin:0 auto;
}

#header  #logo{
	background: url(../images/theme/logo.png);
	float:left;
	width:185px;
	height:95px;
	margin:0;
	padding:0;
}

#header  #logo a{
	display:block;
	width:185px;
	height:100px;
}

/*** NAVIGATION ###################################
############################################## **/
/* MENU PRINCIAPLE */
#getNav{
	margin:0;
	padding:0;
	float:right;
}

#getNav li{
	background: url(../images/theme/getNav_li.jpg) no-repeat;
	height:104px;
	list-style:none;
	font-size:1.2em;
	float:left;
	padding:0 0 0 2px;
	
}

#getNav li a{
	text-decoration:none;
	color:#ffffff;
	height:64px;
	display:block;
	padding:40px 30px 0 30px;
}

#global #header #getNav li a:hover{
	background: url(../images/theme/getNav_li_a.jpg) repeat-x;
}

#getNav li ul{
	display:none;
}

#getNav li:hover ul{
	display:block;
	position:absolute;
	padding:10px 0 0 0;
}

#getNav li:hover ul li{
	list-style:none;
	float:none;
	margin:0;
	padding:0 0 5px 0;
	font-size:1em;
	
}

/*** HOME #######################################
############################################## **/
#slideshow{
	background: url(../images/theme/background_slideshow.jpg) no-repeat;	
	width:660px;
	height:375px;
	position:relative;	
	padding:15px 0 0 20px;
	float:left;
}

#project{
	background: url(../images/theme/project.jpg) no-repeat;	
	width:240px;
	height:390px;
	float:right;
}

#content #project .projet{
	background: url(../images/theme/projets.png) no-repeat;	
	width:240px;
	height:64px;
	margin:0;
}	

#servicesHome{
	margin:0;
	padding:0;
}

#servicesHome li{
	background: url(../images/theme/service_home.jpg) no-repeat;
	margin:0;
	padding:0;
	width:290px;
	height:275px;
	list-style:none;
	float:left;
}

#servicesHome li p{
	padding:0 20px 0 45px;
}

#servicesHome li img{
	border:5px solid #ffffff;
	margin:0 0 0 45px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

#servicesHome li h2.web{
	background: url(../images/theme/h2_web.png) no-repeat;
	margin:0;
	padding:0;
	width:290px;
	height:54px;
}

#servicesHome li h2.identite{
	background: url(../images/theme/h2_identite.png) no-repeat;
	margin:0;
	padding:0;
	width:290px;
	height:54px;
}

#servicesHome li h2.support{
	background: url(../images/theme/h2_support.png) no-repeat;
	margin:0;
	padding:0;
	width:290px;
	height:54px;
}

#servicesHome li a{
	background:#f1f2f6 url(../images/theme/red.jpg) repeat-x;
	color:#ffffff;
	padding:5px;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.8em;
	float:right;
	margin:10px 15px 0 0; 
}

#projetHome{
	margin:0;
	padding:0 10px 0 50px;
}

#projetHome li{
	margin:0;
	padding:0;
	list-style:none;
}

#projetHome li h2{
	font-size:1.2em;
	clear:both;
}

#projetHome li img{
	border:5px solid #ffffff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	margin:0 0 10px 0;
}

#project a.red{
	background:#f1f2f6 url(../images/theme/red.jpg) repeat-x;
	color:#ffffff;
	padding:5px;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.8em;
	float:right;
	margin:0 20px 0 0;
}

/*** SERVICES #######################################
############################################## **/
.h1Services{
	background: url(../images/theme/h1_services.png) 5px 0px no-repeat;
	height:19px;
	border-bottom:1px solid #454545;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
}

#serviceList{
	margin:0;
	padding:0;
	width:230px;
	float:left;
}

#serviceList li{
	margin:0;
	padding:10px 0;
	list-style:none;
	border-bottom:1px dashed #cccccc;
	height:35px;
}

#serviceList li a.web{
	background: url(../images/theme/service_web.png) no-repeat;
	display:block;
	height:35px;
}

#serviceList li a.Formation{
	background: url(../images/theme/service_formation.png) no-repeat;
	display:block;
	height:35px;
}

#serviceList li a.support{
	background: url(../images/theme/service_support.png) no-repeat;
	display:block;
	height:35px;
}

#serviceList li a.identite{
	background: url(../images/theme/service_identite.png) no-repeat;
	display:block;
	height:35px;
}

.serviceContent{
	width:640px;
	float:left;
	min-height:300px;
	border-left:1px dashed #cccccc;
	padding:20px;
}


/*** PROJETS #######################################
############################################## **/
.h1Projets{
	background: url(../images/theme/h1_projets.png) 5px 0px no-repeat;
	height:23px;
	border-bottom:1px solid #454545;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
}

#serviceList li a.llnnight{
	background: url(../images/theme/projet_llnnight.png) no-repeat;
	display:block;
	height:35px;
}

#serviceList li a.mycottage{
	background: url(../images/theme/projet_mycottage.png) no-repeat;
	display:block;
	height:35px;
}

#serviceList li a.youngstarter{
	background: url(../images/theme/projet_youngstarter.png) no-repeat;
	display:block;
	height:35px;
}

#serviceList li a.mytools{
	background: url(../images/theme/projet_mytools.png) no-repeat;
	display:block;
	height:35px;
}

/*** PORFOLIO ####################################
################################################ **/
.h1References{
	background: url(../images/theme/h1_references.png) 5px 0px no-repeat;
	height:23px;
	width:920px;
	border-bottom:1px solid #454545;
	padding:0 0 5px 0;
	margin:20px auto 15px auto;
}

#content .h2referenceWeb{
	background: url(../images/theme/h2_reference_web.png) no-repeat;
	height:35px;
	margin:0 0 0 20px;
}

#content .h2referencePrint{
	background: url(../images/theme/h2_reference_print.png) no-repeat;
	height:35px;
	margin:0 0 0 20px;
	clear:both;
}

#content .ListingProjet{
	margin:0;
	padding:20px 20px;
}

#content .ListingProjet li{
	background: url(../images/theme/service_projet.jpg) no-repeat;
	margin:0 10px 10px 0;
	padding:0;
	width:210px;
	height:200px;
	list-style:none;
	float:left;
}

#content .ListingProjet li h2{
	color:#E5201B;
	font-size:1.4em;
	font-weight:normal;
	padding:10px 20px 0 20px;
	margin:0;
}

#content .ListingProjet li p{
	padding:0 20px;
	margin:0 0 10px 0;
	font-size:1em;
}

#content .ListingProjet li img{
	border:5px solid #ffffff;
	margin:0 0 0 20px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}

#content .ListingProjet li a{
	background:#f1f2f6 url(../images/theme/red.jpg) repeat-x;
	color:#ffffff;
	padding:5px;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:0.8em;
	float:right;
	margin:10px 20px 0 0; 
}

#gallery{
	float:left;
	width:320px;
}

#gallery li{
	list-style:none;
	margin:0 0 10px 0;
}

#gallery li a.project{
	float:left;
	margin:0 10px 10px 0;
}

#gallery li img{
	border:5px solid #cccccc;
}

/*** BLOG ########################################
############################################## **/
.h1Blog{
	background: url(../images/theme/h1_blog.png) 5px 0px no-repeat;
	height:23px;
	border-bottom:1px solid #454545;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
}

body.News #content ul#listingNews{
	margin:0 20px 20px 20px;
}

body.News #content ul#listingNews li{
	margin:0;
	padding:20px 0;
	list-style:none;
}

body.News #content ul#listingNews li h2 a{
	color:#e5201b;
}

body.News #content ul#listingNews li ul li{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
	list-style:circle;
}

body.News #content ul#listingNews li ul{
	margin:15px;
}

/*** CONTACT #######################################
############################################## **/
.h1contact{
	background: url(../images/theme/h1_contact.png) 5px 0px no-repeat;
	height:19px;
	border-bottom:1px solid #454545;
	padding:0 0 5px 0;
	margin:0 0 15px 0;
}

#content .contact{
	float:right;
	text-align:left;
	width:440px;
	padding:20px 0 0 0;
}

#content .contactForm{
	float:left;
	width:440px;
	text-align:right;
	padding:20px 0 0 0;
}

#content .contactForm p{
	margin:0 0 10px 0;
}

#content label{
	display:block;
	margin:5px 0;
}

#content .txt{
	width:200px;
}

#content .txtarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	width:205px;
}

#content .submit{
	background:#4A4949;
	padding:3px;
	color:#FFFFFF;
	border:none;
	cursor:pointer;
	margin:10px 0;
}

#content address{
	font-style:normal;
	margin:5px 0;
}

#content address span{
	font-weight:bold;
}

#content address a{
	text-decoration:none;
}

#content address a:hover{
	text-decoration:none;
	color:#4a4949;
}

#content ul.errors li{
	color:#FF0000;
	font-weight:bold;
	font-size:1em;
	list-style:none;
}

#content .message{
	color:#009900;
	font-weight:bold;
}

/*** FOOTER ########################################
############################################## **/
#pied{
	background: url('../images/theme/background_footer.jpg') repeat-x;
	position: absolute;
	bottom: 0px;
	height: 260px;
	width: 100%;
	font-size:1.2em;
}

#pied #contentFooter{
	width:960px;
	margin:0 auto;
}

#pied .footerLeft{
	float:left;
	height:235px;
	width:620px;
}

#pied .footerLeft h2{
	background: url('../images/theme/h2_footer_blog.png') no-repeat;
	height:36px;
	margin:15px 0 15px 0;
}

#pied .footerLeft #newsContent{
	margin:0;
	padding:0;
}

#pied .footerLeft #newsContent li{
	margin:0;
	padding:0;
	list-style:none;
	border-top: 1px solid #C3C3C3;
}

#pied .footerLeft #newsContent li h3{
	font-weight:normal;
}

#pied .footerLeft #newsContent li a{
	color:#454545;
	display:block;
	padding:10px 0 10px 10px;
	text-decoration:none;
}

#pied .footerLeft #newsContent li a:hover{
	background:#d5d4d4;
}

#pied .footerRight{
	background: url('../images/theme/footerRight.jpg') 0 1px no-repeat;
	float:right;
	height:210px;
	width:225px;
	padding:25px 0 0 96px;
}

#pied .footerRight h2{
	color:#e5201b;
	font-size:1.4em;
	margin:0 0 5px 0;
}

#pied .footerRight form{
	margin:0 0 25px 0;
	height:30px;
}

#pied .footerRight form .red{
	background:#f1f2f6 url(../images/theme/red.jpg) repeat-x;
	color:#ffffff;
	border:0;
	padding:3px;
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    border-radius: 10px; 
}

#pied .footerRight .messagenewsletterTrue{
	color:green;
	font-weight:bold;
	margin:5px 0 0 0;
	display:block;
}

#pied .footerRight .messagenewsletterFalse{
	color:red;
	font-weight:bold;
	margin:5px 0 0 0;
	display:block;
}

#pied .footerRight address{
	font-style:normal;
	color:#737373;
	font-size:1.1em;
}

#pied .footerRight address p{
	margin:0 0 5px 0;
}

#pied .footerRight address span{
	color:#e5201b;
	font-weight:bold;
}

#pied #legals{
	width:960px;
	margin:0 auto 0 auto;
	clear:both;
}

#pied #legals li{
	list-style:none;
	margin:0;
	padding:5px 0 0 0;
	color:#ffffff;
}

#pied #legals li a{
	color:#ffffff;
}

#pied #legals li.left{
	float:left;
}

#pied #legals li.right{
	float:right;
}

#pied #legals li.right a{
	font-weight:bold;
	text-decoration:none;
}


/* Easy Slider */
	#slider{
		z-index:1;
		position:relative;
	}
	
	#slider ul li span{
		background-color: rgba(67, 67, 67, 0.7); 
		display:block;
		position:absolute;
		left:0px;
		bottom:0px;
		width:100%;
		height:40px;
		padding:10px;
		color:#FFFFFF;
	}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		position:relative;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:620px;
		height:325px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		position:absolute;
		top:280px;
		right:40px;
		margin:1em 0;
		padding:0;
		z-index:2;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:15px;
		width:15px;
		}
	ol#controls li a{
		float:left;
		height:15px;
		width:15px;
		line-height:15px;
		border:1px solid #ccc;
		background:#f1f2f6;
		color:#f1f2f6;
		padding:0;
		text-decoration:none;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		text-align:center;
		}
	ol#controls li.current a{
		background:#E5201B;
		color:#E5201B;
		border:1px solid #ffffff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */



