body {	
	font-family: Verdana, Arial, serif;
	font-size: 12px;
	color: #fff;	
	margin: 0;
	padding: 0;
}

html, body {
	height:100%;
}

.object {
	font-family: Verdana, Arial, serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;		
}

.object h2 {
	margin: 0 0 3px 0;
	font-size: 12px;
	font-weight: bold;
	color: black;
}


a:link {color: #db1a59; text-decoration: none;}
a:visited {color: #db1a59; text-decoration: none;}
a:hover {color: #ff2e29; text-decoration: underline;} 
a:focus {color: #ff2e29; text-decoration: none;}
a:active {color: #ff2e29; text-decoration: underline;}


h1 {
	font-size: 14px;
	margin: 0 0 15px 0;
	font-weight: bold;
	color: #db1a59;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #db1a59;
}



#container{
	margin: 0 auto;
	position: relative;
	padding: 0 0 0 0;
  	width: 1280px;
  	background: url("../caravelle_img/background.jpg") repeat-y;
  	min-height: 100%;
}

#header{

	background: url("../caravelle_img/top.jpg") repeat-x;
	width: 1280px;
	height: 678px;
}

#soustitre{

	position: relative;
	top: 125px;
	left: 600px;
	width: 400px;
	font-size: 16px;
	color: #666;

}

#navigation{
	
	position: absolute;
	z-index:3333;
	top: 235px;
	left: 179px;
	width: 200px;
	text-align: right;
}

#navigation p{
	color: black;
}

#navigation a{
	color: black;
	text-decoration: none;
}

#navigation a:hover{
	text-decoration: underline;
}

#navigation ul{
	marign: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li {
	margin: 10px 0;
	list-style-type: none;
}

#navigation ul li ul{
	margin: 10px 0 10px 10px;
}

#navigation ul li ul li{
	margin: 10px 0;

}

#navigation ul li ul li a{
	color: #555;
	text-decoration: none;

}

#content{
	position: relative;
	z-index:2222;
	margin: 0 auto;
	padding: 0 0 0 180px;
	top: -490px;
	width: 483px;
}


#footer{
	margin: 0 auto;
	padding: 40px 0 20px 0;
	position: relative;
	width: 740px;
}

#footer p{
	margin: 0 0 0 0;
	font-size: 9px;
	color: #333;
}

#footer p a{
	font-size: 9px;
	color: #888;
}

#kamlogo {	
	position: absolute;
	bottom: 0px;
	left: 335px;
	padding: 0 0 20px 0; 
}

.clear {
	clear: both;
}

#clear {
	clear: both;
}
