
/*** Imports ******************************/
@import url(home.css);
@import url(inter.css);
@import url(tips.css);
@import url(slimbox.css);

/*** Global ******************************/
html, * {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	min-height:100%;
	height:auto !important;
	height: 100%;
	background-color: #809B9C;
	background-image: url(../img/albagnac/inter_fond.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #497D7B;
}
a { 
	color: #497D7B;
	text-decoration: underline;
}
a:hover {
	color: #009244;
}
a img { 
	border: none;
}
hr {
	display: block;
	height: 0px;
	border: 0px none;
	border-bottom: 1px #C8D6D6 solid;
	margin: 0px 0 20px 0;
}
#GABARIT_inter_societe hr {
	border-bottom: 2px #009244 dotted;
	margin: 10px 0 20px 0;
}
h2 {
	margin: 10px 0;
	font-size: 15px;
	color: #497D7B;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	margin: 10px 0;
	font-size: 12px;
}
#GABARIT_inter_societe h3 {
	color: #009244;
}
ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 5px 0 13px 1px;
}
ul li {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 5px;
	padding-left: 10px;
	background-image: url(../img/albagnac/puce_li.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
}