/* ==============================================
   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 */

header, nav, footer, figure, section, article, figcaption, aside {
    display: block;
}

section {
    clear: both;
}

html {
    background: url("http://www.piveteaubois.com/images/navigation/bg_sat.jpg") no-repeat scroll 25% 0 #d1eedf;
}

body {
	color: #835238;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin: 0 auto;
	padding: 10px 0 0;
    width: 900px;
}


img {
  border: 0;
}




/* --- POSITIONNEMENT --- */



/* En-tête */

header #logo {
    float: left;
    margin: 0 0 5px;
}

header nav {
    float: right;
    margin: 10px 0 0;
}

header nav ul {
    list-style-type: none;
    margin: 0.75em 0 0.75em 10px;
    padding: 0;
}

header nav li {
    display: inline;
    margin: 0 17px 0 0;
}


#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

#right {
	float: right;
	width: 58px;
	text-align: right;
}


/* Menu de navigation */
#navigation {
	float: left;
	background-color: #FFF;	/*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 */
footer {
	font-size: 0.7em;
	padding: 10px 25px 5px;
	text-align: right;
	background-image: url(http://www.piveteaubois.com/images/navigation/bg-pied.png);
	background-repeat: no-repeat;
	margin: 7px 0px 0px;
}

footer a {
	color:#835238;
	text-decoration: none;
}

footer a:hover {
	color:#835238;
	text-decoration: underline;
}

#link {
	font-size: 0.6em;
	padding: 10px 0px 5px;
	text-align: center;
}

#link a {
	color:#666666;
	text-decoration: none;
}

#link a:hover {
	color:#333333;
	text-decoration: underline;
}


/* 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;
}

