/*****************************************
		GLOBAL CSS
*****************************************/

* {
	margin:0;
	padding:0;
	border:none;
	font-family:Helvetica, Arial, sans-serif;
	list-style:none;
	text-decoration:none;
	outline:hidden;
	font-smooth: always;
	overflow:hidden;
}


html {

	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	border: 0 none;
}

body {
	margin: 0;
	padding: 0;
	border: 0 none;
	overflow-x: hidden;
	overflow-y: hidden;
}

bold {font-size:24px; margin-bottom:30px}


h1 {
	font-weight:bold;
	font-size:1em;
	color:#333
	
}

h2 {
	font-weight:bold;
	font-size:1em;
	color:#333}

center {font-size:12px}
titre {font-size: 24px; font-weight:bold}
stitre {font-size: 12px}

input.a {outline:none; border:0; background-color:#FFc; color:#699; font-weight:bold}
input.a:hover {outline:none; color:#F90; cursor:pointer; font-weight:bold}

.texte {
	clear:both
	font-weight: normal;
	font-size: 14px;
	text-align: justify;
	width: 500px;
	margin:auto;
	color:#615343;
	font-smooth: always;
}

a {outline:none}
a:link, a:visited {color:#6b9eb7;}
a:hover, a:active {color:#F90;}
i {font-size:.8em;color:#AE9B3F;}
p {font-size:11px
}
.button:hover {filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;}

.ui-tabs .ui-tabs-nav { padding: .2em .2em 0 .2em; }


#introduction {font-size: 12px;
			
			 width: 400px;
			 height: 500px;
			 margin:auto;
			 
			 
			 color:#aeaa7a;
			 text-align:justify;
			 font-smooth: always;
			 background-color:#0E1216;
			 border:none;	
}

#contact {font-size: 11px;
		  margin:auto;
	      color:#996;
		  text-align:justify;
	      font-smooth: always;
		  background-color:#ffc;
		 
}

#texteintro {
			font-size: 14px;
			width: 500px;
			margin:auto;
			color:#666633;
			text-align:justify;
			font-smooth: always;
}


.bas {position:relative;
	  bottom:0px;
	  font-size:x-small;
	  color:#2f3742;
	  text-align:center;
	  }

<!--SLIDESHOW-->

#slideshow {
	position:relative;
	height:350px; 
}

#slideshow IMG {
    position:absolute;
   
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1;
}

#slideshow IMG.last-active {
    z-index:9;	
}