div#blocs
{
	margin-top:33px;
	width:624px;
	height:323px;
	background:#fff;
}
div.bloc
{
	position: relative;
	float:left;
	width:264px;
	height:263px;
	padding: 30px 25px 0px 23px;
}
div.bloc_implantation
{	background: #e6e6e6 url(../images/bloc1_fond.png) 0px 7px repeat-x;	}
div.bloc_communication
{	background: #f2f2f2 url(../images/communication_bloc.png) 0px 7px no-repeat;	}
div.bloc_tourisme
{	background: #e6e6e6 url(../images/rcea_bloc1.png) 0 7px no-repeat;	}
div.bloc_agriculture
{	background: #f2f2f2 url(../images/rcea_bloc2.png) 0 7px no-repeat;	}

div.bloc h1
{	padding:0;margin:0; font-size:1.45em; color: #0090a7;	}
div.bloc_droite h1
{	padding:0;margin:0; font-size:1.45em; color: #6ba94e;	}

div.bloc h2
{	font-size:0.8em; margin-top:0px;	}
div.bloc h3
{	font-size:1.1em; color: #0090a7;	margin-bottom:-18px;	}
div.bloc p
{	font-size:1.1em; margin-top:16px;	}

a.plus
{
	position: absolute;
	display: block;
	padding-top:5px;
	padding-left:5px;
	color: #fff;
	text-decoration: none;
	width:169px;
	height:24px;
}
div.bloc a.lien_bloc_implantation
{
	bottom:8px;
	right:9px;
	background: url(../images/bloc_bouton.png) 0px 0px no-repeat;
}
div.bloc a.lien_bloc_communication
{
	bottom:8px;
	right:-16px;
}

div.bloc a.lien_bloc_tourisme
{
	bottom:8px;
	left:188px;
}
div.bloc a.lien_bloc_agriculture
{
	bottom:7px;
	left:190px;
}


