/***
EBNH Conception : http://esteban-hache.net
Licence : LAL
***/

body { 
    background: #9696e3;
    margin: 0;
    padding : 0;
    font-size: 100%;
}

/* 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 {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
}

ul.mainmenu { 
    margin: 0; 
    padding: .5em;
    list-style: none;
}
ul.mainmenu li {
    margin: .2em 0;
    padding: 0;
    text-align: left;
}
ul.mainmenu li a {
    font-weight: bold;
}
ul.mainmenu li a:hover {
    background: #3232c8;
    color: #9696e3;
}

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


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

#contenu {
    float: right;
    border-left: 1px dotted #3232c8;
    background: #9696e3 url(/img/contenu_social_tux.jpg) 0% 100% no-repeat;
    width: 65%;
    margin: 0;
    padding: 1em;
    padding-bottom: 250px;
}

#contenu li li { font-size: .95em; }

/* Mise en forme du bas de page */

#basdepage { 
    clear: both;
    border-top: 1px solid #3232c8;
    background: url(/img/h1_social_tux.png) 0% 100% repeat-x;
    margin: 0;
    padding: 0;
    text-align: center;
}
#basdepage p {
    margin: auto;
    padding: 0;
    text-align: center;
}
#basdepage a {
    font-size: .85em;
    font-family: Courier;
    border: none;
}

/* Mise en forme du switcher CSS */
#switcher {
    float: left;
    width: 25%;
}
#switcher h2 {
    visibility: hidden;
    display: none;
}
#switcher fieldset {
    border: none;
    border-top: 1px dotted #3232c8;
}
#switcher legend {
    font-weight: bold;
    font-size: .8em;
	background: #9696e3;
	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-left: .5em;
    font-size: .8em;
    line-height: 1.6em;
    text-align: justify;
}

dt {
	padding-left: .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;
	margin: .2em 0;
}

a {
    border: 1px solid #9696e3;
    text-decoration: none;
    padding: 0 .2em;
    color: #3232c8;
    font-weight: bold;
}

a:hover {
    border: 1px solid #3232c8;
    background: #6464c8;
    color: #9696e3;
}

img {border:0; }

h1 {
    border-bottom: 1px solid #3232c8;
    background: url(/img/h1_social_tux.png) 0% 100% repeat-x;
    height: 3em;
    line-height: 3em;
    vertical-align: middle;
    margin: 0;
    padding: 0 0 0 1.5em;
    color: #373886;
}
h2 {font-size:1.1em}
h3 {font-size:1em}
h4 {font-size:.95em}
h5 {font-size:.9em}
h6 {font-size:.85em}
