/* CSS Document */
	
body {
	margin: 0;
	padding: 0;
	background-color: #829b65;
}
	
#page {
	position: relative;
	margin: auto;
	width: 990px;
	background-color: #fff;
}

#fil {
	position: absolute;
	top: 285px;
	left: 253px;
}

/*-------------------------
/* entete
/**/
#entete {
	height: 236px;

}

#logo {
	position: absolute;
	top: 20px;
	left: 20px;
	
}

#logo img {
	border: 0;
}

#photo-entete {
	position: absolute;
	top:0;
	right:0;
	height: 236px;
	width: 555px;
	background-repeat: no-repeat;
	
}

#photo-entete {
	background-image: url(/images/photo-accueil.jpg);
}

.qui-sommes-nous #photo-entete {
	background-image: url(/images/photo-qui-sommes-nous.jpg);
}

.quoi-de-neuf #photo-entete {
	background-image: url(/images/photo-quoi-de-neuf.jpg);
}

.documentation #photo-entete {
	background-image: url(/images/photo-documentation.jpg);
}

.services #photo-entete {
	background-image: url(/images/photo-services.jpg);
}




/*-------------------------
/* menu 
/**/

#menu {
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #829b65;
}

#menu a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	margin-left: 30px;
	padding-left: 15px;
	background-image: url(/images/puce.gif);
	background-repeat: no-repeat;
	background-position: 3px 8px;
}

#menu a:hover {
	text-decoration: underline;
}
#menu img {
	padding-bottom: 2px;
	
}

/*---------------------
/* menu_secondaire
/**/
#menu_secondaire {
	float: left;
	width: 200px;
	padding-left: 25px;
	font-size: 15px;
}

#menu_secondaire ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
}

#menu_secondaire li {
	margin-top: 8px;
}

#menu_secondaire a {
	color: #808080;
	text-decoration: none;
	
}

#menu_secondaire a:hover {
	color: #000;
}

#menu_secondaire .actif {
	font-weight : bold;
}

/*-------------------------
/* recherche
/**/
#recherche {
	position: absolute;
	top: 290px;
	right: 10px;
	width: 131px;
	padding-left: 35px;
	padding-top: 4px;
	height: 25px;
	background-image: url(../images/fond-recherche.gif);
	background-repeat: no-repeat;	
}

#recherche form {
	margin : 0;
	padding : 0;
}

#recherche input {
	width: 125px;
	font-size: 14px;
	border: 0;
}

/*-------------------------
/* principal
/**/
#principal {
	padding-top: 60px;
	

}


/*-------------------------
/* contenu
/**/
#contenu {
	float: right;
	/*width: 726px;
	padding-right: 10px;*/
	
	width: 700px;
	padding-right : 36px;
	
	padding-bottom: 25px;
	min-height: 500px;
}

* html #contenu {
	height: 500px;
}

#contenu a {
	color: #829b65;
}

#contenu a:hover {
	color: #5f7249;
}


/*-------------------------
/* liens
/**/

#liens-rapides {
	position: absolute;
	top: 330px;
	left: 0;
	width: 195px;
}

#liens-rapides img {
	border: 0;
	margin-top: 10px;
}


/*-------------------------
/* PARTENAIRES ACCUEIL
/**/

#partenaires-accueil {
	position: absolute;
	bottom: 50px;
	left: 40px;
	width: 150px;
	
	text-align : center;
	
	font-size : 11px;
	font-weight : bold;
}

#partenaires-accueil .partenaire {
	margin-top: 25px;
}

#partenaires-accueil img {
	border: 0;
}


/*-------------------------
/* pied
/**/

#pied {
	
	width: 990px;
	margin: auto;
	font-size: 10px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 25px;
}

#pied a {
	color: #fff;
	
}

#pied a:hover {
	color: #fff;
}

#realisation {
	float: right;
}

#copyright {
	float: left;
}



