@charset "utf-8";
/* CSS Document */


/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

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

@font-face {
    font-family: 'verbblack';
    font-weight: normal;
    font-style: normal;

}

body {
	
	background: url(sf.jpg) no-repeat center fixed; 
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisÃ©e */
	
}

#main{
	background-color: white; 
	background-color: rgba(255,255,255,0.90);
	width: 480px;
	min-height: 100%;
	padding: 0 40px;
	position: absolute;
	right: 10%;
	text-align: center;
	
}


strong {
	font-weight: 600;
}

h1{
	font-family: "Times New Roman", Times, serif, sans-serif;
	font-size: 36px;
	color:#448cc9;
	text-transform: uppercase;
	margin: 0;
	text-shadow: 1px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}

h2{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0;
	position: relative;
	top:-9px;
	text-shadow: 1px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}

h3{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	color:#448cc9;
	text-shadow: 1px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
	

}

p, a{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	text-decoration: none;
	color: #515151;
}

a:hover{
	color:#448cc9;
}

/*				SPECIFIC STYLES					*/

/* HEADER */

#main header .photo{
	width: 120px;
	height: 129px;
	background: url(circle-img.jpg) no-repeat top center;
	margin: 60px auto 20px auto;
	background-size: cover;
	
}

#main header.head{
	margin-bottom: 40px;
}

/* TEXT */

#main #text{
	margin: 0 auto 40px auto;
	width: 400px;
}



/* OTHER INTERESTS INCLUDE */

#main #OtherInterestsInclude{
	height: 175px;
	margin-bottom: 35px;
}

#main #OtherInterestsInclude header, #main footer header{
	height: 32px;
	background:  url(cover.jpg) top center no-repeat;
	position: relative;
	padding-top: 6px;
	
}

#main #OtherInterestsInclude{
	z-index: 99;
	position: relative;
}

#main #OtherInterestsInclude ul.picture{
	margin-top: 12px;
	z-index: 1;
	list-style: none;
	position: relative;
	padding-left: 2px;
}

#main #OtherInterestsInclude ul.picture li{
	display: inline-block;
	margin: 0 -3px 0 0;
	background-color: #333;
	position: relative;
	width: 130px;
	height: 150px;
	
}


#main #OtherInterestsInclude ul.picture li a:hover{
	text-indent: 0;
}
 
 
 
/* CONTACT */
#main footer{
	min-height: 145px;
}

#main footer p{
	line-height: 2;
	
}

#main footer > p {
	margin-top: 3px;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *	`contenteditable` attribute is included anywhere else in the document.
 *	Otherwise it causes space to appear at the top and bottom of elements
 *	that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *	`:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
		
	}
}
 