@charset "utf-8";
/* CSS Document */
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; 
	text-decoration:none;
}
a:hover {
  color: #003399; }
  
body{
	background-color: #EFEFEF;
	background-image: url(../images/flower_background.jpg);
	background-attachment: fixed;
	/*	font-family: rel, Georgia,sans-serif ;*/
	background-size: cover;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }
/*–––––––––––––––––––––––––––––––––––––––––––––––––– */
.images{
	width:340px;
}
.images img{
	width:300px;
	height:200px;
	display:block;
	margin:auto auto;
}
.images .sous-titre{
	margin-top:-80px;

	text-align:center;
}
.infos{
	width:550px;
}

.entete{
/*	background: #000 url(../images/bg3.png) no-repeat left top;	*/
	height: 210px;
	margin-left:-10px;
	border-radius: 5px;
}
/*---------------------------*/

.centre{
	width:400px;
	margin-left:auto;
	margin-right:auto;
}
.text-centre{
	text-align:center;
}
.gras{
	font-weight: bold;	
}

.font-20{
	font-size:20px;
}

.hight50{
	height:50px;
}
.gauche{
	float:left;
}

.border{
 	background: none repeat scroll 0 0 #ffffff;
    border: 0.5px solid #ccc;
   
    border-radius: 5px;
 	-webkit-border-radius: 5px;
	-moz-border-radius	: 5px;
   
    padding: 5px;
}

.bg1{
	background-image:url(../images/bg1.png);
}
/*
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"), url("http://fonts.gstatic.com/s/raleway/v9/xkvoNo9fC8O2RDydKj12bxsxEYwM7FgeyaSgU71cLG0.woff") format("woff");
}
*/

.famille{
	text-align:center;
}
.famille:hover{
    border: 1px solid #000000;
}


.titre-famille{
	color:#C03;
}
.gap{
	clear:both;
	margin:0;
}
.gap40{
	height:40px;
}
.gap20{
	height:20px;
}
.principale{
	background-color:#FFF;
}
.transp{
	background:transparent;	
}
.titre{
	margin-top:5px;
	background-color:#FFD900;
}
