* { margin: 0; padding: 0;}

/* CSS Document */

body {
	font-family: Geneva, Verdana;
	margin-top: 0px;
	padding: 0px;
	background: #ffffff url(../images/Background-relais-colombier.jpg) repeat-x;
}

a {
	text-decoration:none;
}

a img { 
	border: 0px; /* *** suppression du contour bleu sur les images liens *** */
}

img {
	border: 0px;
	margin: 0px;
	padding: 0;
}

h1{
	font-family: Arial,Geneva, Helvetica, sans-serif;
	font-size: 0.75em;
	text-transform: uppercase;
	margin: 0px;
	padding: 15px 0px 0px 10px;
	color: #515145;
}


p {
	margin-bottom: 1em;
}


/* STRUCTURE */

#conteneur{
	margin-left: auto;
    margin-right: auto;
    width: 900px;
	height: 100%;
}


#content {
	height: auto;
	width: 100%;
	margin: 0px 0 0 0;
	padding: 0;
}


/* HEADER */

#header-logo{
	height: 126px;
	width: 900px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	background: #e0f0b3 url(../images/header-relais-colombier.jpg) no-repeat;
}


#menu{
	height: 36px;
	width: 900px;
	background-position: top left;
	background: #e0f0b3 url(../images/menu-fond.jpg) no-repeat;
}


/* CONTENU */

#presentation{
	height: 270px;
	width: 900px;
	margin: 0;
	padding: 0;
	background: #e0f0b3 url(../images/Accueil-relais-colombier.jpg) no-repeat;
}


#content-contenu{
	height: auto;
	width: 900px;
	background: #ffffff;
	margin: 15px 0px 0px 0px;
	padding: 0;
}


.bloc{
	vertical-align: top;
	float: left;
	width: 256px;
	margin: 0 22px;
}

.img-accueil {
	height: 144px;
	width: 256px;
	margin-bottom: 0;
}

.img-text{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #515145;
	padding: 5px 10px;
	text-align: left;
}


.img-text a:link{
	color: #515145;
	text-decoration: underline;
	vertical-align: top;
}

.img-text a:visited{
	color: #515145;
	text-decoration: underline;
}

   
.img-text a:hover, #img-text a:focus{
	color: #984946;
	text-decoration: none;
}

.bloc-plus-acc{
	clear: both;
	width: 860px;
	height: 80px;
	margin: 10px auto;
	background:#fff url(../images/plus.jpg) no-repeat;

}

