/***
EBNH Conception : http://esteban-hache.net
Licence : LAL
***/
* {
	margin: 0;
    padding : 0;
    font-size: 100%;
}

body { 
    background: #6464c8 url(/img/Evinux.jpg) no-repeat 90% 7ex;
}

/* Mise en forme des liens vers les sites partenaires */

#partenaire {
    position: absolute;
    top: 0;
    right: .5em;
}
#partenaire a {
    font-family: Verdana;
    color: #7c7cff;    
}
#partenaire a:hover {
    border-bottom: 1px solid #3232c8;
}


/* Mise en forme des menus du site */

#menu {
    clear: both;
    /*border-right: 3px dotted #3232c8;*/
    background: url(/img/tux.png) 98% 0% no-repeat;
    width: 25%;
    margin: 0 0 0 40%;
    padding: 0 80px 0 0;
}
html>body #menu  {
	margin: 0 auto;
}

ul.mainmenu { list-style: none; }
ul.mainmenu li { 
    padding-right: 1em;
    text-align: left;
}
ul.mainmenu li a {
    font-weight: bold;
}
ul.mainmenu li a:hover {
    background: #3232c8;
    color: #6464c8;
}

ul.submenu { list-style: none; }
ul.submenu li {
    padding-right: 3em;
    text-align: right;
    font-size: .95em;
}
ul.submenu li a {
    font-weight: normal;
}


/* Mise en forme de la zone de contenu */

#contenu {
    border: 3px dotted #3232c8;
    background: #6464c8 url(/img/fond.jpg) 0% 0% repeat-x;
    float: left;
    width: 50%;
    margin: 1em;
    padding: .5em;
}
#contenu li li { font-size: .95em; }

/* Mise en forme du bas de page */

#basdepage { 
    clear: both;
    border-top: 1px solid #3232c8;
    padding: 1em;
    text-align: center;
}
#basdepage a {
    font-size: .85em;
    font-family: Courier;
}

/* Mise en forme du switcher CSS */
#switcher {
	padding: 1em;
}
#switcher h2 {
    visibility: hidden;
    display: none;
}
#switcher fieldset {
    border: none;
    border-top: 1px dotted #3232c8;
}
#switcher legend {
    font-weight: bold;
    font-size: 1.1em;
	background: #6464c8;
	color: #000;
}
#switcher label {
    font-weight: bold;
    font-size: .8em;
    color: #3232c8;
}
#switcher select, #switcher input {
    font-size: .8em;
    font-weight: bold;
    color: #7c7cff;
    background: #6464c8;
    border: 1px solid #3232c8;
    cursor: pointer;
}
#switcher select:hover, #switcher input:hover {
    background: #7c7cff;
    color: #3232c8;
}

/* Mise en forme particulière */
p {
	padding: .5em;
    font-size: .8em;
}

dt {
	padding: .5em;
	font-size: .9em;
	font-weight: bold;
}

dd {
	padding-left: 1em;
	font-size: .8em;
}

ul, li {
    list-style: none;
    font-size: .9em;
}

li {
	padding-left: 1em;
}

a {
	border: 1px solid transparent;
    text-decoration: none;
    padding: 0 .2em;
    color: #3232c8;
    font-weight: bold;
}
a:hover {
    border: 1px dotted #3232c8;
    background: #6464c8;
}

img {border:0; }

h1 {visibility: hidden; display: none;}
h2 {font-size:1.1em}
h3 {font-size:1em}
h4 {font-size:.95em}
h5 {font-size:.9em}
h6 {font-size:.85em}
