@charset "utf-8";
/*

PONTACQ - LARREGAIN

CSS stylesheet
by BRX
http://www.brxdesign.com

color palette
#00006b		bleu nuit
#ebf3f5		bleu ciel clair
#85c600		vert clair
#446501		vert foncé
#c0ccbe		gris-bleu

*/

@import "brx_layout.css";

/* HTML TAGS */
body {
	background:url(../img/bg_body.gif) left top repeat-x;
}

p,ul,ol	{color:#333333;font-size:10pt;}
ul {list-style:circle inside;}
h1	{color:#00006b;margin:5px 0 0 0;}
h2	{color:#85c600;}
h3	{color:#446501;}
h4	{}
h5	{}
h6	{}


/* PAGES */

/* Elements communs */
#logo {
	display:block;
	width:320px;
	height:80px;
	background:url(../img/logo.jpg) left top no-repeat;
}

#contact_link {
	position:absolute;
	right:10px;
	bottom:90px;
	text-decoration:none;
	color:#00006b;
}
	#contact_link img {
		border:none;
	}
	#contact_link:hover {
		text-decoration:underline;
	}
#acces_link {
	position:absolute;
	right:110px;
	bottom:90px;
	text-decoration:none;
	color:#00006b;
}
	#acces_link img {
		border:none;
	}
	#acces_link:hover {
		text-decoration:underline;
	}

#menu li a,#menu li a#last {
	display:block;
	width:160px;
	height:80px;
	background:url(../img/bg_menulink.jpg) left top no-repeat;
	text-align:center;
	color:#00006b;
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
	line-height:12px;
}
	#menu li a#last {
		background:url(../img/bg_menulink_last.jpg) left top no-repeat;
	}
	#menu li a:hover,#menu li a#last:hover {
		background-position:0 -80px;
		color:#85c600;
	}

.chapo {
	font-size:12pt;
	color:#00006b;
}

#col_g p,#col_g ul,#col_d h2,#col_d h3,#col_d p,#col_d ul {
	margin:5px 10px;
}


#bigfoot {
	background:url(../img/bg_bigfoot.gif) left top repeat-x;
}
	#inside_bf {
		width:960px;
		margin:0 auto;
		padding:15px 0 0 0;
	}
		#inside_bf h2 {
			margin:0 0 10px 0;
			text-align:center;
			color:#c0ccbe;
		}

#foot {
	background-color:#c0ccbe;
}
	#inside_f {
		width:960px;
		height:90px;
		margin:0 auto;
		position:relative;
	}
	p.foot_titre {
		color:#85c600;
		font-size:12pt;
		font-weight:bold;
	}
	#adresse,#horaires {
		float:left;
		width:304px;
		margin:0 16px 0 2px;
	}
	.adresse {
		float:left;
		width:110px;
		font-size:10pt;
		text-align:left;
		color:#00006b;
	}
	.adresse2 {
		float:left;
		width:190px;
		font-size:10pt;
		text-align:right;
		color:#00006b;
	}
		.adresse2 a {
			color:#00006b;
		}
	#horaires table tr td p {
		color:#00006b;
	}
	#horaires table tr td.left {
		width:100px;
	}
	#concept {
		width:130px;
		position:absolute;
		right:0;
		bottom:0;
	}
	#concept p,#concept a {
		font-size:8pt;
		color:#91a38e;
		text-decoration:none;
	}
		#concept a:hover {
			text-decoration:underline;
		}

.img_left {
	display:block;
	float:left;
}

.reset {
	clear:both;
	visibility:hidden;
}

/* Index */
.edito {
	float:left;
	width:480px;
	color:#00006b;
	font-size:14pt;
	font-weight:bold;
	padding:5px 0;
}
	.edito p {
		margin:10px 10px;
	}

.produits {
	display:block;
	float:left;
	width:304px;
	height:135px;
	margin:10px 8px;
	text-align:center;
	color:#00006b;
	font-size:13pt;
	font-weight:bold;
	line-height:20px;
	text-decoration:none;
}
	a.produits:hover {
		background-color:#c0ccbe;
	}
	.produits img {
		border:none;
	}

/* Menuiseries */
.carac {
	font-size:10pt;
}
