* {
	padding: 0;
	margin: 0;
	font-size : 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 12px;
}

body {
	font-size : 9px;
	background-color: #FFFFFF;
	margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
}

h1 {
	float:left;
	margin:180px auto auto 200px;
	width:170px;
	display:none;
	}
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left; /* on rétablit l'alignement normal du texte */
	background-color: #FFFFFF;
	}
	
#top {
	height: 50px;
}

#im1 {
	background-image: url(carlin_index_01.jpg);
	height: 182px;
	background-repeat: no-repeat;
}
#im2 {
	background-image: url(carlin_index_02.jpg);
	height: 244px;
	background-repeat: no-repeat;
}

#im5 {
	background-image: url(carlin_index_05.jpg);
	height: 33px;
	background-repeat: no-repeat;
}

a:link {
	color: #cccccc;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

a:visited {
	color: #cccccc;
	text-decoration: none;
}

#bot1 {
	position: absolute;
	left:0;
	padding-left:0px;
	margin-left:0px;
	color: #DDDDDD;
	padding-top: 4px;
	}
	
#bot2 {
	color: #cccccc;
	padding-top: 4px;
	margin-left:550px;
	width: 150px;
	text-align: right;
}

