/* Feuille de style pincipale de fractalyse.org */
body {
    text-align: center; 
    color: #000;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
/*  font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;*/
    background:  url(img/fond-page.gif) repeat-x;
}

/* le conteneur de la page
-------------------------------------------------------- */
div#content {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    text-align: left;
    padding-top: 10px;
    background:  url(img/haut.gif) left top no-repeat;
}
div#cadrecontent {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #fff;
}
div#blocontent {
    width: 750px;
    padding-bottom: 10px;
    background:  url(img/bas.gif) left bottom no-repeat;
}

/* choses diverses
-------------------------------------------------------- */ 
img {
    border: 0;
}
.spacer {
    clear: both;
    font-size: 1px;
}
    
/* la haut de page avec le logo, la bande verte
-------------------------------------------------------- */ 
#header {
    background: #fff url(img/logo-fractalyse.gif) no-repeat ;        
    background-position: 15px 1px;  
    height: 92px;
    text-align: right;
}
#header img {
    margin: 4px;
}
    
/* la colonne du contenu principal
-------------------------------------------------------- */         
#centercolumn {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
#centercolumn p {
    text-align: justify;    
    line-height: 140%;
    margin-top: 2px;
}
#centercolumn h1 {
    font-size: 18px;
    font-weight: bold;
    color: #ef8923;
    text-align: left;
}
#centercolumn img {
    vertical-align: middle;
    border: solid 1px #333;
}       
#centercolumn h2 {
    padding-top: 10px;
    padding-bottom: 4px;
    color: #ef8923;
    font-size: 14px
}
#centercolumn h3 {
    padding-top: 4px;
    color: #ef8923;
    font-size: 12px
}
#centercolumn h4 {
    margin-bottom: 0px;
    font-size: 11px
}
#centercolumn h5 {
    text-align: center;
    margin-bottom: 0;
    font-size: 11px
}
#centercolumn h6 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 11px;
}
#centercolumn ul, li {
    padding: 0;
    list-style-image: url(img/fleche.gif);
    margin-left: 10px;
    margin-top: 5px;
    font-size: 11px;
    color: #000;
    text-align:justify;
}       
#centercolumn a:link, #centercolumn a:visited { 
    text-decoration: underline; 
    color: #777777; /*#ff9933;*/
}
#centercolumn a:active, #centercolumn a:hover { 
    text-decoration: none; 
    color: #000;
}   

/* le menu
-------------------------------------------------------- */
#menubar {
    background: url(img/fond-menu.gif) no-repeat;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
ul#menu {
    margin: 0;
    padding: 0px;
    float: left;
}
ul#menu li {
    list-style-image: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
}
ul#menu li a {
    font-size: 11px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding: 8px;
    padding-bottom: 9px;
    margin: 0;
    display: block;
}
ul#menu li a:hover {
    background: #000;
    color: #fff;
}
#menu .menuon a {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}

/* le bas de la page
-------------------------------------------------------- */
#footer {
    font-size: 10px;
    border-top: 1px solid #000;
    text-align: center;
    padding-top: 10px;
    }
#footer a {
    color: #777777;
    }
#footer a img {
    vertical-align: middle;
}
#footer a:hover {
    text-decoration: none;
    color: #000;
    }
                                
/*  changement de langue
-------------------------------------------------------- */
#langue {
/*    margin-bottom: -30px;*/
    margin: 0;
    padding: 5px;
    text-align: right;
    font-size: 10px;
}
#langue img {
    border: solid 1px #000;
    margin-right: 3px;
}
#langue a {
    text-decoration: none;
    color: #000;
}

/* formulaire */
input {
	padding: 5px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #000;
}
input.bouton {
    font-weight:bold;
    cursor:pointer;
   background-color:#ef8923;
   color:white;

}
input.bouton:active {
   background-color: white;
   color: #ef8923;
} 
input.radio {
   border: none;
}

textarea {
	padding: 3px;
	width: 680px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #000;
}
