/* CSS Document */

html{width:100%;height:100%;}

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	min-width:955px;
	height:100%;
}

h1,div,ul,li {
	margin:0px;
	padding:0px;
}

#conteneur{
	width:100%;
	height:100%;
	min-height:600px;
	background:url(../images/bkg_inter.jpg) top center no-repeat;
}

#international {
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:url(../images/border_bottom.gif) left bottom repeat-x;
}
#citroen {
	position:relative;
	width:885px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	position:absolute;
	top:264px;
	left:333px;
	width:400px;
}

ul {
	margin-left:18px;
	float:left;
}

div.selecte select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}