@import url('font.css');

/*---------------------------- ELEMENT COMMUN ----------------------------*/
body
	{
	padding: 0;
	margin: 0;
	text-align: center;

	font-family: Verdana;
	font-size: 11px;
	color: #000;
	background: #FFF url('img/fond.jpg') top left;
	}

form, p, h1, h2, h3, h4, ul, li, dl, dd, dt  {margin: 0; padding: 0; font-size: 12px;}
input, textarea, select
	{
	margin: 0; padding: 0;
	border-width: 1px;
	border-style: solid;
	color : #000000;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	}
.input_vide { border-width: 0px;}
.clr {clear:both;}
.red {color: #DD0404;}
.hide {display: none;}

a {color: #6399A8;}	/* Bleu marine */
a img {border: 0;}

li {list-style: none;}

input:focus, a:focus{outline:none;}


/*---------------------------- MAIN ----------------------------*/
.top
	{
	height: 43px;
	
	font-family: DesyrelRegular;
	font-size: 20px;
	line-height: 43px;
	color: #FFF;
	
	background-color: #000;
	}
	
.main_content
	{
	width: 750px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	}
	
.bloc
	{
	display: inline-block;
	float: left;
	width: 219px;
	margin: 10px;
	
	font-family: DesyrelRegular;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	}
	
.bloc span
	{
	display: block;
	width: 225px;
	height: 226px;
	
	background: transparent url('img/work.png') top left no-repeat;
	}
.bloc a {
	display: block;
	width: 226px;
	}
	
.bloc a.genealogie, .bloc span.genealogie {background-image: url('img/genealogie.png');}
.bloc a.web, .bloc span.web {background-image: url('img/web.png');}
.bloc a.blog {
	border: 1px solid #000;
	 border-radius: 15px;
	 overflow: hidden;
	}
.bloc a.blog img {
	width: 100%;
	height: auto;
	}
