/* General styles */

html {
	background-color:	white;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
  padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0;
	font-size: 1.1em;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#main {
  position: relative;
  /*margin: 5px;*/
  padding: 0;
  margin: auto;
  width:960px;
  overflow: hidden;
  text-align:left;
  background-color: #ededed;
}

div#page {
  position: relative;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  width: 920px;
  min-height: 650px;
  overflow: hidden;
  background-repeat: repeat-y;
  border: 1px solid gray;
}


/* Box styles */

.box {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  border: 0px dotted red;
  z-index: 25;
  overflow: hidden;
}

p.title {
  margin-top: 16px;
  color: white;
  font-weight: bold;
  font-size: 0.75em;
}

.dossier p.title {
  text-transform: uppercase;
}

p.text {
  font-size: 0.6em;
  color: white;
}

p.text a {
  color: black;
}

p.suite_link {
  font-size: 0.6em;
  margin-bottom: 5px;
  font-style: italic;
  text-align: right;
}

p.centered {
  text-align: center;
}


/* Find area styles */

div#find_area {
  position: relative;
  float: left;
  left: 8px;
  top: 10px;
  width: 166px;
  border: 0px dotted red;
  z-index: 10;
}

.docSearchForm {
  margin: 0;
  padding: 0;
	border: 0px dotted green;
}

.docSearchField {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  padding-top: 3px;
  width: 100px;
  border: 1px solid gray;
  font-size: 0.66em;
	vertical-align: bottom;
	background-color: #CCCCCC;
}

.docSearchSubmit {
  margin: 0;
  margin-left: 5px;
  padding: 0;
  vertical-align: bottom;
}


/* Zones styles */

div.zone_title {
  position: relative;
  background-repeat: no-repeat;
  z-index: 1;
  overflow: hidden;
}

.zone_title_size {
  width: 230px;
  height: 64px;
}


/* Sections styles */

ul.sections_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0px dotted red;
}

ul.sections_list li.section {
  font-weight: bold;
}

.section_size {
  width: 230px;
  height: 16px;
}

.section_link_size {
  width: 200px;
  height: 16px;
}

ul.sections_list li.section a {
  color: white;
  font-size: 0.66em;
  padding-left: 15px;
  padding-right: 15px;
}

ul.sections_list li.selected {
  background-color: black;
}

ul.sections_list li.selected:hover {
  background-color: black;
}

/*
ul.sections_list li.selected {
  background-color: black;
}
*/

/* General Classes */

.link {
  display: block;
  background-image: url("../img/blank.gif");
  z-index: 5;
  border: 0px dotted green;
}

.invisible {
	display: none;
}

.capitals {
  text-transform: capitalize;
}


/* General DIVs */

ul.text_only_navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0px dotted red;
}

div.divlink {
  position: absolute;
  z-index: 5;
}

#devinfo {
  display: none;
  top: 5px;
  left: 5px;
  width: 125px;
  padding: 3px;
  z-index: 100;
  color: #004488;
  font-size: 9px;
  border: 1px dotted gray;
}


/* Pictogrammes styles */

.pictogramme {
  margin-right: 3px;
}

/* Contact styles */

div#contact a {
  font-size: 0.6em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0px dotted green;
}


/* ************************ */
/* Formulaire Styles        */
/* ************************ */

table#formulaire {
  margin: 10px;
	border-spacing: 5px;
}

table#formulaire td.fieldlabel {
	font-size: 0.6em;
	text-align: right;
}

table#formulaire td.top {
	vertical-align: top;
}

table#formulaire td.middle {
	vertical-align: middle;
}

table#formulaire td.field {
  text-align: left;
}

table#formulaire td.button {
  text-align: center;
}

.formText, #captchaImage, #captchaText {
  border-width: 1px;
  border-style: dotted;
}

#captchaImage {
  margin-left: 2px;
  float: left;
  position: relative;
}

#captchaText {
  margin: 0;
  margin-left: 25px;
  margin-top: 15px;
  position: relative;
  border-color: black;
}


/* ******************************** */
/* TSR.ch header and footer styles  */
/* ******************************** */

div.tsrPart {
  position: relative;
  width: 920px;
  margin-left: 5px;
	border: 0px dotted red;
	z-index: 200;
}
