@CHARSET "ISO-8859-1";

/* 
 * GENERAL 
 */
body {
	background-color: #4394C9;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	color: #460501;
}

h1 {
	text-transform: uppercase;
	font-size: 22px;
}

h2 {
	color: #fff;
	padding: 0 60px 6px 0;
	font-size: 15px;
}

h3 {
	font-size: 15px;
	color: #4394C9;
}

h3.zone {
	color: #ff960b;
	margin: 5px 0 0 15px;
}

h4 {
	color: #808080;
	margin: 0 0 15px 25px;
	font-size: 11px;
}

h5 {
	font-size: 11px;
	margin: 20px 0 5px 5px;
	text-transform: uppercase;
}

div {
	margin: 0;
}

/* Formulaire */
fieldset {
	padding: 10px 10px 6px 10px;
	margin-bottom: 10px;
	border: 1px solid #4394C9;
	background-color: #EEF5FA;
}

fieldset div {
	background-color: #fff;
}

label {
	font-style: normal;
	vertical-align: middle;
}

legend {
	font-weight: bold;
	padding-bottom: 5px;
	color: #4394C9;
}

input,select,textarea {
	margin-bottom: 4px;
	padding: 2px;
	border: 1px solid #4394C9;
	background-color: #fff;
	-moz-border-radius: 3px;
}

/* Liens */
a {
	color: #057EB9;
	text-decoration: none;
}

a:hover {
	color: #000;
}

img {
	border: none;
}

/* Tableau */ /*table {
	border-collapse: collapse;
}
table th {
	color: #460501;
	text-align: left;
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px solid #000;
}
table td {
	padding: 4px;
	border-bottom: 1px solid #000;
}*/
table td label {
	color: #4394C9;
}

table tr.impair td {
	background-color: #fff;
}

table tr.pair td {
	background-color: #f5f7fa;
}

/* Liste */
table.liste {
	width: 100%;
}

/* Formulaire */
table.formulaire {
	border-collapse: collapse;
}

table.formulaire td {
	padding: 2px;
	border: none;
	vertical-align: top;
}

table.formulaire td.title {
	padding: 5px;
	color: #000;
	text-align: left;
	font-weight: bold;
}

table.formulaire td.label {
	color: #666;
	text-align: right;
	vertical-align: middle;
}

/* Fiche */
table.fiche {
	border-collapse: collapse;
}

table.fiche td {
	padding: 3px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	vertical-align: middle;
	color: #000;
}

/* Liste triable */
table.listeTriable {
	border-collapse: separate;
	background-color: #cdcdcd;
	width: 100%;
	text-align: left;
}

table.listeTriable thead tr th,table.listeTriable tfoot tr th {
	background-color: #e6eeee;
	border: 1px solid #fff;
	padding: 5px;
	color: #000;
}

table.listeTriable thead tr .header {
	background-image: url(../images/icones/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.listeTriable tbody td {
	color: #3d3d3d;
	padding: 3px 0 3px 5px;
	background-color: #fff;
	vertical-align: middle;
	border: none;
}

table.listeTriable tbody tr.odd td {
	background-color: #f0f0f6;
}

table.listeTriable thead tr .headerSortUp {
	background-image: url(../images/icones/asc.gif);
}

table.listeTriable thead tr .headerSortDown {
	background-image: url(../images/icones/desc.gif);
}

table.listeTriable thead tr .headerSortDown,table.listeTriable thead tr .headerSortUp
	{
	background-color: #8dbdd8;
}

/* 
 * SPECIFIQUE 
 */
div#identification {
	padding: 10px;
	border: 1px solid #808080;
	background-color: #fff;
}

div#debug {
	margin: 10px 0 0 250px;
	padding: 10px;
	border: 2px solid #c00;
	background-color: #ffff9b;
}

/* Formulaires */
form#formChangementMotPasse fieldset input {
	width: 205px;
}

form#formGestionUtilisateur fieldset input {
	width: 265px;
}

form#formGestionCommune fieldset input {
	width: 220px;
}

form#formSaisiePluviometrie fieldset input {
	width: 120px;
}

/* Exception */
h2.error,p.errorMessage,span.errorField,span.errorMessage {
	color: #c00;
	font-weight: bold;
}

p.infoMessage,span.infoMessage {
	color: #393;
	font-weight: bold;
}

/* Menu */
ul#menuModules {
	padding: 0 0 0 0px;
	margin: 0;
	list-style-type: none;
}

