@charset "utf-8";
/* CSS Document */
/* image fond de page */
html {
	height:100%;
	/*background:#cbcfb4 url(images/pg_background.jpg) left bottom no-repeat;*/
}
body {
	background:none;
	
}
/**/
h1, h2, hr, a, .title_rub {
	color:#016027;
}
.title_rub {
	position:absolute;
	left:10px;
	top:-22px;
	padding:12px 5px 10px 5px;
	background-color:#FFFFFF;
	z-index:100;
	font-size:14px;
	font-weight:bold;
	/*min-height:30px;
	height:auto !important;
	  /height:30px;
		_height:30px;*/
	/*background:#FFFFFF url(images/picto_grl.gif) top left no-repeat;*/
}
.arrondis {
	border:1px solid #57744b;
	padding-top:15px;
	margin-top:30px;
}
/* angles arrondis */
.agh {
	background:url(images/agh.gif) top left no-repeat;
}
.adh {
	background:url(images/adh.gif) top left no-repeat;
}
.adb {
	background:url(images/adb.gif) top left no-repeat;
}
.agb {
	background:url(images/agb.gif) top left no-repeat;
}
.page_content hr {
	height: 1px;
	/*margin: -0.5em 0;*/
	margin:0;
	padding:0;
	color: #016027;
	background-color: #57744b;
	border: 0;
}
hr {
	background-color:none;
	color:none;
}
.page_content ul li {
	list-style-image:url(images/puce.gif);
}
/* formulaire contact */
input, textarea, .form {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
input.contact, textarea.contact {
	border:1px solid #CCC;
	background-color:#FFF;
	padding:2px;
}
.error {
	color:#C00;
}
.errorLabel {
	background-color:#FFE6E6;
	border:1px solid #C00;
	padding:2px;
}
.message {
	text-align:left;
	/*color:#36C;*/
	color:#333333;
	background-color:#ededed;
	padding:15px;
	margin:10px;
	position:relative;
}
.message .agh, .message .adh, .message .agb, .message .adb {
	height:7px;
	width:7px;
	padding:0;
	margin:0;
	display:block;
	position:absolute;
}
.message .agh {
	top:-1px;
	left:-1px;
	background:url(../../images/blc_hg.png) top left no-repeat;
}
.message .adh {
	top:-1px;
	right:-1px;
	background:url(../../images/blc_hd.png) top left no-repeat;
}
.message .agb {
	bottom:-1px;
	left:-1px;
	background:url(../../images/blc_bg.png) top left no-repeat;
}
.message .adb {
	bottom:-1px;
	right:-1px;
	background:url(../../images/blc_bd.png) top left no-repeat;
}
