footer #social a{
	background-image:url(/images/corners.png);
	border:none;
	display:inline-block;
	height:24px;
	margin-top:10px;
	position:relative;
	opacity:0.7;
	overflow:hidden;
	text-indent:35px;
	white-space:nowrap;
	width:24px;
}
footer #social a:hover{
	opacity:1;
}
#facebook{
	background-position:-6px 0;
}
#twitter{
	background-position:-54px 0;
}
#rss{
	background-position:-30px 0;
}
#youtube{
	background-position:-78px 0;
}
#google{
	background-position:-102px 0;
}
.membre{
	border-collapse:collapse;
	margin:0 0 20px 0;
}
#content .membre h4{
	padding-top:0;
}
.portfolio{
	/*background:#fff;
	border:solid 1px #d7d7d7;
	border-radius:5px;*/
	float:left;
	height:147px;
	/*margin:10px;
	padding:7px;
	width:435px;*/
}
.portfolio img{
	/*border-radius:3px;*/
	opacity:0.9;
	width:320px;
}
.portfolio a:hover img{
	opacity:1;
}
#solution{
	background:url(/images/solutions.gif);
	height:190px;
	margin:auto;
	position:relative;
	width:657px;
}
#solution img, #solution div{
	float:left;
}
#solution .ribon{
	display:block;
	left:-4px;
	position:absolute;
	top:-4px;
}
#solution div.text{
	font-size:12px;
	height:145px;
	line-height:19px;
	padding:45px 35px 0 45px;
	position:relative;
	width:248px;
}
#solution input.text{
	margin-bottom:10px;
}
#solution .notice{
	font-size:11px;
	line-height:19px;
	padding:0 10px;
	width:140px;
}
.checklist{
	list-style-type:none;
	margin:0;
	padding:0;
}
.checklist li{
	background:url(/images/ok_16.gif) no-repeat 0 50%;
	font-size:16px;
	line-height:32px;
	padding:0 0 0 25px;
}
.comparaison td{
	color:#424242;
	font-size:12px;
	font-family:Tahoma, Arial, sans-serif;
	padding:0;
	text-align:center;
	width:101px;
}
.comparaison .titles td{
	height:127px;
	vertical-align:top;
}
#content .comparaison .titles h6{
	color:#fff;
	padding:0;
}
.comparaison .titles strong{
	display:block;
	font-size:14px;
	font-weight:normal;
	height:42px;
	line-height:42px;
	text-align:center;
	text-transform:uppercase;
}
#content .comparaison .titles em{
	color:#fff;
	display:block;
	font-size:40px;
	font-style:normal;
	height:43px;
	line-height:43px;
	margin-top:5px;
	text-align:center;
}
.comparaison .titles span{
	display:block;
	font-size:12px;
	text-align:center;
}
.comparaison .title{
	background:#fbfbfb;
	padding-right:5px;
	text-align:right;
	width:115px;
}
.odd{
	background:#d7e9ee;
}
.pair{
	background:#f0f6f7;
}
#overlay{
	background-color:#111;
	display:none;
	left:0px;
	position:absolute;
	top:0px;
	width:100%;
	z-index:999;
}
#alert{
	background:#FFF;
	display:none;
	position:absolute;
	z-index:1000;
}
#alertHeader{
	background:#DDD;
	line-height:20px;
	text-align:right;
}
#alertMessage{
	padding:10px;
}