@charset "utf-8";

html {
	height: 100%;
	overflow-y: scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	background:url(images/back.jpg) center top no-repeat #CADFF5;
	font-weight: normal;
	color:#000;
	text-align:justify;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color:#4D9ED6;
	font-size: 12px;
	text-decoration:underline;
	outline:none;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}


h1, h2, h3, h4 {
	margin:0;
	letter-spacing:1px;
}
h3 {
	font-size:18px;
	font-weight:bold;
	padding-bottom:15px;
}
p {
	margin:0;
	padding-bottom:12px;
	text-align:justify;
	line-height:16px;
}
ul {
	padding:0;
	margin:0 0 0 20px;
}
li {
	list-style-position:outside;
	padding:2px 0;
	font-weight:bold;
}
.titre {
	font-size:16px;
	color:#CC0000;
	font-weight:bold;
}

/*** <div class="burst"> ******/
.burst a {
	display:block;
	width:100%;
	height:inherit;
}
.burst a:hover {
	background:#fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index:1; 
}

.button {
	width: 200px;
	margin-bottom: 5px;
}
.button a {
	display:block;
	padding:5px;
	color:#fff;
	background-color:#62A838;
	text-decoration:none;
}
.button a:hover {
	background-color:green;
}


.left {
	float:left;
}
.right {
	float:right;
}

.clearfix {
	height:0;
	clear:both;
}
.clearheight {
	height:30px;
	clear:both;
}


/*********************** wrappers *********************************/


#corps {
	position:relative;
	padding:0;
	margin:0 auto;
	width:1200px;
}

#tete {
	position:relative;
	width:1200px;
	height:244px;
}
#tete h1 {
	display:none;
}

#pied {
	position:relative;
	width:1200px;
	height:100px;
	margin:0;
	padding:0;
}

#ventre {
	position:relative;
	width:1200px;
	margin:0;
	padding:0;
}
.ventre_height_index{
	height:450px;
}
#backventre {
	border:1px solid #88BEE4;
	background:url(images/backventre.png);
}

#wrapin_ventre {
	position:relative;
	width:1140px;
	min-height:300px;
	margin:0;
	padding:30px;
}


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

#menu{
	position:absolute;
	width:1100px;
	height:47px;
	top:0;
	left:45px;
}

#header_logo{
	position:absolute;
	width:475px;
	height:202px;
	top:47px;
	left:365px;

}



/************************** INDEX ************/



#index_texte{
	position:absolute;
	top:30px;
	left:28px;
	width:326px;
	height:230px;
	margin:0;
	padding:0;
}

#index_burst {
	position:absolute;
	top:275px;
	left:23px;
	width:345px;
	height:152px;
	margin:0;
	padding:0;
}


/* ---------------------------------------------------------------- */

#index_photos {
	position:absolute;
	top:34px;
	left:375px;
	width:588px;
	height:377px;
	margin:0;
	padding:0;
}

#index_photos .shadows {
	float:left;
	width:188px;
	height:368px;
	margin:0 4px;
	background:url(images/index_shadow.png) 0 0 no-repeat;
}


#index_photos .pix {
	width:180px;
	height:360px;
	margin:1px 0 0 4px;
	
}


/* ---------------------------------------------------------------- */


#index_promotions {
	position:absolute;
	top:36px;
	right:20px;
	width:205px;
	height:377px;
	margin:0;
	padding:0;
}
#index_promotions .title {
	padding:0 0 0 40px;
	clear:both;
}
#index_promotions .promo {
	position:relative;
	margin:10px 0;
	width:207px;
	height:100px;
	border:1px solid #396218;
	overflow:hidden;
}


#index_promotions .nouv {
	margin:10px 0 0 0;
	width:207px;
	height:175px;
	border:1px solid #396218;
	overflow:hidden;
}
#index_promotions div.nouv a {
	width:207px;
	height:140px;
	clear:both;
}
#index_promotions div.nouv div {
	width:197px;
	height:27px;
	padding:4px 5px;
	background:#EBF4FF;
	font-size:11px;
	color:#000;
	border-top:1px solid #999;
}


/* ---------------------------------------------------------------- */


#index_footerlogos{
	position:relative;
	padding-top:30px;
	margin:0 auto;
	width:1170px;
}

#index_footerlogos div{

	margin:0 auto;
}

#index_footerlogos .logoplushaut{
	margin:-10px 7px 0 7px;
}



.index_link a:hover{
	display:block;
	width:100%;
	height:inherit;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}



.list_carousel {
				background-color: #fff;
				margin: 30px auto;
				width: 900px;
				text-align: center;
}


.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
}

.list_carousel li {
				text-align: center;
				height: 94px;
				padding: 0;
				margin: 6px 20px;
				display: block;
				float: left;
}
.list_carousel.responsive {
				width: auto;
				margin-left: 0;
}


