/* CSS Document */
body { padding: 5px; background: #7C8742; }

h1 {color:#D5D9C2; font-size:13px; font-family:Arial, Helvetica, sans-serif;}
h2	{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #B4BB91; }



@font-face {
	font-family: 'HelveticaNeueLTPro85Heavy';
	src: url('/inc/fonts/helveticaneueltpro-hv-webfont.eot');
	src: local('☺'), url('/inc/fonts/helveticaneueltpro-hv-webfont.woff') format('woff'), url('/inc/fonts/helveticaneueltpro-hv-webfont.ttf') format('truetype'), url('/inc/fonts/helveticaneueltpro-hv-webfont.svg#webfontap2XGymb') format('svg');
	font-weight: normal;
	font-style: normal;
}


a img {
	border: 0;
}

p {color:#B4BB91; font-size:11px; font-family:Arial, Helvetica, sans-serif; text-align: justify;}

a:link {color: D5D9C2; text-decoration:underline;}

a:visited{color: D5D9C2; text-decoration:underline;}

a:hover{color: D5D9C2; text-decoration:none;}

a:active{color: B4BB91; text-decoration:none;}

.link {color: D5D9C2; text-decoration:underline; font-weight:bold;}

ol .deuxieme { list-style-type:upper-latin;}

ol .troisieme { list-style-type:lower-roman;}

li {color:#D5D9C2; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
	
ol .troisieme li {color:#B4BB91; font-size:11px; font-family:Arial, Helvetica, sans-serif;}

b {color:#D5D9C2; font-size:11px; font-family:Arial, Helvetica, sans-serif;}


table#chsld_prive		{ display: none;  }
table#chsld_prive tr	{ background: #7c8742;  }
table#chsld_prive td	{ color:#D5D9C2; font-size:11px; font-family:Arial, Helvetica, sans-serif; }

table#chsld_public		{ display: none; }
table#chsld_public tr	{ background: #7c8742; }
table#chsld_public td	{ color:#D5D9C2; font-size:11px; font-family:Arial, Helvetica, sans-serif; }

table#chsld_21		{ display: none; margin-bottom: 25px; }
table#chsld_21 tr	{ background: #7c8742;  }
table#chsld_21 td	{ color:#D5D9C2; font-size:11px; font-family:Arial, Helvetica, sans-serif; }

table#chsld_22		{ display: none; margin-bottom: 25px; }
table#chsld_22 tr	{ background: #7c8742;  }
table#chsld_22 td	{ color:#D5D9C2; font-size:11px; font-family:Arial, Helvetica, sans-serif; }

/* +++++ CALCULETTE +++++ */
td		{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #B4BB91; }
input	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }
select	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }
label	{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #B4BB91; }


a#logo {
	display: none;
}

ul.menu {
	display: none;
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	width: 253px
}

ul.menu li {
	margin-bottom: 15px;
}

ul.menu li a {
	text-decoration: none;
	color: #606E17;
	font-size: 14px;
	font-family: 'HelveticaNeueLTPro85Heavy', Arial, Sans-Serif;
	text-transform: uppercase;
	font-weight: normal;
}

ul.menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu li ul li {
	margin: 5px 0 5px 25px;
}

ul.menu li ul li a {
	
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
}

ul.menu li.lang {
	margin-top: 30px;
}


ul.menu li {
	text-decoration: none;
	font-family: HelveticaNeueLTPro85Heavy;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	color: #606E17;

}

ul.menu li a:active, ul.menu li a:link, ul.menu li a:visited {
	text-decoration: none;
	font-family: HelveticaNeueLTPro85Heavy;
	font-weight: normal;
}



label {
	cursor: pointer;
}


div#errors {
	display: none;
	border: 1px red solid;
	background: #ff9999;
	
	margin: 0 0 15px 0;
}

div#errors p {
	margin: 12px 0 0 15px;
	font-weight: bold;
	font-size: 12px;
}

div#errors ul li {
	font-weight: normal;
	font-size: 11px;
}


div#errors p,
div#errors ul li {
	color: #000000;
}

input[type=text],
textarea {
	outline: none;
	border: 1px #D5D9C2 solid;
	padding: 5px;
	background: #6F7B2F;
	color: #D5D9C2;
	
	width: 300px;
}

textarea {
	height: 200px;
	width: 100%;
}

input[type=checkbox] {
	margin: 3px 5px 3px 0;
	padding: 0;
	position: relative;
	top: 1px;
}

div#success {
	display: none;
}


div#new_address {
	display: none;
}


ul.list {
	padding-left: 30px;
}

ul.list li {
	font-weight: normal;
	font-size: 11px;
	color: #B4BB91;
}

p strong {
	color: #D5D9C2;
}



a.pdf:before {
	content: url(/images/pdf.png);
	position: relative;
	top: 10px;
	margin-right: 5px;
}
