/* arquetan : css/general css */

body {
  width: 980px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffee;  
  }
h1, h2, h3, h4, h5 { 
	margin: 1em 0 .5em 0;
	color: #990000;
	background-color:transparent;
}
h1, h2, h3 { text-align: center; }
  
h2 {
  	text-align: center;
	font-size: 140%;
	font-weight: normal;
}

h5 { 
	color: #0033cc;
	font-size: 90%; }
	
.flexbox { display: flex; }

.f { width: 50%;
		margin: auto;
	 }	

.lignee { text-align: center; }

/* étalons */
.description { text-align: center;
			color: black; }
			
.photo { float: left;
			width: 140px;
 }

/* poulinières */

.wrapcol {
	height: auto;
	overflow: auto;
}
.wrapcol > .col {
	width: 33%;
	float: left;
}

/*
.wrapcol { overflow: auto; }	
.col1 { float: left; 
			  width: 326px;
}
.col2 { float: right;
			  width: 326px; 
		     text-align: center; }
.colcentrale { 
	margin-left: 328px;
	margin-right; 654px; }
*/
#conteneur { display: flex;
				justify-content: space-around;				
			}
#en_tete {
	/* position:absolute;
	left:56px; 
	top:218px; */ 
  width: 650px;
  height: 177px;
  background-image: url("images/bandeau2.jpg");
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.logo { 
	float: left;
	margin-right: 50px; }
	
a {  color: #990000; 
	text-decoration: none; }
a:visited {  color: #990000; text-decoration: none; }
a:hover {  color:#009900; text-decoration: none; }

.centrer { text-align: center; }

/* menu horizontal */

#menuhorizontal {
	text-align: center; 
	list-style : none;
	margin: 0;
	padding : 0 0.5em;
}
#menuhorizontal li {
	display : inline;
	background: #fff;	 
}
#menuhorizontal li a {
	padding: 4px 20px;
	border: 1px solid #600;
}
.notes { font-size: 80%; }
.enrouge { color: red; }
.dessous { clear: both; }

/*  align-items: center;| justify-content: space-around; */