@font-face {
	font-family: roboto;
	src: url('roboto.woff');
}

body{
	font-family:roboto;
}
.body_smartphone{
	display:none;
}

a {
	color: #7E7E81;
	text-decoration: none;
	font-family:roboto;
}
.logo{
	font-size: 50px;
	text-transform: uppercase;
	color: gray;
	font: normal 1.7em/1.1 OFL Sorts Mill Goudy, Georgia, serif;
}
a:active{
	color: #33B5E5 !important;
}

a:hover{
	color: #0073A9 !important;
}

.selected{
	color: #0073A9 !important;
}

.facetext:hover{
	text-decoration: underline;
}

.button{
	border: 1px solid white;
	-moz-box-shadow: 0px 0px 0px 1px silver;
	-webkit-box-shadow: 0px 0px 0px 1px silver;
	box-shadow: 0px 0px 0px 1px silver;
	color: #0073A9;
	font-size: 20px;
	font-weight: bold;
	background: none;
	width: 170px;
	height: 35px;
	margin-top: 12px;
	margin-bottom: 30px;
	clear: right;
	float: right;
	margin: 4px;
	padding: 0 6px;
	-webkit-box-align: center;
	text-align: center;
	cursor: default;
	box-sizing: border-box;
	-webkit-appearance: push-button;
	white-space: pre;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	display: inline-block;
}

.button:hover{
	background: #EDEDED;
}

textarea{
	height: 108px;
	padding: 6px 6px;
	resize: none;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	margin: 4px;
	font-size: 14px;
	color: #7E7E81;
	clear: right;
	float: right;
	width: 388px;
	font-family: monospace;
	-webkit-appearance: textarea;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	-webkit-box-orient: vertical;
	white-space: pre-wrap;
	word-wrap: break-word;
	cursor: auto;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: -webkit-auto;
	font: -webkit-small-control;
}

.cadre{
	width:150px;
	height:150px;
	border: 1px solid white;
	-moz-box-shadow: 0px 0px 0px 1px silver;
	-webkit-box-shadow: 0px 0px 0px 1px silver;
	box-shadow: 0px 0px 0px 1px silver;
}

.cadre_app{
	width:100px;
	height:100px;
	/*border: 1px solid white;
	-moz-box-shadow: 0px 0px 0px 1px silver;
	-webkit-box-shadow: 0px 0px 0px 1px silver;
	box-shadow: 0px 0px 0px 1px silver;*/

}
.alpha{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.alpha:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.line{
	height: 1px;
	background: url(../img/line.png);
	margin-bottom: 20px;
}

 .hiddenLink{
	display:none;
}
.alpher:hover .hiddenLink{
	display:block;
}

.shownLink{
	height:50px;
	display:block;
}
.alpher:hover .shownLink{
	height:0px;
	display:none;
}
h2 {
	color: #0073A9;
	font-size: 48px;
	margin: 22px 0 0 0;
	padding: 10px 0;
}

.contact_link{
	color: #0073A9;
}

.one_app{
	position: relative;
	float: left;
	width: 150px;
}

.blogmdb{
	position:relative;
	float:left;
	width:45px;
}

#colonnesInfos{
	color: #ACAAAA;
}
#lesPlus {
width: 260px;
}
.flLeft {
float: left;
}

#colonnesInfos h2 {
font-size: 48px;
margin: 0px 0px 10px 0px !important;
background: url(../img/barreSeparation.png) no-repeat left bottom;
padding: 0px;
}
#lesPlus ul {
margin-top: 20px;
}
#lesPlus ol, ul {
list-style: none;
}
#lesPlus ul li {
text-align: justify;
}
#lesPlus ul li img {
float: left;
margin-right: 10px;
margin-top: 5px;
}
#lesPlus ul li h4 {
font-size: 18px;
color: #0073A9;
}