
/* STRUCTURE GENERALE
-------------------------------------------------------------------------------------------------------------- */

body {
background-position: center 227px;
}



/* STRUCTURE DE CONTENU
-------------------------------------------------------------------------------------------------------------- */


/* CONTENU */

div#contenu { 
padding-top: 270px;
}



/* STRUCTURE DE NAVIGATION
-------------------------------------------------------------------------------------------------------------- */


/* MENU 1 */

div#menu1 {
top: 190px;
width: 1000px;
}

div#kpz-menus-principal li.niv1_item_active {
border-color: red !important;
}


/* RETOUR HOME */

div#retour {
top: 0;
left: 0;
width: 1000px;
height: 150px;
background: transparent url(../img/str-mob-logo.jpg) no-repeat 0 20px;
}

div#retour a {
width: 580px;
height: 150px;
}


/* MULTILINGUE */

div#multilingue {
position: absolute;
top: 10px;
right: 0;
width: 400px;
height: 20px;
}

div#multilingue li {
padding: 0 10px;
float: left;
}

div#multilingue a {
font-size: .9em;
}

div#multilingue a.active {
font-weight: bold;
}




/* BLOG LISTE
-------------------------------------------------------------------------------------------------------------- */

div#kpz-blog_liste-recherche a.active{
color: red !important;
}