.list_carousel ul li img {
				max-height:75px;
				width:auto;
}




/*** CSS Drop Shadow *********/

.shadow {
	-moz-box-shadow: 3px 4px 40px #000;
	-webkit-box-shadow: 3px 4px 40px #000;
	box-shadow: 3px 4px 40px #000;
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}




/*****Transparent *********/

.transparent{
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}



/* *** Floating Elements **********/

#son_flash {
	position:absolute;
	width:49px;
	height:43px;
	top:195px;
	left:853px;
	z-index:100;
}

#mediasociaux {
	position:absolute;
	width:117px;
	height:88px;
	top:80px;
	left:0px;
	z-index:100;
}



#wrap {
	margin:0 auto;
	width:1200px;
	height:143px;

}

#wrap1 {
	height:143px;
	background:url(images/footerherbe.png) 0 0 repeat-x;
}


/* -------- residentiel ------------------------------------------- */

#title {
	clear:both;
	padding-bottom:20px;
}

#box_resi {
	position:relative;
	float:left;
	width:470px;
	margin:0;
	padding:0;
}

#box_left_coord {
	position: relative;
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
}
#box_right_coord{
	position: relative;
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}
#box_right_coord_day{
	float: left;
	width: 105px;
	margin: 0;
	padding: 0;
	font-size:16px;
	line-height:20px;
	letter-spacing:1px;
}

#box_right_coord_hour{
	float: left;
	width: 145px;
	margin: 0;
	padding: 0;
	font-size:16px;
	line-height:20px;
	letter-spacing:1px;
}

#box_right {
	position:relative;
	float:right;
	width:630px;
}

#punchlivraison {
	position:absolute;
	top:150px;
	right:-30px;
	width:161px;
	height:160px;
	background:url(images/_livraison.png) 0 0 no-repeat;
}

.box_truc {
	position:relative;
	width:353px;
	float:left;
}
.box_truc h4 {
	padding:3px 0 0 20px;
	background:url(images/feuilles.png) 0 0 no-repeat;
}
.box_truc_separator {
	position:relative;
	width:40px;
	float:left;
	height:500px;
	background:url(images/_separator.jpg) 20px 0 no-repeat;
}


#indent {
	margin-left:35px;
	margin-top:-15px;
}
#indent h5 {
	font-size:16px;
	font-weight:bold;
	margin:15px 0 5px 0;
}
#indent p {
	font-size:16px;
	line-height:20px;
	letter-spacing:1px;
}

#box_full {
	position:relative;
	width:1140px;
}

.thumbs {
	border:1px solid #62A838;
}



#box_lefty {
	position:relative;
	float:left;
	width:460px;
	margin:0;
	padding:5px 10px;
	background:#F0F8FF;
	border:1px solid #88BEE4;
}

#box_righty {
	position:relative;
	float:right;
	width:600px;
	margin:0;
	padding:5px 10px;
	background:#F0F8FF;
	border:1px solid #88BEE4;
}





/**** Start Pagination **********/

a.pagination {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	border: 1px solid #333;
	padding:1px 4px 1px 4px;
	background-color:#eee;
}
a.pagination:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	border: 1px solid #333;
	padding:1px 4px 1px 4px;
	background-color:#fff;
}
.paginationi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border: 1px solid #333;
	padding:1px 4px 1px 4px;
	background-color:#fff;
}

/**** End Pagination **********/


/****************************************/
/********** Neat Form BY MARC **********/
/**************************************/

form { 
	margin:0;
	padding:0;
}
.check {
	width: 20px;
	height: 20px;
	border:0;
	background-color:transparent;
}
input {
	height:20px;
	padding:2px;
	width: 300px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color:#fff;
}
textarea {
	padding:2px;
	width: 300px;
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 12px;
	background-color:#fff;
	height: 60px;
	overflow:auto;
	resize:none;
}
.submit {
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000;
	font-size:12px;
	color:#fff;
	width:100%;
	padding:3px 0;
	background-color:#62A838;
}
.boxed {
	border: 1px solid #000;
	background-color:#eee;
}
select {
	border: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#fff;
	width:100%;
	color:#000;
}



/****************************************/
/********** footer **********/
/****************************************/


#footerliens {
	text-align:center;
	margin:0;
	padding:0;
	font-size:11px;
	color:#fff;
	font-weight:bold;
	clear:both;
}
#footerliens a {
	padding:0 2px;
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
#footerliens a:hover {
	color: #fff;
	text-decoration:underline;
}






/****************************************/
/********** Signature Mediaweb **********/
/****************************************/

#mediaweb {
	text-align:right;
	width:1200px;
	clear:both;
	margin: 0 auto;
	padding:80px 0 0 0;
}
#mediaweb a {
	color:#fff;
	text-decoration:none;
	font-size:10px;

}
#mediaweb a:hover {
	color:#0099CC;
	text-decoration:underline;
}
