/* Global settings */
* {
    color: black;
    font-family: "FuturaExtended", "Arial","Helvetica", "Sans-serif";
    font-size: 12px;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
    letter-spacing: 5px;
    line-height: 15px;
	text-align: center;

}
#menu a:hover {
	color: #35f3cd;
	/*text-decoration:none;
	background-image:url(images/images home/logo.jpg);
	background-repeat:no-repeat;*/
}

html {
	overflow-y: scroll;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;

}
fieldset label {
    display: block;
}
fieldset input,
fieldset textarea {
    margin: 5px 0 5px 0;
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    padding: 2px;
    border: 1px solid #000;
}


/* Layout */
h1 {
	display: none;
}
#container {
	padding-top: 50px;
	width: 600px;
	margin: auto;

}	


#menu {

	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 40px;
}
#menu li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
#menu li a {
	letter-spacing: 3px;
}
.selected {
    font-weight: bold;
    color: #7e7f81;
}

#content {
	position: center;
	margin: auto;

}

.file {
	margin-top: 3px;
	padding-top: 3px;
	
}	


/* regler pour l'apparition des photo cachées*/
div#work p{
	display: block;
	position: relative;
}

/* marge gauche a toucher pour aligner deux photos cachées*/
div#work:hover img.pictocache{

	display: block;
	margin-left:47px;

}



img.pictocache{
	float: center;
	position: absolute;
	display: none;
	top:0;
}

/* à toucher pour centrer les images contenus*/
#work {
	width: 900px;
	position: absolute;
	margin-left:-150px;
	top: 170px;
}




h2 a{
	display: block;
	position: relative;
}

h2:hover img.pictocache{
	margin-left:150px;
	display: block;

}

#contact{
	margin-top:1220px;
    bottom:50px; 
    /*background-color:#00ee7f;*/
    height: 10px;
    padding: 8px;
    position: center,fixed;
}


/*copyright*/
#droits_auteur {
	color:#474747x;
	letter-spacing: 1px;
	margin: left;
	font-size: 8px;
	margin-top: 60px;
}
body{
	width:100%;
}