#footer {
	/*border-color:#BABBBA;
    border-top-width:3px;	
    border-top-style:double;*/
	background-color:#E9EAE9;
	color:#787878;
	font-size:13px;
	text-align:left;
}
#footer h1{
	text-shadow:-1px -1px 1px #141516;
	font-size:20px;
	color:#5795D0;
	font-weight:normal;
	margin:0px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	text-decoration:none;
}
#footer_content{
	width:950px;
	margin: 0px auto;
}
#footer_plan{
	margin-left:225px;
	width:500px;
	height:256px;
	margin-bottom:20px;	
	/*border-left:1px solid #BABBBA;*/
}
#footer_contact{
	width:225px;
	float:left;
}
#footer_contact_link{
	margin:0px auto;
	width:130px;
	-webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#footer_contact_link:hover{
	width:150px;
}
#footer_contact_link img{
	width:130px;
	-webkit-transition: all 1s ease;
    transition: all 1s ease;
}
#footer_contact_link img:hover{
	width:150px;
}
#footer_contact{
	font-style:italic;
}
#footer_social{
	width:225px;
	height:256px;
	background-color:#E0E0E0;
	float:right;
}
#footer_copyright{
	width:725px;
	border-top:1px solid #BABBBA;
	font-size:10px;
	padding-top:7px;
	padding-bottom:7px;
}
#footer_copyright_right_cell{
	float:right;
}
#footer_plan .menu{
	font-size:13px;
	padding:10px;
	color:#787878;
	margin-top:0px;
	margin-bottom:0px;
}
#footer_plan .menu > li {
	margin-left:20px;
	list-style-image:url("../images/puce_orange.png");
	padding-bottom:5px;
	padding-top:5px;
}
#footer_plan .menu > li li {
	font-size:10px;
	font-style:italic;
	display:inline-block;
	padding-left:10px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	background: url("../images/puce_bleue.png") left no-repeat;
}
#footer_plan .menu > li .link {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer_plan .menu > li .link:hover {
	color:#E25220;
	font-size:16px;
	cursor:pointer;
}
#footer_plan .menu > li li .link:hover {
	color:#5795D0;
	font-size:13px;
	cursor:pointer;
}
#footer_plan .menu .pageSelected{
	color:#E25220;
}
#social_icon_box{
	margin-left:10px;
	height:60px;
}
.social_icon{
	width:32px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top:8px;
}
.social_icon:hover{
	margin-top:0px;
	width:40px;
	cursor:pointer;
}
#visitor_counter_box{
	margin-left:10px;
	font-size:10px;
}