@charset "utf-8";
/* CSS Document */
#page {
	height: auto;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#contenu {
	margin: 0px;
	padding: 10px;
}
#contenu h1 {
	text-align: right;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-variant: small-caps;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #333333;
	line-height: 16px;
}

#bandeau h1 {
	margin: 0px;
	padding: 5px;
	font-size: 24px;
}
.tableau_admin, .tableau_admin td {
	border: 1px dotted #999999;
	border-collapse:collapse;
}

#menu ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#menu {
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #CC0000;
	text-decoration:underline;
}
.divMasque {
	padding: 10px;
	height: auto;
	width: 50%;
	border: 1px dotted #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F9F9F9;
}
.remarque {
	font-size: 9px;
	font-style: italic;
	color: #999999;
}

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

.majuscules{
	text-transform:uppercase;
}
a.nouveau {
	font-size: 10px;
	color: #000066;
	text-decoration: none;
}
.sansbordures, .sansbordures td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.actif {
	color:#990000;
	text-decoration:underline;
}
.alerte {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
#div_vehiculespromo {
	width: 500px;
	height: 350px;
	margin: 0px;
	padding: 5px;
	overflow: scroll;
	font-size: 11px;
}
.graduation {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border:none ;
	border-collapse:collapse;
}
.divstat {
	background-color: #CC0000;
	margin: 0px;
	padding: 0px;
	height: 20px;
	vertical-align:middle;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:2px;
}

.graduation td {
	width: 25px;
	height: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
