/* CSS Document */

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

a{
color:#E43535;
text-decoration:none;
}

a:hover{
text-decoration:underline;
color:#0099CC;
}

div{
border:#000000 solid 0px;
}

body{
background-image:url(../image/background.gif);
background-repeat:repeat-x;
font-family:"Segoe UI", Verdana, Arial;
font-size:12px;
}

#container{
width:900px;
margin:auto;
margin-top:25px;
padding:0px;
}

#header{
margin:0px 0px 10px 0px;
border:#E43535 1px solid;
height:130px;
}

#left{
border:#E43535 1px solid;
float:left;
height:600px;
width:180px;
}

#right{
border:#E43535 1px solid;
float:right;
height:600px;
width:706px;
overflow:auto;
}

#content{
}

.spacer{
clear:both;
}

li{
display:block;
margin:2px 10px 2px 10px;
font-size:12px;
color:#E43535;
}

li a{
font-size:12px;
}

#header-text-big{
font-size:24px;
color:#EEEEEE;
margin-top:25px;
margin-left:50px;
}

#header-text-middle{
font-size:20px;
color:#EEEEEE;
margin-left:60px;
}

#header-text-bottom{
text-align:right;
color:#FFFFFF;
font-size:38px;
font-weight:bold;
margin-right:50px;
}

.typev{
font-size:16px;
font-weight:bold;
margin:10px 0px 10px 50px;
}

.vehi{
	margin:10px 10px 10px 10px;
	width:150px;
	cursor:pointer;
	display:block;
	float:left;
	padding-bottom:15px;
	border:#E43535 1px solid;
}

.vehi .photo{
text-align:center;
margin-top:12px;
}

.vehi .label{
text-align:center;
margin-top:12px;
font-weight:bold;
}

.tablevehicule{
margin:25px;
}

#nomv{
font-size:16px;
text-decoration:underline;
margin:0px 0px 10px 25px;
font-weight:bold;
}

#typev{
font-size:12px;
margin:0px 0px 10px 15px;
}

#descv{
font-size:12px;
margin:0px 0px 10px 15px;
}

.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-image-blur {
}

.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
