

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body{
  	margin:0;
  	padding:0;
  	background: -webkit-radial-gradient(circle, rgb(255, 255,255), rgb(195, 193,193)) no-repeat center center fixed;
  	background: -moz-radial-gradient(circle, rgb(255, 255,255), rgb(195, 193,193)) no-repeat center center fixed;
  	background: -ms-radial-gradient(circle, rgb(255, 255,255), rgb(195, 193,193)) no-repeat center center fixed;
  	background: -o-radial-gradient(circle, rgb(255, 255,255), rgb(195, 193,193)) no-repeat center center fixed;
  	background-size: cover;
  	
}
.no-cssgradients body{
	background-color:#DFDEDE;
}
html,body,#wrap{
	height: 100%;
}
body > #wrap {
	height: auto; 
	min-height: 100%;
}
#main {
	padding-bottom: 110px;
}

#footer{
	background-color: rgba(000, 000, 000, 0.8);
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
    position: relative;
	margin-top: -110px;
	height: 110px;
	clear:both;
}
.no-rgba #footer{
	background-color: #282828;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.logo{
	margin-top:50px;
}
.hidden{
	visibility:hidden;
}
.titre{
	font-family: 'Helvetica';
	font-size:1.9375em;
	margin-top:80px;
	margin-bottom:80px;
	color:#9b9b9e;
}
span{
	color:#af271a;
}
#footer strong{
	color:#af271a;
}
.largeur{
	text-align:center;
}

.adresse .coordonnees{
	line-height:100px;
}
.adresse .interligne-adresse{
	font-family:"Helvetica";
	font-size:0.875em;
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	line-height:2;
	margin-top:15px;
}
.contact{
	height:130px;
	margin-top:-24px;
	background-color:#af271a;
	-webkit-border-radius:  10px 10px 0 0;
	-moz-border-radius:  10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	border-left:4px solid #fff;
	border-top:4px solid #fff;
	border-right:4px solid #fff;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
.contact a{
	display:block;
	text-decoration:none;
}
.contact:hover{
	background-color:#D27119;

}
.contact .besoin-infos{
	background:url("../img/fleche.png") no-repeat  10px 55px;
	text-align:center;
	height:120px;
	
}
.contact .interligne-contact{
	font-family: 'Helvetica';
	font-weight:bold;
	color:#fff;
	font-size:1.375em;
	vertical-align:middle;
	display:inline-block;
	line-height:1.5;
	margin-top:20px;
}




