@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) IE-Patch stylesheet for "3col_1-2-3" layout example
 * (de) IE-Korrektur-Stylesheet für das "3col_1-2-3" Beispiellayout
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

/* Layout-independent adjustments | Layout-unabhängige Anpassungen ----------------------------------- */
@import url(../../../../yaml/core/iehacks.css);

/* Layout-dependent adjustments | Layout-abhängige Anpassungen --------------------------------------- */
@media screen, projection
{
  /**
   * Bugfix for IE 3-Pixel-Jog Bug
   *
   * @bugfix
   * @affected   IE 5.x/Win, IE6
   * @css-for    IE 5.x/Win, IE6
   * @valid      yes
   */

  * html #col3 {height: 1%;}        /* Activate hack for 3-Pixel-Jog Bug | Hack für 3-Pixel-Jog Bug aktivieren */
  * html #col2 {margin-right: -3px;}
  * html #col3 { margin-left: 74%; }
  
  /****** COLUMN - IE7 *****/
  /* #col2 = MIDDLE column */
  #main {height:100%;}
  #col1 {position:relative;}
  #col2 { width: 53%; float:left; margin-right:-39px;  padding-top:95px;}
  #col2_content { padding-left: 0px; padding-right: 20px; }
  /* #col3 = RIGHT column */
  #col3 {width:220px; margin-right: -15px; }
  #col3_content { padding:40px 10px;}
  .col3-top a.liste-link { position:absolute; top:50px; right:5px;}
  .col3-top a.rss-link { position:absolute; top:32px; left:5px;}
  
  /****** COLUMN - IE6 *****/
  
  
  * html #header {height:225px; padding: 45px 2em 34px 20px;}
  * html #nav ul {width:150px; }
  /* #col1 = LEFT column */
  * html #col1 { margin-right:0; width:252px;}
  * html #col1_content { padding-left: 0px; padding-right: 0px;}
  * html .encart { width:213px;}
  * html .encart p {font-size: 10px; line-height:1.2em; margin-bottom:10px; text-align:left; }
  /* #col2 = MIDDLE column */
  * html #col2 { width: 47%; float:left; margin: 0; padding-top:95px;}
  * html #col2_content { padding-left: 0px; padding-right: 0px; margin-left:0; margin-right:0;   }
  /* #col3 = RIGHT column */
  * html #col3 { width:220px; margin-left:0px;  margin-right: 0; padding-left:10px; padding-right:0px; padding-top:45px; }
  * html #col3_content { padding:10px; margin:0 10px 0 20px; }
  * html .col3-top a.liste-link { font-size:10px; position:absolute; top:50px; right:15px;}
  * html .col3-top a.rss-link { font-size:10px; position:absolute; top:32px; left:0px;}
  * html .news-latest-container { padding-top:40px; }
  
  * html h1 {font-size:200%;}

 /**
  * min-width/max-width workaround for IE5.x & IE6
  *
  * @workaround
  * @affected   IE 5.x/Win, IE6
  * @css-for    IE 5.x/Win, IE6
  * @valid      no
  */

  .page_margins {width:909px;}
	
  * html .page_margins { width:909px;}
  * html #main { width:909px; margin-top:0px; }
	
	
  /*____  OTHERS   ____________________________________*/
  
  /*Rounded Corners Borders*/
  
  .list-docs, .paiement {border:0px;}
  
  
}
