/*******************************************************************************

  Général

*******************************************************************************/
html {
	font-size: 100%;
}

body {
	color: #727271;
	font: 0.75em "Trebuchet MS", serif; /* Equivaut à 12px */
  margin: 0;
  padding: 0;
}

div#container {
  margin: 10px auto;
  position: relative;
  width: 759px;
}

a {
  color: #1fad0c;
  text-decoration: underline;
}

a:hover {
	color: #d10019;
  text-decoration: none;
}



/*******************************************************************************

  Header

*******************************************************************************/
div#header {
	background: url(/images/header_background.gif) no-repeat left bottom;
	height: 182px;
}

div#header a img {
	border: none;
}

ul#header-menu {
	position: absolute;
	top: 142px;
	left: 161px;
	width: 200px;
	height: 35px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#header-menu li {
	float: left;
	width: 100px;
	height: 35px;
}

ul#header-menu li a {
	display: block;
	height: 35px;
}

ul#header-menu li.li-node1,
ul#header-menu a.a-node1 {
	background: url(/images/header_menu1.gif);
}

ul#header-menu li.li-node2,
ul#header-menu a.a-node2 {
	background: url(/images/header_menu2.gif);
}

ul#header-menu li.li-inPath,
ul#header-menu li.li-current,
ul#header-menu a:hover {
	background-position: 0 35px;	
}

ul#header-menu li span {
	position: absolute;
	left: -5000px;
}

div#animation {
	position: absolute;
	top: 0;
	right: 0;
}



/*******************************************************************************

  Contenu

*******************************************************************************/
div#content {
	border-left: 1px solid #bebebc;
	border-right: 1px solid #bebebc;
	margin-right: 237px;
	min-height: 464px;
	padding: 15px 19px 15px 27px;
}

div#content h1 {
	background: url(/images/puce1.gif) no-repeat 0 0.1em;
	color: #1fad0c;
	font-size: 2em;
	margin-top: 0;
	min-height: 34px;
	padding: 0 0 0 29px;
}

div#content h2 {
	background: url(/images/puce3.gif) no-repeat 0 0.3em;
	border-bottom: 1px solid #1fad0c;
	color: #1fad0c;
	font-size: 1.5em;
	margin-top: 0;
	padding: 0 0 0 16px;
}

div#content table {
	width: 100%;
}

div#content table th {
	background: #1fad0c;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	font-size: 1.1em;
}

div#content table tr.line2 td {
	background: #efefef;
}

div#content table td {
	border: 1px solid #efefef;	
	text-align: center;
	padding: 2px;
}

img#amarre {
	position: absolute;
	top: 142px;
	right: 0;
	border-right: 1px solid #bebebc;
	border-bottom: 1px solid #bebebc;	
	border-left: 1px solid #bebebc;	
}



/*******************************************************************************

  Formulaire

*******************************************************************************/
form.defaultForm fieldset legend {
  font-size: 1.2em;
  font-weight: bold;
  color: #666;
	display: block;
  padding: 42px 0 20px 32px;
}

form.defaultForm fieldset {
  background: url(../images/fieldset_background.gif) no-repeat;
  border: 0;
	border-bottom: 1px solid #bebebc;
  padding: 0 0 10px 0;  
  margin-top: -30px;
	width: 470px;
}

/* ie7  seulement */
*+html form.defaultForm fieldset legend {
  padding: 2px 0 20px 25px !important;
  margin: 0 !important;
}

/* ie 6 seulement */
* html form.defaultForm fieldset legend {
  padding: 2px 0 20px 25px !important;
  margin: 0 !important;
}

/* ie7  seulement */
* +html form.defaultForm fieldset {
  display: block;
  margin-top: 10px !important;
}

/* ie 6 seulement */
* html form.defaultForm fieldset {
  display: block;
  margin-top: 10px !important;
}

form.defaultForm p {
	margin-top: 0 !important;
	margin-bottom: 1px !important;
}

form.defaultForm label {
	background: url(/images/puce2.gif) no-repeat right center;
	color: #1fad0c;
  padding-right: 16px;
  float: left;
  width: 120px;
	margin-right: 5px;
  text-align: right;
	font-weight: bold;
}

form.defaultForm input, 
form.defaultForm textarea, 
form.defaultForm select{
	font-family: "Trebuchet MS", arial, sans-serif;	
	font-size: 1em;	
}

form.defaultForm input.textField,
form.defaultForm select,
form.defaultForm textarea {
  border: 1px solid #bebebc;
  padding: 0;
}


input:focus, textarea:focus, select:focus {
  border: 1px solid #666 !important;
}

input.button:focus {
  border: none !important;
}

form.defaultForm textarea {
  width: 200px;
}

img#cryptogram {
  background: white;
  display: block;
}

form.defaultForm input.button {
  margin: 20px auto 0 auto !important;
}

form.defaultForm .asterisk {
  color:  #d10019;
  font-size: 1em;
  font-weight: bold;
  vertical-align: top;
}

form.defaultForm .requiredField {
  color: #d10019;
  font-size: 0.8em;
  font-style: italic;
  font-weight: bold;
  margin: 0 !important;
  padding: 0;
  text-align: right !important;
}

div.form-errors {
  margin: 10px auto;
  border: 1px solid #d10019;
  color: #d10019;
}

div.form-errors p {
  background: #d10019;
  font-size: 1em !important;
  font-weight: bold;
  color: white;
  margin-top: 0 !important;
	padding: 0.2em;
}

div.form-errors dl {
  padding: 5px;
  border: 1px solid white !important;
}

div.form-errors dt {
  padding-left: 20px;
  font-weight: bold;
  float: left;
  padding-right: 12px;
  width: 150px;
}

div.form-errors dd {
  margin: 0;
}

p.form-error {
  color: #d10019;
  font-weight: bold;
  margin: 0 0 0 141px !important;
}

form.defaultForm p.submit {
	margin: -20px 0 0 0 !important;
	padding: 0 20px !important;
	text-align: right;
}



/*******************************************************************************

  Footer

*******************************************************************************/
div#footer {
	background: #efefef url(/images/footer_background.gif) no-repeat;
	padding: 49px 20px 10px 20px;
}

div#footer div#copyright {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}

div#footer p {
	margin: 0 0 10px 0;
	padding: 0;
}

div#footer a img {
	border: none;
}

ul#footer-menu {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#footer-menu li {
	display: inline;
}

a#isics img {
	border: none;
}
