div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset, label,input,textarea { 
  margin: 0; padding: 0;
  font-family:Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
  color: #dd7323;
}

a img,:link img,:visited img { border: none; }
a { text-decoration: none; color: #1a7dd9; }
a:focus { text-decoration: underline; }
a:hover { text-decoration: underline; }
td { vertical-align: top; }

hr {
  color: #dd7323;
  height: 1px;
  border: none 0; 
  border-top: 1px dashed #dd7323;
  margin-left: 0;
  _margin: 0;
  text-align: left;
}

a.ancre {
	position: absolute;
	text-indent: -7890px;
	}

/************************************** ANCRES *********************************/

.ancre{
position:absolute;
}

.accessibilitylinks {
	position:absolute;
	top:-500px;left:0px;
}

.accessibilitylinks a:focus{
	position:absolute;
	top:510px;
	left:100px;
	z-index:10;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	padding: 2px;
}


/************************************** LAYOUT *********************************/

body
{
  margin: 0;
  padding: 0;
  width: 100%;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
  background-color: white;
  background-image: url("/images/background.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}

div#container {
	position: relative;
	width: 910px;
  margin: auto;
	padding:0;
}

div#header {
	position: relative;
	width: 100%;
	height: 230px;
  margin: 0;
	padding:0;
  background-image: url("/images/background-header2.jpg");
  background-position: top center;
  background-repeat: no-repeat;	
}

div#logo {
	position: absolute;
	width:236px;
	text-align: center;
	top: 84px;
	left: 344px;
}


div#content {
  position: relative;
  width: 900px;
  padding:0;
  margin-top: 0;
  margin-left: 5px;
  background-image: url("/images/background-content.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 300px;
}

div#footer {
	position: relative;
	width: 900px;
  margin: 20px 0 10px 5px;
	padding:0;
	float: none;
	clear: both;
	text-align: center;
}

div#footer ul {
  text-align: center;
	margin:0;
	padding: 0;
	list-style:none;  
}

div#footer li {
  display: inline;
  margin: 0 15px;
}

div#footer a {
  font-weight: bold;
  color: #777777;
}

div#footer li img {
  margin-bottom: -3px;
}

.sfTMessageContainer, .sfTMessageInfo { width: 600px; margin-left: 85px; }
.sfTMessageContainer { padding-top: 90px; }


/************************* PAGES **************************/

.orange {
  color: #dd7323;
  font-weight: bold;
}

.orange-italique {
  color: #dd7323;
  font-style: italic;
  font-weight: bold;
}

#bloc1 {
  padding-top: 90px;
  width: 600px;
  margin-left: 85px;
}

#bloc1 h3 {
  margin-bottom: 1em;
  color: #dd7323;
}

#bloc1 h4 {
  margin-bottom: 1em;
  color: #dd7323;
}

#bloc1 p {
  margin-bottom: 1em;
  text-align: justify;
}

#bloc1 ul {
  margin-top: 1em;
  margin-bottom: 1em;
  list-style-image: url("/images/fleche-orange.gif");
}

#bloc1 li {
  margin-bottom: 1.2em;
  margin-left: 1.5em;
}

div#titre {
  position: absolute;
  z-index: 10;
  left: 42px;
}

/********************* FORM ERROR *************************/

div#form-error {
  color: #E71818;
  font-weight: bold;
  list-style-image: url("/images/fleche-orange.gif");
  margin: 0;
}

#form-error p {
  margin-bottom: 0.5em;
  text-align: left;
  text-decoration: underline;
}

#form-error ul {
  margin-top: 0em;
  margin-bottom: 1em;
  list-style-image: url("/images/fleche-orange.gif");
}

#form-error li {
  margin: 0 0 0 1.5em;
}


/********************* SIDEBAR *************************/


div#sidebar {
  position: absolute;
	top: 230px;
	left: 718px;
	width: 184px;
	margin: 0;
	padding: 0;
  z-index: 10;
}

div#sidebar-part1 {
  position: relative;
  background-image: url("/images/sidebar/background-top.gif");
  background-position: top center;
  background-repeat: no-repeat;
	margin: 0;
	padding: 57px 0 3px 18px;
}

div#sidebar-part2 {
  background-image: url("/images/sidebar/background-bottom.gif");
  background-position: top center;
  background-repeat: no-repeat;
  height:155px;
  margin: 0;
  padding: 12px 0 10px 18px;
}

#recherche label {
	display: block;
	width: 86px;
	height: 11px;
	text-indent:-5000px;
    /*background-image: url("/images/lang/recherche.png");*/
    background-position: top center;
    background-repeat: no-repeat;
	}


#sidebar-part1 h3 {
  position: relative;
  margin-bottom: 8px;
}

#sidebar-part1 p {
  position: relative;
  color: #dd7323;
  width: 150px;
}

#record-moment p a{
  color: #dd7323;
}

div#preparer-defi {
	margin: 0;
	padding: 0;
}

#preparer-defi a {
  display: block;
	text-transform:lowercase;
	text-decoration:none;
	text-indent: -5678px;
	width: 150px;
	height: 11px;
	/*background-image:url("/images/lang/preparer-defi-off.gif");*/
	background-repeat: no-repeat;
	outline:none;
	}
/*
#preparer-defi a:hover {
	text-decoration:none;
	background-image:url("/images/lang/preparer-defi-on.gif");
}*/

div#recherche {
	margin: 0;
	padding: 17px 0 0 0;
}

form#sidebar-form {
  margin: 0;
  padding: 0;
}

#recherche img {
  margin: 0;
  padding: 0;
}

#recherche input#keywords {
  margin: 0;
  padding: 6px 7px;
  width: 109px;
  border: 0;
  background-image: url("/images/sidebar/bg-recherche.gif");
  background-repeat: no-repeat;
  color: #2768a4;
  float: left;
}

#recherche input#submit-recherche {
  margin: 0;
}


div#zoom {
	margin: 5px 0 0 2px;
	padding: 0;
}

div#zoom img {
margin: 0 1px;
}

