/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS
   © Piveteau Bois
   Conditions d'utilisation:
   http://www.piveteaubois.com
   Date : Décembre 2008
   ============================================== */
   
@import url(piveteaubois_content.css);
@import url(piveteaubois_navigate.css);
@import url(piveteaubois_left.css);
@import url(piveteaubois_right.css);
@import url(piveteaubois_seo.css);

/* Général */
body {
	color: #835238;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	background-image: url(../left/left_bg.gif);
	background-repeat: repeat-x;
	padding: 20px 5px;
	margin: 0px;
}

img {
  border: 0;
}
#principal strong {
	color: #333333;
}



/* --- POSITIONNEMENT --- */

/* Page */

#global {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(bg-global.gif);
	background-repeat: repeat-y;
}

/* En-tête */
#entete {



}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}
#logo {
	float: left;
}
#right {
	float: right;
	width: 58px;
	text-align: right;
}

/* Bloc central */
#centre {
	width: 100%;
	overflow: hidden;
	margin-top: 0px;
	/*background-color: #FFFFFF;*/
	height: 100%;
}

/* Menu de navigation */
#navigation {
	float: left;
	background-image: url(bg-navigation.png);
	background-repeat: repeat-x;
	/*width: 180px;*/
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.1;
	color: #666666;
}

/* Contenu secondaire */
#secondaire {
	margin-left: 827px;
	margin-right: 0px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 8px;
	background-color: #e5f4eb;
	background-image: url(../right/vdots.gif);
	background-repeat: repeat-y;
	background-position: left 0px;
	height: 50em;
}

/* Pied de page */
#pied {
	font-size: 0.85em;
	padding-right: 18px;
	text-align: right;
	padding-top: 3px;
	height: 20px;
	background-color: #E0F4EB;
}

#pied a {
	color:#835238;
	text-decoration: none;
}

#pied a:hover {
	color:#835238;
	text-decoration: underline;
}

#link {
	font-size: 0.85em;
	padding-right: 18px;
	text-align: center;
	padding-top: 3px;
	height: 30px;
	background-color: #E0F4EB;
}

#link a {
	color:#666666;
	text-decoration: none;
}

#link a:hover {
	color:#333333;
	text-decoration: underline;
}
/*
#link a:visited {
	color:#333333;
	text-decoration: none;
}*/

/* Informations CSS Plan de site */
/* ----------------------------------------------------------------------------------------------*/

#sitemap a.plansite_1 {
	display:block;
	width:300px;
	margin-bottom:8px;
	font-weight: normal;
}
#sitemap a.plansite_2 {
	display:block;
	width:280px;
	margin-left:20px;
	margin-bottom:8px;
	font-weight: normal;
	color: #835238;
}
