html, body {
	margin: 0;
	padding: 0;
	background-color: white;
}
body {
	background: url(/media/img/trame.gif) left 47px repeat-x white;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table {
	border-collapse: collapse;
}
table#conteneur td {
	padding: 15px;
}
table#conteneur td td {
	padding: 0;
}
h1 {
	text-decoration: underline;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.h1 {
	font-weight: bold;
	display: inline;

}

h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
a {
	color: black;
}

.date{
	font-size: 10px;
	font-style : italic;
}

/******* éléments nommés *******/
div#contenu {
	width: 552px;
	height: 402px;
	overflow: auto;
	text-align: center;
	padding-right : 10px;
}

div#contenu img{
	max-height: 400px;
}

div.menu {
	width: 167px;
	height: 364px;
	overflow-x: hidden;
	overflow-y: auto;
}
ul#baseline li {
	margin-left: 30px;
	display: inline;
	float: right;
}
ul#baseline a {
	color: grey;
}
.menu a, .nodeco {
	text-decoration: none;
}

#zone_news{
	text-align : left;
}

.box_news{
	margin-bottom: 30px;
}

.box_news img{
	float : left;
	margin: 13px 10px 5px 0
}
/******* classes *******/
.rouge, a:hover, a:hover h1 {
	color: #dc010b;
}
