/* CSS Document */

body {
	font: 12px/130% Arial, Helvetica, sans-serif;
}

#bandeau img{
	background: #000000;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
	border-style: none;
}

#bandeau h1{
	font-size: 13px;
	line-height: 120%;
	color: #666666;
}

#haut, #search, #navigation, #outils, #droite, #footer, #recherche-avance{
	display:none;
	}
	
#chemin {
	font-size: 10px;
	color: #999999;
	margin-bottom: 15px;
}
#chemin a{
	color: #999999;
	text-decoration: none;
}
	
#contenu{
clear:both;
margin-top:2em;}

#texte h1{
	font-size: 24px;
}

#texte h2{
	font-size: 16px;
	line-height:20px;
	color: #666666;
}

#texte h3{
	font-size: 14px;
}

#texte .spip_logos{
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	border:0;
}


#texte #documents .spip_logos{
	float: left;
	margin-right: 10px;
}

#articles hr, #publications hr{
	clear:right;
	}


/* Tableau */

table {

	margin: 0px 0px 1em;
	border-collapse: collapse;
	

}
td {
	background-color: #FFFFFF;
	margin: 1px;
	padding: 4px;
	border: 1px solid #DDDDDD;
	vertical-align: top;
	font-weight: normal;
}

tbody {
	background-color: #FFFFFF;
	margin: 1px;
	padding: 4px;
	border: 1px solid #DDDDDD;
	vertical-align: top;
	font-weight: normal;
}
th {
	font-weight: bold;
	background-color: #DDDDDD;
	margin: 1px;
	padding: 4px;
}

