/* CSS by Octave Z */

*{
	margin:0;
	padding:0;
}

body {
	background:#000;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFFFFF;
}

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

a:hover {
	text-decoration:underline;
}

a img {
	border:none
}

h1 {
	padding:25px 30px 10px 30px;
	font-size:1.4em;
	font-weight:normal;
}

p {
	padding:10px 30px 10px 30px;
}

span {
	display:none;
}

input, textarea {
	background-color: #727272; 
	color:#000;
	border:#000000 1px solid;
}
input:focus, textarea:focus {
	background:#FFFFFF;
}

#container1 {
	margin:40px auto 0 auto;
	width:780px;
	text-align:left;
}

#imghead1 {
	width:222px;
	height:437px;
	float:left;
	background:#000000 url(images/header.jpg) no-repeat;
}

#contentright {
	width:537px;
	height:437px;
	float:right;
}


#scroll {
	width:451px;
	height:250px;
	overflow:auto;
	
}

#title {
	width:537px;
	height:116px;
}
	#title a img {
		margin-top:35px;
		}
		
#container2 {
	width:512px;
	height:288px;
	background:url(images/content.jpg) no-repeat top left;
	padding:21px 0 0 34px;
}

#menu {
	width:760px;
	clear:both
}

#compagnielist {
	list-style-type:circle;
	padding: 0 0 0 45px;
}

#navlink {
	height:40px;
	padding:0 0 0 60px;
}
	#navlink li {
		display:inline;
		}


#copyright {
	float:right;
	padding:15px 15px 0 0;
}

.center {
	text-align:center
}
	.center a {
		text-decoration:underline;
		text-transform:uppercase;
		}

.right {
	float:right;
	padding:0px 15px 10px 10px;
}

/* GALERIE PHOTOS */

#galerie {
	padding:12px 0 0 14px;
}

#galerie_mini {
	list-style-type: none ;
	float:left;
	width:120px;
}

#galerie_mini li {
	display:inline;
	float:left;
	padding:0 4px 6px 4px;
	background:none;
}


dl#photo {
	margin: 0 auto ;
}

dl#photo dt {
	display:none
}


dl#photo img {
	border: #777 1px solid;
}


