/*  
** 
** Author: Eric Veiras Galisson <webmestre [AT] veiras [DOT] info>
**
*/

* {
 margin: 0px;
 padding: 0px;
}

body {
     background: #222;
     font-family: Verdana, Arial, sans-serif;
     font-size: 16px;
     color: #fff;
}
 
a {
	text-decoration: none;
	color: #e00d0d;
}


/* quelques spans */
.rouge { color: #e00d0d;}
.date {
	padding-right: 10px;
	font-variant: small-caps;
	font-weight: bold;
    margin-right: 10px;
}


/*** Id ***/

#container { width: 780px; text-align:justify; }

/* Entete */
#entete {
    height: 75px;
    }

/* Logo */
#logo { float: right;}

#logo h1 { 
    margin-top: 30px;
    margin-left: 10px;
    font-size: 1.6em;
    letter-spacing: -0.1em;
}
 
 

/* Contenu */
#contenu {
	float: left;
	width: 590px;
	margin-top: 30px;
}

#contenu a {
	color: #e00d0d; 
	font-weight: bold;}

#contenu a:hover { 
    color: #fff; 
    background: #e00d0d;
    font-weight: bold;}
 
#contenu p {
	line-height: 1.4em;
	font-size: 0.7em;
	margin-bottom: 20px;
	color: #f4f4f4;
}

#contenu h3.titre {
    text-indent: 20px;
    color: #999;
    letter-spacing: -0.1em;
    margin-bottom: 10px;
}

#contenu h3:before {
	font-size:small;
	content: "> ";
}

#contenu h3:hover { color: #fff;}

#contenu h4.sous-titre {
    text-indent: 30px;
    color: #999;
    letter-spacing: -0.1em;
}

/* Menu */
#menu { 
    float: left;
    width: 170px;
    margin-left: 5px;
}

#menu ul {
 list-style: none;
 margin-bottom:10px; /*a voir*/
 margin-top: 10px; /*a voir*/q
}

#menu li a{
    display: block;
    height: 25px;
    width: 100px; 
    padding: 9px;
    margin: 5px;
    background: inherit;
    border-right: 4px solid #444;
    color: #999;
    font-size: 0.9em;
}
 
#menu li a:hover {
	color: #f4f4f4;
	background: #333;
	border-right: 4px solid #e00d0d;
}

#menu li .active {
	color: #999;
	background: #333;
	border-right: 4px solid #444;
}


/* Langue */
#lang {
    font-size: 0.7em;
    font-style: italic;
    color: #999;
    border-top: 2px solid #444;
    margin-right: 40px;
}

/*#lang:before {
    content: "langue : ";

}*/

#lang li a {
    height: 6px;
    padding-top:5px;
}

/* Pied de Page */
#pieddepage {
    clear: both;
    text-align: center;
    color: #666;
    padding-top: 25px;
    font-size: 0.7em;
 }
  
#pieddepage a { color: #666;}
 
#pieddepage a:hover { color: #f4f4f4;}
