body {
    margin: 0;
    padding: 0;
    color: #333333;
    font: 70% Ubuntu, helvetica, arial, serif;
    text-align:left;
    /*overflow:scroll;*/
}


#page
{
position: absolute;
top: 0;
left: 0;
min-height: 100%;
width: 100%;
background : transparent url(/images/home/bg-content.jpg) repeat;
}

#content-home {
margin:0 auto;
width:100%;
max-width:980px;
height:auto;
min-height: 100%;
}

#content-home .title {
border-bottom:6px solid #FDBB0E; 
font-size: 20px; 
margin: 0 0 30px 10px;
}


/* ################### a #################### */
a {
	color: #FF9800; /*#279ac4;*/
	text-decoration: none;
}

a:hover, a:active, a:focus {
	/*color:#FF9800; #279ac4;*/
	text-decoration: underline;
}

a:hover img, a:active img, a:focus img {
	/*color:#FF9800; #279ac4;*/
	text-decoration: none;
}

a img {
	border: none;
}
a.name {
color: #6b6b6b;
text-decoration: none;
}


/* ################### input et textarea ####################### */
input, textarea {
-moz-border-radius:3px 3px 3px 3px;
border:2px solid #858585;
color:#333333;
margin-top:5px;
padding:5px;
font-family: 'Droid Serif', arial, serif;  /*police Google*/
font-size:12px;
}

input.url, textarea.url {
border:1px solid #858585;
padding:2px 0 2px 2px;
}

/* formulaire de contact*/
#contact-form .field {
margin:0 0 10px;
height:30px;
}

#contact-form label {
color:#858585;
position:relative;
top:10px;
width:60px;
}

#contact-form .input {
border:1px solid #D5D5D5;
float:right;
height:20px;
width:200px;
padding:2px;
}
#contact-form .input:focus {
border:1px solid #858585;
}

#contact-form .textarea {
border:1px solid #D5D5D5;
float:right;
width:200px;
padding:2px;
}

#contact-form .separateur  {
border-bottom:1px solid #FFFBF4;
border-top:1px solid #D5D5D5;
height:0;
line-height:0;
margin-bottom:10px;
margin-top:10px;
padding:0;
clear:both;
}

#contact-form .submit {
border:1px solid #858585;
height:25px;
float:right;
width:60px;
padding:2px;
}



/* ###################### Espace Demo ##################################### */
#top_demo, #bottom_demo {
width:805px;
margin:0 auto;
}

#top_demo a:hover, #bottom_demo a:hover{
text-decoration:none;
}

.top_left, .top_right, .bottom_left, .bottom_right {
float:left;
padding : 10px;
border-right:1px solid #FDBB0E;
border-bottom:1px solid #FDBB0E;
width:380px;
height: 300px;

}

/* ###################### Espace Press ##################################### */
.bloc-article {
height: 200px; 
width: 660px; 
background:url(/images/press/bloc-press.png) no-repeat; 
padding:35px 0 0 20px;
}

.title-article {
color: #FF9800;
font-family: Arvo;
font-size: 15px;
}

.date-article {
margin-bottom:10px;
}
.image_article {
height: 115px; 
margin: 13px 20px 0 0; 
width: 115px; 
float:left; 
background:url(/images/press/cadre-press.png) no-repeat;
}
.image_article img {
margin: 20px 0 0 5px;

}

.extract-article {
float:left; 
text-align: justify; 
width: 500px;
}

.extract-article p {
font-size: 13px;
line-height: 18px;
min-height: 85px;
margin-bottom:0;
}

.extract-article a {
color:#858585; 
float: right;
}


/*

Craftyslide CSS Styles

*/

#slideshow {
	margin:0;
	padding:0;
	position:relative;
}

#slideshow ul {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
}

#slideshow ul li {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	list-style:none;
}

#pagination {
	clear:both;
	width:75px;
	margin:25px auto 0;
	padding:0;
}

#pagination li {
	list-style:none;
	float:left;
	margin:0 2px;
}

#pagination li a {
	display:block;
	width:10px;
	height:10px;
	text-indent:-10000px;
	background:url(../images/pagination.png);
}

#pagination li a.active {
	background-position:0 10px;
}

.caption {
    display: none;
	width:100%;
	margin:0;
	padding:10px;
	position:absolute;
	left:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:lighter;
	color:#fff;
	border-top:1px solid #000;
	background:rgba(0,0,0,0.6);
}


#customers {
  position: relative; /*l'�l�ment est positionn� mais il se place tout seul*/
  top : 150px;
  left: 500px;
}
#customers #slidecadre,#customers #slideshow {
  position: absolute;
}

