/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
.famille{
	background: linear-gradient(to bottom,  rgb(30,87,153) 0%,rgb(41,137,216) 50%,rgb(32,124,202) 51%,rgb(125,185,232) 100%); /* W3C */
	position:relative;
	top:10px;
	border:2px;
	border-style: solid;
    border-color: #ff0000;
	border-spacing:0;
}

.famille td{
	border: 1px;
	border-top : 0px;
	border-left : 0px;
	border-style : solid;
	border-color: #0000FF;
	text-align: center;
}

.famille th{
	border: 1px;
	border-left : 0px;
	border-style : solid;
	border-color: #FF00FF;
	text-align: center;
}

.famille img  {
	height:100px;
}

.titre{
	text-align:center;
	position:relative;
	top:-100;
	font: 30px arial, sans-serif;
	}
