/*
Theme Name: Relf's
Theme URI: http://wp-ultra.com/admired/
Author: Raphael Isla
Author URI: http://www.famille-isla.net/raphael/
Version: 0.1
License: CC 0
Tags: 
*/

/* -------------------------------------------------------------- */

body {
	background: #fff;
	color: #252525;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 15px;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	font-weight: 300;
	line-height: 1;
}


blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 2;
}

.logo {
    display: block;
	margin-left:auto;
	margin-right:auto;
}


/* =Structure
----------------------------------------------- */
body {
	padding: 0 0em;
}

h1 {
	text-align:center;
}

h3 {
	text-align:center;
	padding-top:0.5em;	
}


a {
	color: #1982d1;

}

.jimgMenu {
	position: relative;
	width: 600px;
	height: 200px;
	overflow: hidden;
	margin-top: 25px;
	margin-right:auto;
	margin-left:auto;
}
.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1340px;
}
.jimgMenu ul li {
	float: left;
}
.jimgMenu ul li a {
	/*text-indent: -1000px;*/
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:78px;
	height: 200px;
	font-weight: bold;
}
.jimgMenu ul li.fredy a {
	background: url(fredy.jpg) repeat scroll 0%;
	color:#EEEEEE;
}
.jimgMenu ul li.alain a {
	background: url(alain.jpg) repeat scroll 0%;
	color:#EEEEEE;
}
.jimgMenu ul li.ethsautes a {
	background: url(ethsautes.jpg) repeat scroll 0%;
	color:#EEEEEE;
	min-width:310px;
}
.jimgMenu ul li.raphael a {
	background: url(raphael.jpg) repeat scroll 0%;
	color:#222222;
}

.texte {
	display: none;
}

@media all and (max-device-width: 480px) {
	.jimgMenu {
		display: none;
	}
	.texte {
		display: inline;
	}
	body {
	width:auto;
	}
}