	html {
		overflow-y:scroll;
	}

	body {
		background: #d6d7d7;
		background-attachment: scroll;
		background-clip: border-box;
		background-image: -ms-radial-gradient(center top, #9ab6c4 0%, #526d88 100%);
		background-image: -moz-radial-gradient(center top, #9ab6c4 0%, #526d88 100%);
		background-image: -webkit-gradient(radial, center top, 0, center top, 900, from(#9ab6c4), to(#526d88));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ab6c4', endColorstr='#526d88');
		background-origin: padding-box;
		margin: 0px;
		padding: 0px;
		font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
		font-size: 12px;		
	}

	#container {
		margin:0 auto;
		width:860px;
		margin-bottom: 20px;
		margin-top: 30px;
	}
	#content {
		background-color:#ffffff;
		-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
		-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	}
	.hidden {
		display: none;
	}

	.clear{
	  clear:both;
	  display:block;
	  height:0;
	  overflow:
	  hidden;
	  visibility:hidden;
	  width:0
	}
	.clearfix:after{
	  clear:both;
	  content:' ';
	  display:block;
	  font-size:0;
	  height:0;
	  line-height:0;
	  visibility:hidden;
	  width:0
	}
	* html .clearfix,:first-child+html .clearfix{
	  zoom:1
	}
	.extra-text {
		font-size:20px;
		padding:24px 0;
		border-bottom:1px solid #ededed;
		color: #999;
		margin-bottom:20px;
		font-weight: 300;
	}
    .transition {
    	-webkit-transition:all .5s ease;
	     -moz-transition:all .5s ease;
	      -ms-transition:all .5s ease;
	       -o-transition:all .5s ease;
	          transition:all .5s ease;
    }
    .word-wrap {
		word-wrap: break-word;
		-ms-word-break: break-all;
		     word-break: break-all;
		-webkit-hyphens: auto;
		   -moz-hyphens: auto;
		        hyphens: auto;
    }
	/*-------------------------------------------------------*/
		/* Typography */
	/*-------------------------------------------------------*/
    h1 {font-size: 40px;}
	h2 {font-size: 30px;}
	h3 {font-size: 20px;}
	h4 {font-size: 15px;}
	h5 {font-size: 13px;}
	h6 {font-size: 12px;}

	strong {
		font-weight: bold;
		color: #333;
	}

	h3.main-heading {
		margin:0px 2px 20px 0px;
		border-bottom:1px solid #ebebeb;
		padding-bottom:14px;
		color:#333;
		line-height:16px;
		font-size: 16px;
		font-weight: 600;
		display:block;
		clear: both;
		position: relative;
	}
	h3.main-heading::after {
		content: '';
		width: 40px;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: -1px;
		background:#f2f2f2;
	}
	/*-------------------------------------------------------*/
		/* Top Section */
	/*-------------------------------------------------------*/
	header {
		height:60px;
		margin-bottom:20px;
		overflow:hidden;
	}
	/* Logo */
	#logo {
		float:left;
		overflow:hidden;
		margin-left:10px;
		display:none;
	}
	#logo h2 {
		font-size:30px;
		font-weight:900;
		color: #444;
		line-height:40px;
	}
	#logo h4 {
		color:#666;
		line-height:20px;
	}
	/* Social icons */
	.socialicons {
		float:right;
		margin-top:18px;
	}
	.socialicons li {
		float:left;
		display:inline;
		margin:0;
		padding:0;
		margin-right:2px;
	}
	.socialicons li a  {
		font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
		font-size: 16px;
		display: block;
		padding: 6px 8px;
		background-color:#222;
		color: #FFF;
	}
	.socialicons li a:hover  {
		color:#f2f2f2;
	}
	.social-icons li:last-child {
		margin-right:0
	}
	.socialicons .socials-text {
		padding:16px;
		height:10px;
		background-color:#222;
		color:#FFF;
	}
	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
    #profile {
		background:#f2f2f2; 
		background-image:url(../images/entete-ombre.png);
		background-position:center bottom;
		background-repeat:repeat-x;
		overflow:hidden;	
	}
	/* About */
	.about {
		float:left;
		margin-top:30px;
		width:490px;
		margin-left:20px;
	}
	.about .photographie {
		float:left;
		background:url(../images/ombre.png) no-repeat;
		width:192px;
		height:212px;
		padding:12px 0 100px 20px;
	}
	.about .photographie img {
		background-color:#b03f77;
	}
	.about h1 {
		font-weight:900;
		color:#5d5d5d;
		font-size:30px;
		line-height:30px;
		margin-top:8px;
	}
	.about h3 {
		margin-top:5px;
		font-size:18px;
		color:#5d5d5d;
		line-height:18px;
	}
	.about p {
		font-size:13px;
		font-style:italic;
		margin-top:15px;
		margin-bottom:15px;
		color:#006a8d;
		font-weight:400;
		line-height:15px;
	}
	/* Personal info */
	.personal-info {
		float:left;
		margin-top:30px;
		width:310px;
		min-height:230px;
		margin-left:10px;
		background:url(../images/separation.png) no-repeat left top;
		padding:20px 0 0 20px;
	}
	.personal-info li {
		font-size:14px;
		margin-bottom:10px;
		overflow: hidden;
	}
	.personal-info li label {
		color:#006a8d;
		float:left;
		padding:4px 7px;
		font-weight:600;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	.personal-info li span {
		float:right;
		width:220px;
		padding-top: 4px;
		font-weight: 300;
		color:#005874;
	}

	/* Hover liens */
	.ohcestzoli {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px transparent;
	  position: relative;
	  overflow: hidden;
	}
	.ohcestzoli:before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  left: 50%;
	  right: 50%;
	  bottom: 0;
	  background: #6cc7f4;
	  height: 12px;
	  -webkit-transition-property: left, right;
	  transition-property: left, right;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
	}
	.ohcestzoli:hover:before, .ohcestzoli:focus:before, .ohcestzoli:active:before {
	  left: 0;
	  right: 0;
	}


	/*-------------------------------------------------------*/
		/* Menu */
	/*-------------------------------------------------------*/
	.menu {
		height:100px;
		background-color:#dadada;
		position:relative;
		*width: 600px;
		padding-left: 130px;
		padding-right: 130px;*/
	}
	.tabs {
		height:116px;
		position: absolute;
		margin-top:-14px;
		z-index:100;
	}
	.tabs li {
		float:left;
		height:116px;
	}
	.tabs li > a {
		padding-top:36px;
		width:200px;
		display:inline-block;
		background-repeat:no-repeat;
		font-size:16px;
		color:#b9b9b9;
		text-align:center;
		font-weight: 300;
	}
	.tabs li > a:hover {
		margin-top:-3px;
		color:#f2f2f2;
	}
	.tabs li.active a {
		color:#dadada;
	}

	.tabs li > a > i {
		font-size: 45px;
		speak: none;
		font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
		display: block;
		margin-bottom: 5px;
	}

	.next,.prev {
		font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
		font-size: 34px;
		color: #eeeeee;
		position: absolute;
		top:30px;
		width: 40px;
		background-color: #cccccc;
		text-align: center;
		cursor: pointer;
	}
	.next {
		right:0px;
	}
	.prev {
		left:0px;
	}
	.disabled { display: none !important;  }

	/*-------------------------------------------------------*/
		/* Contact Section */
	/*-------------------------------------------------------*/
    #contact {
		padding:30px 0;
		overflow:hidden;
	}
	.contact-info, .contact-form {
		float:left;
		padding:0 20px;
	}
	.contact-info {
		width:250px;
	}
	.contact-form {
		width:530px;
	}
	/* Contact info */
	.contact-info ul {
		float:left;
		border-left:1px solid #f2f2f2;
		padding-left:18px;
	}
	.contact-info ul li {
		font-size:13px;
		line-height:20px;
		color: #666666;
		overflow: hidden;
	}

	/* Google map */
		#map {
		height: 300px;
		margin-bottom:25px;
		width: 100%;
		border-bottom:1px solid #CCC;
		border-top:1px solid #CCC;
	}
	/*-------------------------------------------------------*/
		/* Forms */
	/*-------------------------------------------------------*/
	form .input,form textarea {
	  -moz-box-shadow: inset 0 5px 16px -13px #333;
	  -webkit-box-shadow: inset 0 5px 16px -13px #333;
	  box-shadow: inset 0 5px 16px -13px #333;
	  background-color:#FDFDFD;
	  border: 1px solid #d9d9d9;
	  -webkit-border-radius:2px;
	     -moz-border-radius:2px;
	          border-radius:2px;
	  color: #666;
	  font-size: 12px;
	  height: 30px;
	  outline: none;
	  padding: 6px 10px;
	  resize: none;
	  width: 96%;
	}
	form textarea {
	  height: 112px;
	  line-height: 18px;
	  margin-bottom: 0;
	  padding-top: 8px;
	}
	form p {
		margin-bottom:15px;
	}
	form p label {
		display:block;
		color:#999;
		margin-bottom:8px;
		font-size:13px;
	}
	.button {
		color:#fff;
		background-color: #666;
		padding:8px;
		border:none;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		cursor:pointer;
		font-size:13px;
	}
	.button:hover {
		background-color:#f2f2f2;
	}
	.success, .error {
		padding:10px;
		margin-bottom:10px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	.success {
		background-color: #E3EBC6;
		color: #8FA442;
		border: 1px solid #C2D288;
	}
	.error {
		background-color: #f9e5e6;
		color: #b3696c;
		border: 1px solid #f7c7c9;
	}
	/*-------------------------------------------------------*/
		/* Footer */
	/*-------------------------------------------------------*/
	footer {
		margin-top:20px;
		height:20px;
	}

	/*-------------------------------------------------------*/
		/* Footer */
	/*-------------------------------------------------------*/
	div.footer {
		margin-top:20px;
		height:20px;
	}
	div.footer .copyright {
		float:left;
		color:#333;
		padding-left:6px;
	}

	
	

/*-------------------------------------------------------*/
	/* Media Queries */
/*-------------------------------------------------------*/

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#container {
		width:750px;
	}

	/*-------------------------------------------------------*/
		/* Menu */
	/*-------------------------------------------------------*/
	.menu {
		height:100px;
		background-color:#dadada;
		position:relative;
		width: 590px;
		padding-left: 80px;
		padding-right: 80px;
	}
	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
	/* About */
	.about {
		width:410px;
	}
	.about h1 {
		line-height:38px;
		font-size:30px
	}
	.about h3 {
		font-size:14px;
		line-height:14px;
	}
	/* Personal info */
	.personal-info {
		width:280px;
		margin-right:10px;
	}
	.personal-info li span {
		width:190px;
	}
	/*-------------------------------------------------------*/
		/* Contact */
	/*-------------------------------------------------------*/
	.contact-info {
		width:250px;
	}
	.contact-form {
		width:420px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#container {
		width:470px;
	}
	/*-------------------------------------------------------*/
		/* Top Section */
	/*-------------------------------------------------------*/	
	/* Logo */
	#logo h2 {
		font-size:25px;
		font-weight:900;
		color: #444;
		line-height:30px;
	}
	#logo h4 {
		color:#666;
		line-height:15px;
	}
	/* Social icons */
	.socialicons {
		margin-top:9px;
	}
	.socials-text {
		display:none !important;
	}
	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
	/* About */
	.about {
		width:420px;
		display:block;
	}
	.about h1 {
		line-height:38px;
		font-size:30px
	}
	.about h3 {
		font-size:14px;
		line-height:14px;
	}
	/* Personal info */
	.personal-info {
		margin-top:0;
		display:block;
		width:420px;
		background:none;
		border-top:1px solid #f2f2f2;
	}
	.personal-info li span {
		width:280px;
	}
	/*-------------------------------------------------------*/
		/* Menu */
	/*-------------------------------------------------------*/
	.tabs {
		padding-left:5px;
	}
	.menu {
		height:250px;
		background-color:#dadada;
		position:relative;
		width: 370px;
		padding-left: 50px;
		padding-right: 50px;
	}
	/*-------------------------------------------------------*/
		/* Contact */
	/*-------------------------------------------------------*/
	.contact-info {
		width:420px;
	}
	.contact-form {
		margin-top:20px;
		width:420px;
	}
	

}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
	#container {
		width:300px;
		margin-top:10px;
	}
	.extra-text {
		font-size:16px;
	}
	/*-------------------------------------------------------*/
		/* Top Section */
	/*-------------------------------------------------------*/
	/* Logo */
	#logo h2 {
		font-size:25px;
		font-weight:900;
		color: #444;
		line-height:30px;
	}
	#logo h4 {
		color:#666;
		line-height:15px;
	}
	.socialicons {
		display:none; !important
	}
	/*-------------------------------------------------------*/
		/* Profile Section */
	/*-------------------------------------------------------*/
	div.top {
		height:50px;
		margin-bottom:5px;
	}
	/* About */
	.about {
		width:280px;
		display:block;
		margin:10px 0 15px 10px;
	}
	.about .photographie {
		margin-left:40px;
		background:url(../images/ombre.png) no-repeat;
		width:192px;
		height:212px;
		padding:12px 0 0 20px;
	}
	.about h1 {
		line-height:38px;
		font-size:30px;
		text-align:center;
	}
	.about h3 {
		font-size:14px;
		line-height:14px;
		text-align:center;
	}
	.about p {
		text-align:center;
	}
	/* Personal info */
	.personal-info {
		margin-top:0;
		display:block;
		width:280px;
		background:none;
		border-top:1px solid #f2f2f2;
		margin-left:10px;
		min-height:220px;
		padding-left:0;
	}
	.personal-info li {
		font-size:13px;
	}
	.personal-info li span {
		width:200px;
	}
	/*-------------------------------------------------------*/
		/* Menu */
	/*-------------------------------------------------------*/
	.tabs {
		padding-left:0px;
	}

	.tabs li > a {
		width:75px;
		font-size:14px;

	}
	.tabs li.active {
		background-image: none !important;
	}
	.menu {
		height:100px;
		background-color:#dadada;
		position:relative;
		width: 200px;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	/*-------------------------------------------------------*/
		/* Contact */
	/*-------------------------------------------------------*/
	
	.contact-info {
		width:280px;
	}
	.contact-form {
		margin-top:20px;
		width:280px;
	}
	.contact-info, .contact-form {
		padding:0 10px;
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max-moz-device-pixel-ratio: 2) {

	.tabs li.active {
		background-size: 116px 114px;
	}

}

/*trucs*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{ color:inherit;}