@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 * (en) Template for designing a screen layout
 * (de) Gestaltungsvorlage für die Erstellung eines Screenlayouts
 *
 * @file		basemod_draft.css
 * @creator		YAML Builder v0.3 Preview
 * @link		http://builder.yaml.de
 */

@media all
{
 /**
  * Design of the Basic Layout | Gestaltung des YAML Basis-Layouts
  *
  * @section layout-basics
  */

  /* Page margins and background | Randbereiche & Seitenhintergrund */
  body { 
  margin:0px;
  background-image:url(images/fond.gif); 
  background-repeat:repeat ;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px 
  }
	div{margin:0px; padding:0px;}
	img{border:0px}

a img {border: 0;}
  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page_margins { width: 855px;  min-width: 855px; max-width: 855px;	margin-left: auto; margin-right: auto; z-index:3 }
  #main{ z-index:7}

 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */
 
  #col1 { float: left; width: 737px; margin:0px; padding:0px; overflow:hidden; 

  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/fond.png');
  height:543px; background-repeat:no-repeat}
  #col1 {background-image:url(images/fond.png)!important; background-image:none;  } 
  #col2 { display:none}
  #col3 { width: auto; margin: 0 0 0 737px}
  #col1_content { padding:25px; margin:0px;  height:513px;  }
  #col3_content { padding:295px 0 0 0!important ; margin:0px}
  #menu_haut{ width:315px; float:right; z-index:999999;position:relative; }
  #logo_haut{ width:292px; height:125px; float:left}
  #bloc_text{ width:265px; height:120px; float:left; margin-top:80px;  font-family:Arial, Helvetica, sans-serif;font-size:11px; text-align:justify;}
  .espace_texte{padding:10px; margin:0px;}
  .espace_titre_nom{padding:10px; margin:0px;z-index:999999;position:relative; color:#FFFFFF; font-size:16px}
  .espace_img{padding-top:8px; padding-left:6px; padding-right:6px; margin:0px;}
  #texte_acc{ background-image:url(images/002.png); background-repeat:no-repeat; height:198px; width:261px; overflow:hidden; margin-top:10px ; }
  #bloc_img{ width:380px; height:380px; float:right; margin-top:10px }
  #btn_droite{  float:right; height:65px; margin-top:6px; margin-right:55px!important; margin-right:28px}
  #btn_gauche{   float:left; height:46px; margin-top:13px}
  #texte_nomines{ background-image:url(images/texte-nomines.png)!important; background-image:none; background-repeat:no-repeat; height:344px; width:253px; overflow:hidden; margin-top:10px ;
   overflow:hidden; 
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/texte-nomines.png');
   }
   .text_blue3{ color:#FCC300; font-size:12px; font-weight:bold; }
   .text_gray2{ color:#9A141B;font-size:12px;font-weight:bold;}

 /**
  * Design of Additional Layout Elements 0| Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */
.titre_top7
{
font-size:12px;
font-weight:bold;
font-style:italic;
}
.ville_top7
{
font-size:11px;
font-weight:bold;
font-style:italic;
}
.copyright
{
    COLOR:#6E6E6E;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10px;
    TEXT-DECORATION: none
}
.link_black_broken
{
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10px;
    TEXT-DECORATION: none;
	
}
.link_black_broken:hover
{
    COLOR:#000000;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 10px;
    TEXT-DECORATION: underline;
}
}