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


* {
	margin: 0;
	padding: 0;
}



@font-face {
    font-family: 'robotoblack';
    src: url('../font/Roboto-Black.ttf') format('truetype'), 
		url('../font/roboto-black-webfont.woff2') format('woff2'),
         url('../font/roboto-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotobold';
    src: url('../font/Roboto-Bold.ttf') format('truetype'),  
		url('../font/roboto-bold-webfont.woff2') format('woff2'),
         url('../font/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotolight';
    src:  url('../font/Roboto-Light.ttf') format('truetype'),  
	url('../font/roboto-light-webfont.woff2') format('woff2'),
         url('../font/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotomedium';
    src: url('../font/Roboto-Medium.ttf') format('truetype'),  
	url('../font/roboto-medium-webfont.woff2') format('woff2'),
         url('../font/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotoregular';
    src: url('../font/Roboto-Regular.ttf') format('truetype'),
	url('../font/roboto-regular-webfont.woff2') format('woff2'),
         url('../font/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotothin';
    src: url('../font/Roboto-Thin.ttf') format('truetype'),
	url('../font/roboto-thin-webfont.woff2') format('woff2'),
         url('../font/roboto-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
	background-color: #ffffff;
}





/******************************** HEADER ********************************/

#header_laredoute{
	max-width:980px;
	padding-top:55px;
	}

#logo-ampm{
	text-align:center;	
}

#darty-presente{
	position:absolute;
	top:100;
	display:block;
	width:480px;
}

#logo-darty{
	text-align:left;
	float:left;
	padding:55px 10px 0 20px;
}

#text-darty{
	font-family:'robotoregular',Arial, Helvetica, sans-serif;
	font-size:1em;
	text-transform:uppercase;
	padding-top:82px;
}

/******************************** GENERAL ********************************/

#dcom_main_container {
	box-shadow: none !important;
	width:100%;
	background-color:#ffffff;
}

.spacing10 {
	height:0;}
	
.contenu{
	max-width:980px;
	margin:0 auto;	
}


/******************************** FIN GENERAL ********************************/
#intro>p{
	text-align:center;
	padding:20px 20px 30px 20px;
	font-family:'robotoregular',Arial, Helvetica, sans-serif;
	font-size:1.1em;
}

#content-entree>a{
	text-decoration:none;		
}

.entree{
	float:left;
	text-align:center;
	padding:20px 9px;	
}

.entree>.title-entree{
	font-family:'robotobold',Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	color:#f36f21;
	padding-bottom:5px;
}

.entree>.text-entree{
	font-family:'robotothin',Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#000000;
	padding-bottom:10px;
}

a>.entree>img:hover{
	opacity:0.6;
	transition:ease-out 0.4s;
}


/******************************** CONTENT ********************************/

