/* 
    Document    : cssAccueil
    Created on  : 22 mars 2011, 13:57:28
    Author      : davidsamacoits
    Description : Feuille de style CSS de la page d'accueil
*/

/* --------------------------------------------------------- */

/* BODY */

body, html {
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    background-image:url(../Images/imgBackground.jpg);
    color:#444444;
    font-size:11px;
}

a, a:visited{
    text-decoration:none;
    color:#444444;
}

a:hover {
    color:white;
}

.noborder {
    border:none;
    text-decoration:none;
}

/* FONT-FACE */
@font-face {
	font-family: 'Chambers';
	src: url('../Fonts/CHAMBERS.eot');
	src: local('â˜º'), url('../Fonts/CHAMBERS.woff') format('woff'), url('../Fonts/CHAMBERS.ttf') format('truetype'), url('../Fonts/CHAMBERS.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* HEADER */
#bg_head {
    height:119px;
    width:100%;
    background-image:url(../Images/imgBackgroundHead.jpg);
}

#header {
    height:110px;
    width:800px;
    margin:0 auto;
}

#elseware {
    width:420px;
    height:110px;
    float:left;
}

#menu {
    width:380px;
    height:28px;
    padding-top:82px;
    float:left;
}

#menu ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#menu li {
    float:right;
    margin-left:8px;
}

#menu input {
    background:url(../Images/imgInputSearch.png) no-repeat scroll 0 0 transparent;
    margin-top:2px;
    width:146px;
    padding:5px 0 5px 28px;
    border:0 none;
}


/* LOG */
#log {
    min-height:15px;
    width:800px;
    margin:15px auto;
}

#formulaireLog .label {
    font-size:10px;
    font-style:italic;
    vertical-align:top;
}

#formulaireLog .checkbox {
    position: relative;
    margin:0 2px 0 0;
}

#log .error {
    color:red;
}

#log input[type=text], input[type=password] {
    background:url(../Images/imgInputLog.png) no-repeat scroll 0 0 transparent;
    margin-top:2px;
    width:146px;
    padding:5px 5px 5px 5px;
    border:0 none;
    font-size: 11px;
}

#log a:hover {
    color:black;
}

/* WELCOME */
#welcome {
    min-height:50px;
    width:780px;
    padding:10px;
    margin:10px auto;
    background-color:white;
    border:1px solid #e8e6e6;
    
}

/* CATEGORIE */
#categorie {
    height:360px;
    width:780px;
    padding:10px;
    margin:10px auto;
    background-color:white;
    border:1px solid #e8e6e6;
}

#slideshow {
    width:780px;
    height:360px;
    position:absolute;
}

#listecategorie {
    width:260px;
    height:360px;
    background-image:url(../Images/imgFiltreBlack.png);
    position:absolute;
    z-index:1000;
    color:white;
}

#listecategorie a {
    color:#e8e6e6;
}

#listecategorie a:hover {
    color:white;
    margin-left: 5px;
}

#listecategorie ul li {
    margin:20px 0 20px 0;
    font-size:17px;
}

/* VOCABULAIRE */
#vocabulaire {
    min-height:30px;
    width:780px;
    padding:10px;
    margin:10px auto;
    background-color:white;
    border:1px solid #e8e6e6;
}

#mots {
    width:100%;
    text-align:center;
}

#mot {
    margin-right:25px;
}

.en {
    color:#4194b7;
    font-weight:bold;
    font-size:15px;
}

.fr {
    font-size:15px;
}

.phonetic {
    color:#868585;
    font-family: Chambers, sans-serif;
    font-size:14px;
}

/* FOOTER */
#footer {
    min-height:50px;
    width:800px;
    margin:10px auto;
    text-align:center;
    color:#868585;
    font-size:9.5px;
}

#footer a:hover {
    color:#868585;
}

/* CLASS TITRE */
.title {
    margin:2px 0 3px 0;
    font-size:13px;
    font-weight:bold;
    display:block;
}

.bold {
	font-size: 18px;
	font-weight:bold;
	
}
.logUserWelcome {
    font-size:12px;
    float: left;
}

.logUserName {
    font-size:13px;
    font-weight: bold;
}

.logUserDeconnexion {
    float:right;
    font-size:12px;
}
