/* Début paramètres globaux */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin: 0; padding: 0;
	line-height: 1.3em;
}

hr {
	clear: both;
	width: 95%;
	border: 0; /* enleve toute bordure */
	border-bottom: 1px black solid; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
}

ul {
  list-style-type: none;
}

ul.pdf {
	list-style-image: url('/images/icone_pdf_xs.png');
	list-style-position: inside
}

ul.enumeration {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
}

hr {
	display: block;
	height: 1px;
	margin: 0;
	margin: -7px 0;
	padding: 0;
	color: #FFF;
	background-color: #FFF;
	border: 0;
	clear: both;
	visibility: hidden;
}

h1 {
  font-size: 160%;
}

h2 {
  font-size: 130%
}

div.error {
	color: red;
}

a img,:link img,:visited img
{
	border: none;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

select, input, textarea {
  border: 1px solid #ddd;
  color: #5b5b5b;
  font-size: 11px;
}

input, textarea {
  padding: 4px 0 0 4px;
}

input {
	height: 17px;
}

input.error {
	border: 1px solid red;
}

body
{
  margin: 0;
  padding: 0;
  font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
  font-size: 11px;
  background-color: #fff;
}

/* Liens */
.lire {
  color: #195d9e;
  font-weight: bold;
}

/* Menu accordéon de gauche */
.menu-accordion-content
{
	height: 180px;
}

/* Colonnes */
.col_gal_properties
{
	margin: 0 4px 0 0;
	float: left;
	text-align: left;
}

.last_col
{
  margin: 0;
}

/* Blocs de titre */
.bloc_title {
  height: 30px;
  padding: 0 0 0 15px;
  line-height: 30px;
  clear: both;
}

.bloc_title_002 {
  color: white;
  font-size: 140%;
  font-weight: bold;
}

/* Blocs rédactionnel */
.bloc_redac
{
	padding: 15px 15px 15px 15px;
}

/* Propriétés générales des modules */
.module_gal_properties {
  margin: 0 0 5px 0;
  clear: both;
  position: relative;
}

/* Formulaires de recherche*/

#search_block
{
	height: 195px;
	position: relative;
	z-index: 1000;
}

#search_block_content
{
	z-index: 1000;
	float: left;
	width: 288px;
	position: absolute;
}

#default_content
{
  /*position: relative;*/
  float: left;
  width: 258px;
  position: relative;
}

#search_block_content .form_row
{
  width: 100%;
  height: 21px;
  /* float: left; NE PAS METTRE PRODUIT DES EFFETS INDÉSIRABLES AVEC IE 6 */
  position: relative;
  margin: 0;
  padding: 0 0 5px;
}

#search_block_content .form_row label
{
  float: left;
  display: block;
  line-height: 21px;
}

#search_block_content .form_row .content
{
  float: right;
  margin-left: 5px;
}

#search_block_content .form_row .content_left
{
  float: left;
}

#search_block_content .form_row .multi
{
  height: auto;
  line-height: auto;
  float: right;
  margin: 4px 0px 0px 0px
}

#search_block_content .form_row .label
{
  display: inline;
  line-height: 21px;
}

#search_block_content .form_row .label_for_multi
{
  float: right;
  margin-right: 0px;
  margin-top: 2px;
  margin-left: 8px;
}

#extended_search_block
{
	display: none;
	float: left;
	position: relative;
	width: 258px;
}

.extended_search_column
{
	float: left;
	width: 225px;
}

#form_block_buttons
{
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

#form_block_buttons .button
{
  float: left;
  display: block;
  width: 106px;
  height: 21px;
  border: 0;
  line-height: 21px;
  margin-left: 8px;
  text-align: center;
  color: #5b5b5b;
  padding: 0;
}

.default_button
{
  padding: 0px;
  height: 21px;
  line-height: 21px;
  margin-top: 5px;
  text-align: center;
  cursor: pointer;
}


/* Début couleurs de fond */
/* Verts */
.bg_color_001 { background-color: #e5efbf; }
.bg_color_002 { background-color: #f2f7df; }
.bg_color_007 { background-color: #b8b705; }
.bg_color_008 { background-color: #e0e024; }
.bg_color_009 { background-color: #d7db20; }
.bg_color_010 { background-color: #bad473; }
.bg_color_011 { background-color: #e5efbf; }
.bg_color_012 { background-color: #f5f9e4; }

/* Gris */
.bg_color_003 { background-color: #DDD; }
.bg_color_006 { background-color: #eeedea; }

/* oranges */
.bg_color_004 { background-color: #edab5d; }
.bg_color_005 {	background-color: #fbeedf; }
.bg_color_013 { background-color: #ddbe26; }

/* Fin couleurs de fond */

/* Début couleurs des textes */
/* Gris */
.txt_color_001 { color: #5b5b5b; }
.txt_color_003 { color: #7f7f7f; }
.txt_color_004 { color: #b7b2a6; }
.txt_color_005 { color: #3a3a3a; }

/* Bleus */
.txt_color_002 { color: #06407b; }
.txt_color_006 { color: #195d9e; }

/* Vert */
.txt_color_vert_001 { color: #81ae37 }
