/* CSS Document */

html {
	height: 100%;
}
body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
form, map, h1, h2, h3, h4, ul {
	margin: 0px;
	padding: 0px;
	border: none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
body, td, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #445162;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.borderNone { border: none; }
.clearFloat { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
.floatLeft { float: left; }
.floatRight { float: right; }
.pasDeRetourLigne { white-space: nowrap; }
.textDecoNone { text-decoration: none; }
.textDecoSouligne { text-decoration: underline; }
.textDecoBarre { text-decoration: line-through; }
.positionRelative { position: relative; }
.positionRelativeGlobalLayer { position: relative; left: 0px; top: 0px; text-align: left; }
.positionAbsolueLayer { position: absolute; left: 0px; top: 0px; text-align: left; }

input, select, textarea {
	font-size: 11px;
	color: #445162;
	font-family: Arial, Helvetica, sans-serif;
}

input.champRecherche {
	font-size: 9px;
	color: #445162;
	font-family: Arial, Helvetica, sans-serif;
	width: 140px;
	border: 1px solid #445162;
}

.padding5px {
	padding: 5px;
}
.padding10px {
	padding: 10px;
}
.padding15px {
	padding: 15px;
}
.padding20px {
	padding: 20px;
}
.paddingTop5px {
	padding-top: 5px;
}
.paddingTop10px {
	padding-top: 10px;
}
.paddingTop18px {
	padding-top: 18px;
}
.paddingLeft10px {
	padding-left: 10px;
}
.paddingLeft22px {
	padding-left: 22px;
}
.paddingLeft28px {
	padding-left: 28px;
}
.paddingLeft45px {
	padding-left: 45px;
}
.paddingLeftTop50px {
	padding-left: 50px;
	padding-top: 50px;
}
.paddingLeftTop40px {
	padding-left: 40px;
	padding-top: 50px;
}
.paddingRight130px {
	padding-right: 130px;
}
.paddingRight100px {
	padding-right: 100px;
}

.fondOrange {
	background-color: #f4950f;
}

.bordureOrangeBas2px {
	border-bottom: 2px solid #f4950f;
}
.bordureVerteBas2px {
	border-bottom: 2px solid #a9b001;
}
.bordureFushiaBas2px {
	border-bottom: 2px solid #b31167;
}
.bordureGriseBas2px {
	border-bottom: 2px solid #445162;
}
.bordureBleueBas2px {
	border-bottom: 2px solid #228992;
}


.borduresGrisesPointilles {
	border: 2px dotted #e0e2e5;
}


.borduresGrisesPointillesTableau {
	border-left: 2px dotted #e0e2e5;
	border-top: 2px dotted #e0e2e5;
}
.borduresGrisesPointillesTableau td {
	border-right: 2px dotted #e0e2e5;
	border-bottom: 2px dotted #e0e2e5;
}
.borduresGrisesPointillesTableau td table td {
	border-right: none;
	border-bottom: none;
}

.bordureGrisePointillesBas {
	border-bottom: 2px dotted #e0e2e5;
}

.blocBleuBas {
	background: url(/img-carlades/communaute-communes-environnement/arrondis-bas-bleu.gif) no-repeat bottom;
}

input.inputBordsGrisCentre70px {
	text-align: center;
	width: 70px;
	border: 1px solid #485667;
	font-size: 10px;
}

ul.ssNavGauche {
	padding: 0px 10px 10px 85px;
	list-style: none;
}
ul.ssNavGauche li {
	padding-left: 10px;
	margin-bottom: 5px;
	color: #228992;
	background: url(/img-carlades/communaute-communes-environnement/carre-bleu.gif) no-repeat left 6px;
}
ul.ssNavGauche li a {
	color: #228992;
}

.blocGaucheBleu {
	background: #25b8ff url(/img-carlades/communaute-communes-environnement/encarts_14.gif) no-repeat center bottom;
}
.listeBlocGaucheBleu { list-style: none; }
.listeBlocGaucheBleu li {
	background: url(/img-carlades/communaute-communes-environnement/fleche-rose-fd-bleu.gif) no-repeat 0px 0px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-left: 22px;
	margin-top: 16px;
}
.blocGaucheRose {
	background: #d22882 url(/img-carlades/communaute-communes-environnement/encarts_16.gif) no-repeat center bottom;
}
.listeBlocGaucheRose { list-style: none; }
.listeBlocGaucheRose li {
	background: url(/img-carlades/communaute-communes-environnement/fleche-rose-fd-rose.gif) no-repeat 0px 0px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-left: 22px;
	margin-top: 16px;
}
.blocGaucheOrange {
	background: #ec741b url(/img-carlades/communaute-communes-environnement/encarts_18.gif) no-repeat center bottom;
}
.listeBlocGaucheOrange { list-style: none; }
.listeBlocGaucheOrange li {
	background: url(/img-carlades/communaute-communes-environnement/fleche-rose-fd-orange.gif) no-repeat 0px 0px;
	color: #FFFFFF;
	padding-top: 1px;
	padding-left: 22px;
	margin-top: 16px;
}

#lienRetourAccueil {
	margin-left: 225px;
	margin-top: -5px;
}

