/* CSS Document */

body{
	/*background-image: url(Images/alvéole.jpg);*/
	background-image: url(Images/fond_metal_brosse2.jpg);
	/*background-color: #000000;*/
	background-attachment:fixed;
}

h1{	
	font-size:22pt; 
	text-align:center; 
	color:#0000cc; 
	text-decoration:underline;
}

h2{	
	font-size:16pt; 
	text-align:center; 
	color:#666699; 
	text-decoration:underline;
}
h3{	
	font-size:13pt; 
	text-align:left; 
	color:#993300; 
	text-decoration:underline;
}

h3.center{	
	font-size:13pt; 
	text-align:center; 
	color:#993300; 
	text-decoration:underline;
}


p{	
	text-indent:5%;
}

.gris{ color: #999999;
}

#decal{
	padding-left:40px;
	text-indent:0%;
}

hr {
	background-color: red;
	color: red;
	border: 1;
	width: 50%;
	height: 2px;
}




.fond{
	margin-left: auto;
	margin-right: auto;
	background-color: #ECE3A6;
	border-color:#660000;
	border-style:outset;
	border-width:medium;
	width: 870px;	/*text-indent:5%;*/
}

.fond2{
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFCC;
	border:ridged;
}

