body {
	background-color: #000;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #fff;
}

a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
}

div.intro {
	width: 900px;
	text-align: center;
	margin: auto;
	margin-top: 40px;
}

div.intro img {
	border: 3px solid #fff;
}

div.intro span.name {
	font-size: 1.3em;
	letter-spacing: 5px;
}


div#wrapper {
	width: 900px;
	margin: auto;
}

div.gallery {

	
}

div.gallery_visible {
	display: block;
	text-align: center;
}

div.gallery a {
	border: none;
}

div.gallery img {
	border: 2px solid #fff;
	
}

a.textlinks {
	border-bottom: 1px dotted #fff;
}


#kwick {
	margin-top:10px;
	position:relative;
}
#kwick .kwicks {
	display:block;
	height:200px;
	margin:0px;
}


#kwick li {
	float:left;
}
#kwick .kwick {
	background:#FFFFFF none repeat scroll 0% 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	height:200px;
	overflow:hidden;
	width:175px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
#kwick .kwick span {
display:none;
}

#kwick ul {
	margin: 0;
	padding: 0;
}

#kwick .opt1 {        
background:#CCCCCC url(images/mode.jpg) repeat scroll 0% 0%;
border-left: 2px solid #fff;
}                     
#kwick .opt2 {        
background:#CCCCCC url(images/perso.jpg) repeat scroll 0% 0%;
}                     
#kwick .opt3 {        
background:#CCCCCC url(images/colab.jpg) repeat scroll 0% 0%;
}                     
#kwick .opt4 {        
background:#CCCCCC url(images/voyage.jpg) no-repeat scroll 0% 0%;
}

#kwick .opt5 {        
background:#CCCCCC url(images/bio.jpg) no-repeat scroll 0% 0%;
}

div.boite-nouvelle {
	background-color: #222;
	color: #fff;
	font-family: arial, sans-serif;
	width: 400px;
	padding: 1em;
	overflow: auto;
	height: 100px;
	text-align: left;
}

div.boite-nouvelle span.nouvelle-title {
	display: block;
	font-size: 1.3em;
	border-bottom: 1px dotted #fff;
}
