@charset "iso-8859-1";

@import url(gallery.css);
@import url(elements.css);
@import url(structure.css);
@import url(navigationElements.css);
@import url(form.css);
@import url(boxes.css);
@import url(account.css);
@import url(catalog.css);
@import url(publicationMethods.css);
@import url(search.css);
@import url(board.css);
@import url(ads.css);
@import url(directory.css);
@import url(community.css);
@import url(ie.css);
@import url(ResponsiveSlides.css);
@import url(responsive.css);

<!--[if lte IE7]>
<link rel="stylesheet" type="text/css"
href="ie.css"/>
<![endif]-->



/* ---------------------
INITIALISATION DES STYLES
------------------------*/
* {
	border: 0;
	font-style: normal;
	margin:0 auto;
	padding: 0;
	text-decoration: none;
}

/* --------------
ZONE EXTERIEURE
-----------------*/
html{
	width: 100%;
	height:100%;
	font-size:62.5%;
	box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
	/* Image de l'arrière-plan de la page */
	background: #000;
	font-family:Arial,Helvetica,sans-serif;
	line-height:160%;
	margin:0px;
	color:#4D4D4D;
	font-size:1.5rem;
}

/* ---------------
APPARENCE DES IMAGES
-----------------*/
img {
	max-width: 100%;
}

/* --------------
CALAGE DES BLOCS
-----------------*/
.clear {
	border:none;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}

#slogan{
text-align:right;
line-height:1.1em;
font-size: 2em !important;
right: 30px !important;
bottom: 10px !important;
}

#petit_txt{
text-align:right;
font-size:0.5em;
font-weight:200;
}

#banner_pool{
max-width:100%;
height:180px;
background-image: url('http://pool68.com/media/banniere20150730__005473400_1616_30072015.png');
background-position:center bottom;
}

#plusquepros {
    left: 280px !important;
    bottom: 70px !important;
}

@media screen and (max-width:934px){
#plusquepros{
display:none !important;
}
}

@media screen and (max-width:407px){
#slogan{
font-size: 1.7em !important;
}
}
