a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
}
strong {
	color: #A1B55D;
}

/* Conteneur central */
#centre {
	background: url(img/10-colonnes.png) repeat-y;
}

/* Navigation */
#navigation {

}
#navigation a:hover, #navigation a:focus {

}

/* Contenu principal */
#principal {

}
#principal a {
}
#principal a:hover, #principal a:focus {
}
#principal strong {
	color: #181A12;
}

/* Contenu secondaire */
#secondaire {
	background: #181A12;
}



/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 20px 5px;
}
#global {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* En-t?te */
#entete {
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#entete h1 {
	margin: 0;
}

/* Bloc central */
#centre {
	width: 100%;
	overflow: hidden;
}

/* Menu de navigation */
#navigation {
	float: left;
	width: 250px;
	height: 397px;
	background-color: #FFFFFF;
}
#navigation ul {
	margin: 0;
	list-style: none;
	padding-top: 140px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	width: 130px;
}
#navigation a {
	display: block;
	height: 1%;
	line-height: 1.5;
	text-decoration: none;
}
#navigation li {
	margin-bottom: 12px;
}


/* Contenu principal */
#principal {
	float: left;
	width: 613px;
	padding: 0px;
	height: 397px;
}

/* Contenu secondaire */
#secondaire {
	margin-left: 700px;
	margin-right: 20px;
	padding: 12px 0;
}

/* Pied de page */
#pied {
	font-size: 0.85em;
	width: 545px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	left: 287px;
	text-decoration: none;
	height: 83px;
	background-image: url(selectionimages/indesign/imagebandeau.jpg);
}
#contact {
	width: 68px;
	margin-left: 545px;
	float: none;
	height: 83px;
	margin-top: -83px;
	text-decoration: none;
}

#footer {
	height: 83px;
	width: 613px;
	margin-left: 250px;
}
a img{
border:none;
}
img {
    border : none;
    border : 0px;
    }
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

