body{
	border:0px;
	padding:0px;
	color: #f2f2f2;
	background-color: #1a1a1a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 1px;
}
h5{
	font-size: 9px;
}
a{
	color: #c2272d;
	text-decoration: none;
}
a:hover{
	color: #ffffff;
}
a:visited{
	color: #c2272d;
}
input, textarea{
	border: 1px #c2272d solid;
	background-color: #1a1a1a;
	color: #c2272d;
	font-size: 10px;
}
#global{
	margin: auto;
	width: 1010px;
	height: 595px;
	background-image: url('images/degrade.png');
	background-repeat: repeat-x;
	text-align: center;
}
#header{
	height: 150px;
	width: 1010px;
	background-image: url('images/header.png');
}
#menu{
	background-image: url('images/normal_bg.png');
	background-repeat: repeat-x;
	background-color: black;
	width: 1008px;
	height: 40px;
	margin: 0px;
	padding: 0px;
}
#contenu{
	width: 998px;
	height: 450px;
	background-color: #1a1a1a;
	text-align: left;
	padding-left: 10px;
}
#footer{
	background-image: url('images/footer.png');
	background-repeat: no-repeat;
	padding-top: 5px;
	font-size: 9px;
	color: #c2272d;
}
.galerie_mini img{
	border: 1px solid #c2272d;
}
#big_pict{
	border: 1px solid #c2272d;
}
.bulle a{
	color: white;
	font-weight: bold;
}
.photos a{
	color: white;
	font-size: 8px;
	font-weight: bold;
}
.popup a{
	color: #c2272d;
	font-size: 10px;
	font-weight: bold;
}
.popup a:hover{
	color: white;
}
.clear {
	clear : both;
	visibility : hidden;
	height:0px;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}


#head{
	background: #1a1a1a;
}
#logo{
	float: left;
}
#menuslide{
	margin-left: 240px;
	background: #1a1a1a;
}
#head{
	border-top: 1px solid #c2272d;
	border-left: 1px solid #c2272d;
	border-right: 1px solid #c2272d;
		margin: 0px;
}






 .kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background: #1a1a1a; /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 134px;
	height: 65px;
	margin-right: 0px;
	background-image:url(./images/kwicks_sprite.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:65px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-204px 0px;
}
#kwick3 {
	background-position:-408px 0px;
}
#kwick4 { 
	background-position:-612px 0px;
}
#kwick5 { 
	background-position:-816px 0px;
}

#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -204px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -408px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -612px bottom; 
}
#kwick5.active, #kwick5:hover {
	background-position: -816px bottom; 
}



