body{
	font: normal 12px Verdana, sans-serif;
	color: black;
  	background: white;
  	background-attachment: fixed;
}

h1{
position: relative;
	font-size:50px;
	font-style:italic;
}

h1 span{
	position: absolute; /* on superpose le SPAN sur le titre */
	top: -6px; /* on décale le SPAN */
	left: +6px;
	color:white;
}

h2{
	font-size:30px;
	font-style:italic;
}

h1 a {
	color: black;
	position: relative;
	font-size:20px;
	font-style:italic;
	text-decoration:none;
}

h1 a span{
	position: absolute; /* on superpose le SPAN sur le titre */
	top: -2px; /* on décale le SPAN */
	left: +2px;
	color:black;
}

img {
	border:0px;
}

.bouton{
	border:0px;
}

p{
	font-weight: normal;
	text-align: justify;
}

a{
	color:#c0c0c0;
	text-decoration:none;
}
a:hover{
	color:black;
	text-decoration:underline;
}



/***************** Photos ***********************/
#photos{
	float:center;
	text-align: center;
	font-size:12px;
}

form {
	padding-top:50px;
	padding-bottom:10px;
}

blockquote {
	border:1px solid black;
	width:500px;
	background-color: black;
	padding: 10px;
}

#photos .tableau_photos td{
	text-align: center;
	padding: 5px;
	margin: 0px;
	border:0px;
}

#photos .case_tableau_photos td{
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
}