/* --------------------------------------------------------------

   layout.css
   Disposition des blocs principaux
   cf.: http://romy.tetue.net/structure-html-de-base

-------------------------------------------------------------- */

/* Elements principaux
------------------------------------------ */
body {
	text-align: center;
	background-color: #FFFFFF;
}
.main { 
	padding: 1em 0; 
}
.footer { clear: both; padding: 1em 0 0; margin:1em 0 0 0; border-top:1px solid #999; }
.row > div {
    float : left;
    margin-top: 0;
    margin-right: 5px;
    margin-left: 30px;
    margin-bottom: 0;
}
.w-1{width : 10%;
    background-color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 10px;}
.w-2{
background-color: #FFFFFF;
width : 15%;
    text-align: center;
    margin-top: 1px;
    margin-right: 10px;
    margin-bottom: 1px;
    margin-left: 5px;
	background-color: #FFFFFF;
}

.w-3{
    width : 24%;
    text-align: center;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 30px;
    background-color: #FFF;
	padding-left: 3em;
}
.w-4{
    width : 32%;
	text-align: center;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    background-color: #FFFFFF;
}
.w-5{
    width : 30%;
	text-align: center;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    background-color: #FFFFFF;
}
.w-6 {
    width : 44%;
    background-color: #FFFFFF;
    text-align: center;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.w-7 {
    width : 52%;
    background-color: #FFFFFF;
    text-align: center;
	    text-align: center;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
}
.w-8 {
   width : 60%;
    background-color: #FFFFFF;
    text-align: center;    text-align: center;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
}
.w-9 {
   width : 68%;
    background-color: #FFFFFF;
    text-align: center;
	    text-align: center;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
}
.w-10{width : 76%;    text-align: center;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;}
.w-11{width : 74%;    text-align: center;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;}
.w-12{width : 100%;  text-align: center;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;}

.clearune {clear: both;}
.content { min-height: 350px; }
/* largeur calculee du aside: 672px / 3 = 224px = 23.333 %*/
.aside {
    float: right;
    width: 20%;
    overflow: hidden;
    position: relative;
    right: 1em;
}    
  
/* Entete et barre de navigation
------------------------------------------ */
.header {
    background-color: #FFF;
    border-bottom: 1px solid #026A6F;
    border-top: 1px solid #026A6F;
    padding-bottom: 0.1em;
    background-repeat: no-repeat;
    background-position: 100% 99%;
    text-align: center;	
	z-index:1;
}
.header .spip_logo_site {
    display: block;
    margin: 0 auto;
    font-weight: normal;
    font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 5em;
}
.header .spip_logo_site,
.header .spip_logo_site a,
.header .spip_logo_site a:hover { background: transparent; text-decoration:none; color:#000; 
 font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;}
.header .spip_logo_site a:hover  {color:#000;}
.header .spip_logo_site a:hover img {opacity:0.7;}
.header .spip_logo {margin-bottom:0;}
.formulaire_menu_lang { position: absolute; right: 0; top: .9em; display: block; width: 30%; }
.nav {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
	height: 10em;
	vertical-align:top;
}
.nav ul{
    display: inline;
    text-align: center;
}
.nav li {display:inline;}
.nav li a {
    display: list-item;
    padding-right: 0.5em;
    padding-left: 0.5em;
    text-decoration: none;
    background: #fff;
    color: #000;
    font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    line-height: 1em;
}
.nav li.on a { background:#384240;color:#fff;  font-weight: normal; }
.nav li a:focus,
.nav li a:hover,
.nav li a:active { background: #CC0000; color:#fff; }

.motc {
    font-family: Helvetica, Arial, "sans-serif";
    padding-top: 1em;
    padding-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
}
.footer .generator { float: right; }
.footer .generator a { padding: 0; background: none; }

/* Gabarit d'impression
------------------------------------------ */
@media print {
    .page,
    .wrapper,
    .content { width: auto; }
    .nav,
    .arbo,
    .aside,
    .footer { display: none; }
}

/* Affichage sur petits ecrans  
Cf.: http://www.alsacreations.com/astuce/lire/1177
------------------------------------------ */




/* fin */