/* @override http://www.valletoux.com/design/css/global.css */

body {
    font-family: Geneva, Verdana, Arial, Helvetica;
    font-size: 16px;
    behavior: url(/design/behaviors/csshover.htc);
    }

h1 {
    font-size: 32px;
    color: #C00;
    }

h2 {
    font-size: 20px;
    color: #000;
    }

h3 {
    font-size: 9px;
    color: #999;
    }

a {
    text-decoration: none;
    color: #444;
    }

a img {
    border: none;
    }

a:hover {
    color: #C00;
    }

div#precontainer {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1010px;
    height: 610px;
    margin-left: -505px;
    margin-top: -312px;
    border: 1px solid #AAA;
    }

.next {
    color: #C00;
    }

/*****************/
/** NAVIGATION  **/

ul.level1 {
    width: 205px;
    height: 90px;
    }
        
ul.level2 {
    display: none;
    }

li.submenu {
    margin-top: 20px;
    }
        
div#nav ul.level1 li.submenu:hover ul.level2 {
    display: block;
    }
        
ul.logo a {
    position: absolute;
    width: 40px;
    height: 55px;
    top: 0px;
    right: 10px;
    margin-top: 30px;
    z-index: 90;
    }

ul.liens form {
    position: absolute;
    float: left;
    top: 40px;
    left: -40px;
    }

html>body ul.liens form {
    left: 20px;
    }

ul.fleches {
    }
        
ul.fleches li.droite, ul.fleches li.gauche {
    position: absolute;
    top: 15px;
    width: 50px;
    text-align: center;
    }
            
ul.fleches li.droite {
    left: 60px;
    }

ul.fleches li.gauche {
    left: 10px;
    }

ul.level2 {
    border: none;
    background: none;
    position: absolute;
    left: 100px;
    top: -35px;
    }

.liens {
    margin-bottom: 3px;
    }

.hidden {
    visibility: hidden;
    }

#container div.texto div.buggybox.blog p img {
	margin: 20px 0;
	float: left;
}
