/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	background: url(./img/back.JPG);
	width: 900px;
	margin: 10em auto;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5;
	font-size: 14px;
	text-align: center;
}

h1{
	margin: 1.5em auto;
	background: url(./img/inrBodson.png) no-repeat;
	width:495px;
	height:95px;
	text-indent: -9999px;
}
p.texte{text-align: center; margin-bottom: 1em;}

div.secteursActivite p{
	margin-top: 1em;
	width: 28%;
	margin-left: 1em;
	padding: 1em;
	min-height: 170px;
	float: left;
	text-align: center;
	border: 1px solid #BFB4AA;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #F9F4F0;
	box-shadow: 0px 0 4px #BFB4AA;
	-moz-box-shadow: 0px 0 4px #BFB4AA;
	-webkit-box-shadow: 0px 0 4px #BFB4AA;
	margin-bottom: 2em;
}
div.secteursActivite a{ display: block; text-indent: -9999px; margin: 1em auto;}
div.secteursActivite a#efmSteel{background: url(./img/efmSteel.png); width: 209px; height: 54px;}
div.secteursActivite a#elysee{background: url(./img/elyseelogo.png);width: 247px; height: 40px;}
div.secteursActivite a#louise{background: url(./img/louise.png); width: 104px; height: 69px; margin-top: 0.3em;}