/* Mozilla based browsers */
::-moz-selection {
       background-color: #0095d1;
       color: #fff;
}

/* Works in Safari */
::selection {
       background-color: #0095d1;
       color: #fff;
}

html, body, * { 
	margin: 0;
	padding: 0;
}

body { 
	background: #3c3b3b url(img/back.jpg) repeat-x left top;
}

.wrapper { 
	width: 950px;
	margin: 0 auto 0 auto;
}

.logo { 
	margin: 24px 0 0 14px;
	display: inline-block;
}

#construction { 
	float: right;
	margin: 57px 55px 0 0 ;
}

.bloc-applications { 
	margin-top: 20px;
}

img#left { 
	float: left;
}

.theme-default #slider {
    width:680px;
    height:299px;
    margin: -4px 0 0 270px;

}

.nivo-controlNav { 
	display: none;
}

.accroche { 
	font-family: futura-pt;
	font-size: 15px; 
	line-height: 25px;
	width: 100%; 
	background: url(img/shadow.png) no-repeat center top; 
	text-transform: uppercase;
	padding-top: 25px;
	color: #FFF;
	margin-bottom: 23px;
	-webkit-font-smoothing:antialiased;
}

.clear { 
	clear: both;
	display: block;
}

.bloc { 
	width: 215px; 
	border-top: 1px solid #666666;
	padding-top: 30px;
	color: #dadcdc;
	float: left;
	margin-right: 30px; 
	font: 11px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.title { 
	font-family: futura-pt;
	color: #297ca3;
	font-size: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
	-webkit-font-smoothing:antialiased;
}

.last { 
	margin-right: 0;
}

.footer { 
	color: #999; 
	font: 11px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 10px 5px 10px ;
	background-color: #27292a;
	display: block;
	margin: 30px 0;
	-webkit-font-smoothing:antialiased;
}

.footer span { 
	padding-left: 23px;
	margin-left: 15px;
	height: 17px;
	display: inline-block;
}

.footer span a { 
	color: #999;
	text-decoration: none;
}

.footer span a:hover { 
	color: #0e95d0;
}

#tel { 
	background: url(img/tel.png) no-repeat left center;
}

#fax { 
	background: url(img/fax.png) no-repeat left center;
}

#mail { 
	background: url(img/mail.png) no-repeat left center;
}

#choosit { 
	width: 76px; height:23px; 
    overflow: hidden;
    float: right;
}

#choosit img {
    border: none;
}
#choosit a:hover img {
    margin-top: -28px;
}
