					/*MAIN*/
* {margin:0;padding:0;border:0;}
html, body {height: 100%;}			
@font-face
{
	font-family: 'PreloBook';
		src: url('Font/prelo-book-webfont-webfont.eot');
		src: url('Font/prelo-book-webfont-webfont.eot?#iefix') format('embedded-opentype'),
			url('Font/prelo-book-webfont-webfont.woff') format('woff'),
			url('Font/prelo-book-webfont-webfont.ttf') format('truetype'),
			url('Font/prelo-book-webfont-webfont.svg#PreloBook') format('svg');
		font-style: normal;
}

body
{
	border:0;
	background : url('images/bg-page.gif');
	overflow-x: hidden;
}

#wrap {
	min-height: 100%;
	width:	100%;
	margin: 0 auto;
}

					/*EN_TETE*/

header
{
	width : 800px;
	position : relative;
	margin:0 auto;
	height: 110px;
	padding-bottom: 115px;
	overflow: auto;
}

.bloc_logo
{
	width : 170px;
	height : 215px;
	background : white;
	box-shadow : 0px 8px 15px #433F40;
	border-radius : 10px;
	text-align : center;
	font-family : 'PreloBook';
	font-size : 13px;
	color : #009fe3;
	z-index : 2;
	position : absolute;
	top : -10px;
	float:left;
	left:10px;
	margin-left : 6px;
}

h1
{
	width : 80px;
	font-family : 'PreloBook';
	font-size : 20px;
	color : #009fe3;
	font-weight : bold;
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 15px;
}

h1 .group
{
	font-family : 'PreloBook';
	font-size : 12px;
	color : #009fe3;
	font-weight : bold;
}

.bloc_master_pro
{
	background: url('images/master_pro.jpg') no-repeat;
	width : 360px;
	height : 135px;
	border-radius: 5px;
	box-shadow: 0px 10px 22px #8D837E;
	border : 1px solid #AAAAAA;
	position : absolute;
	top : -5px;
	float:right;
	right:	10px;
	margin-right: 11px;
}

					/*CORPS*/
							
section
{
	width : 100%;
	position : relative;
}

				/*Image Broyeur*/

.broyeur
{
	background: url('images/agences_bg.jpg');
	width : 1225px;
	height : 243px;
	position: relative;
	border : 5px solid white;
	box-shadow: 0px 0px 20px #8D837E;
	margin : 20px auto;
}

					/*Texte*/

article
{
	width : 700px;
	font-family : 'PreloBook';
	font-size : 16px;
	text-align : justify;
	margin : 5px auto;
}

a
{
	text-decoration: none;
	color: black;
}

.FI_EPI
{
	text-decoration : underline;
}

				/*Bloc Catalogue*/


.catalogue
{
	width : 100%;
	position : relative;
	padding: 50px 0;
	height: 280px;
}

					/*Bloc FI*/

.bloc_gauche
{
	position : absolute;
	left : -10px;
	width : 46%;
	height : 200px;
	border : 1px solid #5F9F3A;
	border-radius : 10px;
	background :  url('images/bc_vert.png');
	box-shadow: 0px 15px 20px #8D837E;
	z-index : 1;
}

.panier_gauche
{
	background : url('images/cart_20p_r.png') no-repeat;
	z-index : 2;
	width : 300px;
	height : 200px;
	position : absolute;
	right : 25px;
}

.bloc_fi
{
	font-family: 'PreloBook';
	color : #5F9F3A;
	width : 230px;
	height : 150px;
	background : white;
	z-index : 3;
	top : -40px;
	border-radius : 10px;
	box-shadow: 0px 15px 30px -5px #041C00;
	border : 1px solid #AAAAAA;
	position : absolute;
	right : 20px;
	cursor:pointer;
}

h2
{
	text-align : right;
	margin-right : 10px;
	font-size: 30px;
	margin-top : 10px;
}

p
{
	text-align : left;
	margin-right : 10px;
	margin-left : 10px;
	font-size : 14px;
}

					/*Bloc EPI*/

.bloc_droite
{
	position : absolute;
	right : -10px;
	width : 46%;
	height : 200px;
	border : 1px solid #0198CC;
	background :  url('images/bc_bleu.png');
	border-radius : 10px;
	box-shadow: 0px 15px 20px #8D837E;
	z-index : 1;
}

.bloc_droite a
{
	color : #0198CC;
}


.panier_droite
{
	background : url('images/cart_20p.png') no-repeat;
	z-index : 2;
	width : 300px;
	height : 200px;
	position : absolute;
	left : 25px;
}

.bloc_epi
{
	font-family: 'PreloBook';
	color : #0198CC;
	width : 230px;
	height : 150px;
	background : white;
	z-index : 3;
	position: absolute;
	margin-left : 20px;
	bottom : -40px;
	border-radius : 10px;
	box-shadow: 0px 15px 35px -5px #404040;
	border : 1px solid #AAAAAA;
	cursor:pointer;
}

.EPI
{
	text-align : left;
	margin-left : 10px;
}

					/* Navigation Pied de Page */
footer
{
	width : 100%;
	position : relative;
	margin-top : -55px;
	background : white;
	box-shadow: 0px -5px 10px -5px #8D837E;
	border-top : 1px solid #AAAAAA;
	height:54px;
	clear:both;
}
					
nav
{
	position : inherit;
	width : 100%;
    display: inline-block;
	text-align : center;
	padding-top: 15px;
}
 
nav ul
{
    list-style-type: none;
}
 
nav li
{
    display: inline;
    margin-right: 30px;
}
 
nav a
{
	font-family : 'PreloBook';
    font-size: 14px;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
}
 
nav a:hover
{
    color: #760001;
    border-bottom: 1px solid #760001;
}

/*Opera Fix*/
body:before {
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px
}