ul#menuModules li {
	padding: 2px;
	color: #75807b;
}

ul#menuModules li a {
	color: #75807b;
	text-decoration: none;
}

ul#menuModules li a:hover {
	color: #ff960b;
}

ul#menuModules li.selected {
	color: #460501;
}

ul#menuModules li.selected a {
	color: #460501;
}

ul#menuZones {
	padding: 0 0 0 15px;
	margin: 0;
	list-style-type: none;
}

ul#menuModules ul#menuZones li a {
	color: #75807b;
}

ul#menuModules ul#menuZones li a:hover {
	color: #ff960b;
}

ul#menuModules ul#menuZones li.selected a {
	color: #460501;
}

div.sousMenu {
	text-align: center;
}

div.sousMenu span.separateur {
	color: #ff960b;
}

div.sousMenu ul {
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
}

div.sousMenu ul li {
	color: #75807b;
	display: inline;
}

div.sousMenu ul li a {
	color: #75807b;
	text-decoration: none;
}

div.sousMenu ul li a:hover {
	color: #ff960b;
}

div.sousMenu ul li.selected {
	color: #460501;
}

div.sousMenu ul li.selected a {
	color: #460501;
}

/* Actualités */
div.actualite {
	background-color: #EEF5FA;
	border: 1px solid #4394C9;
	margin-top: 12px;
	padding: 5px;
	-moz-border-radius: 3px;
}

div.actualite p.titre {
	margin: 0;
	padding: 0;
	color: #460501;
	font-weight: bold;
}

div.actualite p.date {
	margin: 0;
	padding: 0;
	color: #FF8000;
}

div.actualite p.texte {
	margin: 5px 0 0 0;
	padding: 2px;
}

/* Onglets */
table.tabOnglets {
	width: 100%;
}

table.tabOnglets td {
	border: none;
}

/* Divers */
span.surlignerJaune {
	color: #ff960b;
}

span.surlignerMarron {
	color: #460501;
}

span.aideSaisie {
	font-style: italic;
	color: #460501;
}

p {
	text-align: justify;
	font-size: 12px;
}

p.actions {
	margin: 10px 0 0 0;
	text-align: center;
}

p#copyright {
	margin: 0;
	color: #666;
	text-align: center;
	font-size: 10px;
	padding-top: 3px;
}

p.texte {
	margin: 15px 30px 15px 30px;
	text-align: justify;
}

p.texte a {
	color: #ff960b;
	text-decoration: none;
}

p.texte a:hover {
	color: #460501;
	text-decoration: underline;
}

img.paragraphe {
	margin: 10px;
	border: 1px solid grey;
}

.fg-button {
	outline: 0;
	margin: 0 4px 0 0;
	padding: .3em 1em;
	text-decoration: none !important;
	cursor: pointer;
	position: relative;
	text-align: center;
	zoom: 1;
}

table#accueil td {
	border: none;
}

table#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	background-color: #fff;
	border: none;
}

table#container td {
	border: 0px solid red;
}

table#container tr#header td {
	background-image: url(../images/template/header.png);
	height: 142px;
	width: 1082px;
	text-align: center;
}

table#container tr#footer td {
	background-image: url(../images/template/footer.png);
	height: 71px;
	text-align: center;
}

table#container td#titre {
	background-image: url(../images/template/encart_titre.png);
	background-repeat: no-repeat;
	width: 444px;
	height: 64px;
	text-align: right;
}

table#container td#degrade {
	background-image: url(../images/template/degrade.png);
	background-repeat: no-repeat;
	width: 638px;
	height: 64px;
}

table#container td#bordGauche {
	background-image: url(../images/template/bord_gauche.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #4394C9;
	width: 50px;
	height: 306px;
}

table#container td#content {
	background-image: url(../images/template/repeat.png);
	background-repeat: y-repeat;
	width: 638px;
}

table#container td#content div#master {
	padding: 0 60px 10px 10px;
}

table#container td#ssTitre {
	background-image: url(../images/template/degrade_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 129px;
}

table#container td#ssTitre ul {
	background-image: url(../images/template/sous_menu);
	padding:0;
	margin:0;
	list-style-type: none;
}

table#container td#ssTitre li {
	padding: 4px;
	text-align: left;
	font-size:11px;
}

table#container td#illu {
	height: 306px;
	width: 265px;
}
