body{
	margin: auto;
	width: 1024px;
	background-color: white;
        background-image: url("../images/background.jpg");
        background-repeat: repeat-x;
	color: black;
	font-family: Arial, Helvetica, Sans-serif;
        font-size: 13px;
}

#header{
	width: 960px;
	height: 150px;
	background-image: url("../images/banner.jpg");
	margin-bottom: 5px;
}

#menubar{
	width: 965px;
        height: 28px;
        margin: auto;
        margin:5px 0 5px 0;
        background-color: transparent;
}

.vehicule{
	float: left;
	width: 220px;
	height: 180px;
	padding: 8px;
        margin: 5px 5px 0 0;
}

.vehicule img{
	border: 1px solid gray;
}

.corps{
	position: relative;
	width: 968px;
	min-height: 600px;
	background-color: transparent;
	}

#footer{
	margin-top: 10px;
	width: 960px;
	height: 80px;
	background-color: transparent;
	color: RGB(0,51,0);
	}

a{
	color: #4b4b4b;
	text-decoration: none;
}

img{
	border: none;
}

.block{
	background-color: #e0e0e0;
	width: 298px;
        height: 250px;
	float: left;
        padding: 10px;
        border: 1px solid #ababab;
}

.left{
	margin: 3px 1px 0 0;
}

.right{
	margin: 3px 0 0 1px;
}

.center{
    	margin: 3px 1px;
}

.block_wide{
	background-color: #e0e0e0;
	width: 943px;
	float: left;
        padding: 10px;
        border: 1px solid #ababab;
        margin: 2px 0 5px 0;
}

#left_v{
	width: 50%;
	float: left;
        margin:20px 0 20px 0;
}

#right_v{
	width: 50%;
	float: right;
        margin:20px 0 20px 0;
}

#right_v img{
	border: 1px solid gray;
}

.nivoSlider {
        position: relative;
        width: 960px;
        height: 350px;
        border: 2px solid #ababab;
}

h4 {
        text-decoration: underline;
        font-size: 15px;
        color: #232347;
}

h1, h2{
        color: #232347;
}

.menu-link {
        color: #d2d2d2;
        font-size:15px;
        font-weight: bold;
        width: 237px;
        background-color: #e8e8e8;
        line-height: 28px;
        height: 28px;
        text-align: center;
        vertical-align: middle;
        float:left;
        border:1px solid #ababab;
        margin-right:3px;
        text-transform: uppercase;
        background-image: url("../images/button_menu.jpg");
}

.menu-lnk-right{
    margin:0;
}

a:hover{
    color: #232347;
}

td.titre {
    font-size:15px;
    font-weight: bold;
    color: #232347;
}