/* Thème "defaut" Pluxml - Copyright Pluxml.org */  

/* ---------------------
Html et body
--------------------- */
html {
	font : 75%/1.7em "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	color : #555;
	background : #FFF;
	margin : 0;
	padding : 0;
}
body {
	margin : 0;
	padding : 0;
}

#page {
	width : 850px;
	margin : 0 auto 0 auto;
	padding : 0 0 0 0;
	background : url("../img/fond_page.jpg") repeat-y;
	clear : both;
}

/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 2.1em;}
h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; margin : 0; padding: 0}
p {margin : 0; padding: 0}
a {color : #517CA1; text-decoration: none;}
a:hover {color : #333;}
.clearer {clear : both; visibility : hidden; margin : 0; padding : 0;}

/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	background : #517CA1;
	width : 100%;
}
#header {
	width : 850px;
	color : #482018;
	margin : 0 auto; padding : 35px 0 20px 0;
}
#header h1 { /* Titre et sous-titre du site */
	margin : 0; padding : 0;
	font-weight : normal;
	letter-spacing : 3px;
	color : #eee;
	display : inline;
}
#header p {
	display : inline;
	color : #DDD;
	padding : 0 0 0 5px;
}
#menu {
	background : #1F537B;
}
#menu ul {
	margin : 0 auto; padding : 0;
	width : 850px;
	list-style-type : none;
}
#menu li {
	float : left;
}
#menu li a {
	display : block;
	padding : 4px 13px;
	color :  #ddd;
	text-decoration : none;
	text-transform : uppercase;
	font-size : 0.85em;
	letter-spacing : 1px;
}
#menu li a:hover, #menu li.active a {
	background : url("../img/tab.jpg") no-repeat bottom;
}

/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	float : left;
	width : 634px;
	margin : 0 0 0 0;
	padding : 8px;
}
#content p {
	margin-top: 5px;
}
.post { /* Conteneur de l'article */
	padding : 0 0 22px 0;
	text-align:center;
}
.title { /* Titre de l'article */
	color : #517CA1;
	font-size : 1.3em;
	margin : 0 0 0 0;
	padding : 4px 0;
	letter-spacing : 2px;
	border-bottom : 1px dashed #517CA1;
}
.post-info {
	background : url("../img/info.gif") no-repeat 0 4px;
	padding : 0 0 8px 20px;
	margin : 0!important;
}
.important {
	font-weight: bold;
	color: #5E5463;
}
.subtitle {
	font-weight: bold;
	color: #5E5463;
	font-size: 1.1em;
	text-decoration: underline;
}
.italique {
	font-style: italic;	
}


/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {
	float : right;
	width : 200px;
	padding : 0;
	margin : 0;
}
#sidebar div {
	margin : 0;
	padding : 0;
	width : 100%;
}
#sidebar ul { /* Bloc de liste */
	margin : 0;
	padding : 0;
}
#sidebar li { /* Elément de liste */
	list-style-type : none;
	padding : 4px;
	border-bottom : 1px solid #C3C9D0;
}
#sidebar li a { /* Liens dans les listes */
	color : #517CA1;
	padding : 0 0 0 18px;
	text-decoration : none;
	background : url("../img/blue.gif") no-repeat 0 0;
	}
#sidebar li:hover, #sidebar li.active {
	background: #F0F5FA;
}
#sidebar li a:hover, #sidebar li.active a {
	color : #517CA1;
	background : url("../img/blue.gif") no-repeat 0 0;
}

/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width :850px;
	margin : 0 auto 0 auto;
	text-align : center;
	font-size : 0.85em;
	background : #1F537B;
	color : #FFF;
	padding : 3px 0;
}

#tableau {
    border-collapse:collapse
}
.tableau td {
    padding : 0.4em ;
    border-spacing:0;
    empty-cells: show;
}
.tableau tr.impaire td {
   background-color: #ddea85;
}
.tableau tr.roadmap td {
   background-color: #cedeee;
}
.tableau th {
   color: #666;
   font-size:1em;
   font-weight:bold;
   text-align:center;
}
	