@charset "UTF-8";
/* CSS Document */

*{
	outline:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #222222;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
a {
	color: #FFF;
	text-decoration: none;
	outline:none;
}
#main {
	background-color: #000;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #FFF;
}
#main .left {
	vertical-align: top;
	float: left;
	margin-right: 10px;
	display: inline;
}
#main #summary {
	background-color: #000;
	background-image: url(../images/developpeur-iphone-freelance.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 220px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}

#main #samples{
	padding-bottom:20px;
}
.sampleApps{
	overflow:hidden;
}
.sampleApps ul{
	padding:0px;
	padding-left:3px;
}
.sampleApps ul li {
	float: left;
	width: 260px;
	height:75px;
	list-style-type: none;
	padding-right:13px;
}


#samples .sampleApps .carousel-control{overflow:hidden;display:inline-block;vertical-align:middle;width:40px;height:40px;cursor:pointer;line-height:999px;zoom:1;border:0;text-indent:-9999px;}

/* Ligne 43 */
#samples .sampleApps .carousel-next
{
  background-color: transparent;
  background-image:url(../images/next2.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0px 0px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  width:40px;
  height:40px;
  border:none;
  margin-left:10px;
}

/* Ligne 45 */
#samples .sampleApps .carousel-control:hover
{
  opacity: 0.7;
}
#samples .sampleApps .carousel-control{
	float:left;
	margin-top:20px;
}
#samples .sampleApps .carousel-previous
{
  background-color: transparent;
  background-image:url(../images/prev2.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0px 0px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  width:40px;
  height:40px;
  border:none;
  margin-right:10px;
}

#samples .sampleApps .carousel-wrap{
	width:800px;
	float:left;
}
#footer {
	font-size: 10px;
	font-weight: normal;
	padding: 5px;
	text-align: center;
	margin-top: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
