body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#990032;
	background-color:#ede3d3;

}

/*style-bom est la div de contenu général du site : entre le logo et le menu*/
.style-bom {
width:820px;
height:450px;
background-color:#ede3d3;
padding:5px;
overflow:auto;
}

.texte {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#990032;
	line-height:25px;
	padding:10px;
}
.paragraphe{
	background-image: url(images/fond1.jpg);
}

#bouton {
font-style:normal;
width:140px;
height:30px;
margin-top:20px;
background-image:url(images/ellipse-menu.jpg);
}

.h1 {font-weight: bold; font-size: 24px; color:#735d49; font-style:normal}
.h2 {font-weight: bold; font-size: 18px; color:#735d49; font-style:normal; text-align:center;}


a:link    {color:#735d49; text-decoration:none; font-weight:900; font-family:Arial, Helvetica, sans-serif;  }
a:visited {color:#735d49; text-decoration:none; font-weight:900; }
a:hover   {color:#990032; font-style:italic;}

.style-logo {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

.indice {font-size: xx-small}

.logohaut {
height:80px;
border-bottom-style:solid;
border-bottom-width:0px;
border-color:#8c3636;
}

.titre {
padding-top: 30px;
/* border-style:double;
border-color:#0000FF; */
}

.gauche {
width:49%;
height:300px; 

float:left; 
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#990032;
/*border-style:double; 
border-color:#FFFF00; */
}

.droite {
width:49%;
float:right; 
/*border-style:dotted;*/
}
/*texte2 est la légende, dans les pages de collection, en dessous du tableau des vignettes*/
.texte2{
margin-top:10px;
text-align:center;
width:auto;
/*border-style:dotted;"*/
}