#customers #slidecadre {
  top: -41px;
  left: -70px;
  z-index: 1000;
}

#customers #slideshare {
}



/* ########################### SIGNUP ######################## */
/*General*/
::-webkit-input-placeholder  { color:#aaa; }
input:-moz-placeholder { color:#aaa; }
.placeholder{
    color:#aaa;
}

/*Utils*/
.unstyled {
    padding:0;
    list-style: none;
}

.floatRight{
    float:right;
}
.floatLeft{
    float:left;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.offscreen{
    position: absolute;
    left: -999em;
}

/*Modal, overlay*/
.modal {
    position: fixed;
    top:50%;
    left:50%;
    z-index: 9999;
    margin: -250px 0 0 -170px;
    width: 340px;
    border:3px solid #fe9800;
    -webkit-border-radius: 12px; /* Safari 3-4, iOS 1-3.2, Android 1.6 */
    -moz-border-radius: 12px; /* Safari 3-4, iOS 1-3.2, Android 1.6 */
    border-radius: 12px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
    background-color: #fff;
}
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom:0;
    left: 0;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/* Signup form */
.signup {
}
.signup .modal-header{
    margin:0;
    padding:10px 0;
    -webkit-border-radius: 9px 9px 0 0;
    -moz-border-radius: 9px 9px 0 0;
    border-radius: 9px 9px 0 0;
    background:#3A3A3A;
    -webkit-box-shadow: 0 4px 4px -4px #000000;
    -moz-box-shadow: 0 4px 4px -4px #000000;
    box-shadow: 0 4px 4px -4px #000000;
    color:#ffffff;
    text-align:center;
    font-family:Arvo;
}
.signup form{
}
.signup form h2 {
    font-family:Ubuntu;
}
.signup .signup-left{
    float:left;
    padding-right:20px;
    width:275px;
    height:100%;
}
.signup .signup-right{
    float:right;
    padding-left: 34px;
    width:270px;
    height:100%;
    border-left:1px #d1d1d1 dashed;
}
.signup .signup-left .upper,
.signup .signup-right .upper{
    height:290px;
}
.signup .signup-left .lower,
.signup .signup-right .lower{
    margin-top:0px;
}
.signup .signup-item{
    margin-bottom: 30px;
    font-size:1.5em;
}
.signup .signup-item .bg-wrapper{
    display:block;
    float:left;
    width:50px;
    height:50px;
    background-image: url('/images/home/sprite-signup-desc-icons.png');
    background-repeat: no-repeat;
}
.item-1{
    background-position: 0 0;
}
.item-2{
    background-position: 0 -50px;
}
.item-3{
    background-position: 0 -100px;
}
.item-4{
    background-position: 0 -150px;
}
.signup .signup-item span{
    display:block;
    font-size:0.7em;
}
.signup input[type=text],
.signup input[type=url],
.signup input[type=password],
.signup input[type=tel],
.signup input[type=email]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 18px;
    padding: 10px;
    padding-left: 50px;
    width: 100%;
    border: 1px solid #bbb;
    -webkit-border-radius: 5px; /* Safari 3-4, iOS 1-3.2, Android 1.6 */
    -moz-border-radius: 5px; /* Safari 3-4, iOS 1-3.2, Android 1.6 */
    border-radius: 5px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
    background-image: url("/images/home/sprite-signup-icons.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    box-shadow: 0 2px 5px #DDDDDD inset;
    font-size: 1.4em;
}
.signup input[type=text]:hover,
.signup input[type=url]:hover,
.signup input[type=password]:hover,
.signup input[type=tel]:hover,
.signup input[type=email]:hover{
    box-shadow: 0 2px 7px #C5C5C5 inset;
}
.signup input.fullName {
    background-position: 0 0px;
}
.signup input.email {
    background-position: 0 -100px;
}
.signup input.website {
    background-position: 0 -150px;
}
.signup input.phone {
    background-position: 0 -50px;
}
.signup input.password {
    background-position: 0 -200px;
}


.signup input.fullName:focus, .signup input.notemptyname {
    background-position: 0 -250px;
}
.signup input.email:focus, .signup input.notemptyemail {
    background-position: 0 -350px;
}
.signup input.password:focus, .signup input.notemptypassword {
    background-position: 0 -450px;
}

.signup input.website:focus, .signup input.notemptywebsite {
    background-position: 0 -400px;
}
.signup input.phone:focus, .signup input.notemptyphone {
    background-position: 0 -300px;
}

.signup input.error{
    border : 1px solid #DD0000;
}
.signup .acceptTos{
    padding:5px 0;
    font-size:1.1em;
}
.signup .letMeLogin{
    font-size:12px;
    padding-top:25px !important;
}


