body {
	background-color: white;
	color: black;
	font-family: Arial,Verdana,'Bitstream Vera Sans',Helvetica,sans-serif;
}
div {
	margin: 10px;
}
a {
	color: #b40000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
    margin: 5px;
	vertical-align: middle;
}
.markdown table {
	border: solid 1px black;
	border-collapse: collapse;
	/* width: 600px; */
	margin: auto;
}
.markdown table tr, .markdown table td, .markdown table th {
	border: solid 1px black;
}
.markdown table th {
	background-color: #ccc;
    padding: 0;
}
.markdown table td {
    padding: 5px;
    padding-right: 5px;
}
.markdown table th a {
    padding: 5px;
    display: block;
    color: black;
    text-decoration: none;
}
.markdown table th a:hover {
    background-color: #999;
}
.markdown h1 {
	font-size: x-large;
	color: #b40000;
}
.markdown h2 {
	font-size: large;
    margin-top: 20px;
}
.markdown li {
	list-style: url("/img/vu.png");
	padding-left: 5px;
    margin-bottom: 5px;
}
#banniere a {
	display: block;
	width: 800px;
	height: 117px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/img/banniere.png");
    background-repeat: no-repeat;
}
#menu {
	text-align: center;
    border-bottom: 1px solid black;
    width: 600px;
    margin: auto;
    padding-bottom: 15px;
}
#menu a {
	background-color: #ccc;
    color: black;
    text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: small;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
#menu a:hover {
	background-color: #9e9e9e;
	color: white;
}
#menu ul, #menu li {
	padding: 0;
	margin: 0;
	display: inline;
    line-height: 180%;
}
#menu #actif {
	background-color: #1d1d1d;
	color: white;
}
#body {
	margin: 30px 10% 0 10%;
	overflow: hidden;
	height: 100%;
}
#admin {
    float: left;
	margin: 0;
	margin-left: 5px;
	font-size: small;
}
#footer {
	font-size: x-small;
	border-top: solid 1px black;
	width: 300px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-top: 5px;
	text-align: center;
}

#detailveh_container {
	overflow: hidden;
	margin: auto;
	width: 100%;
}
#detailveh_carac {
	float: left;
    margin-top: 0;
    margin-bottom: 0;
}
#detailveh_carac dt {
    font-size: small;
}
#detailveh_carac dd {
    font-weight: bold;
}
#detailveh_desc {
	float: right;
	width: 50%;
    margin-top: 0;
}
#detailveh_photos {
	text-align: center;
}
#detailveh_photos img {
	margin: 20px;
	margin-bottom: 5px;
}
