/* CSS Document */

/*------------------------------ Redefinition  ---------------------------------------*/
*{
	margin:0; 
	padding:0;
}


body{
	width: 100%;
	padding: 0px;
	text-align:center;
	margin-right: 0px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: normal;
	background-color: #999999;
}

/*------------------------------------------------------------------------------------*/


/*------------------------------ Mise en forme globale --------------------------------*/
#wrap {
	position:relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	padding: 0px;
	margin-bottom: 0px;
}

/************** header *************************/
#header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 800px;
}

#header #acces_prive{
	position:absolute;
	right:75px;
	top:38px;
	left: 661px;
}

#header a, #onglets a{
	color: #000000;
	text-decoration: none;
}

#header a:hover, #onglets a:hover{
	color: #666666;
}
/*************************************************/




/************** onglets *************************/
#onglets{
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 85px;
	height: 22px;
	background-image: url(../images/bg_onglets.jpg);
}

#onglets li{
	float:left;
	font-weight: bold;
	margin-left: 5px;
	width: 110px;
	text-align: center;
	background-image: url(../images/onglet_hover.jpg);
	list-style-type: none;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
}


#onglets .actif{
	background-image: url(../images/onglet_actif.jpg);
	color: #FFFFFF;
}
#onglets .pasactif{
	color: #000000;
}
/************************************************/



/************** bandeau flash *******************/
#bandeau_flash{
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #E7E7E7;
	background-image: url(../images/ava_piau.jpg);
	height: 139px;
	background-repeat: no-repeat;
	background-position: center top;
	width: 800px;
}
/************************************************/




/************** content  *************************/
#content{
	background-color: #FFFFFF;
	padding-top: 15px;
}


	/* colonne de gauche */
	#content #colonne_gauche{
	float:left;
	width: 200px;
	padding-bottom: 150px;
	background-image: url(../images/bg_colonne_gauche.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 190px;
	}

	#content #colonne_gauche li{
	background-image: url(../images/filet_colonne_gauche.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	list-style-type: none;
	}
	
	

	#content #colonne_gauche a, #content #colonne_gauche .actif{
	display:block;
	font-weight: bold;
	color: #678BB5;
	text-decoration: none;
	padding-left: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	}

	#content #colonne_gauche a:hover, #content #colonne_gauche .actif{
	color: #F0950B;
	background-image: url(../images/fleche.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	}
	
	#content #colonne_gauche #titre{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bg_titre.jpg);
	height: 18px;
	text-align: center;
	padding-top: 2px;
	font-size: 12px;
	margin-bottom: 10px;
	}
	
	/*********************/
	
	/* colonne de droite */
	#content #colonne_droite{
	width: 510px;
	float: left;
	margin-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBCBC;
	padding-bottom: 30px;
	}
	
	#content #colonne_droite img{
	border: 1px solid #999999;
	margin-right: 20px;
	margin-bottom: 10px;
	}

	#content #colonne_droite #chemin{
	color: #000000;
	margin-bottom: 20px;
	font-weight: bold;
	}
	
	#content #colonne_droite #chemin span{
	color: #678BB5;
	}
	
		/* colonne de droite menu vente */
	#content #colonne_droite_vente{
	width: 770px;
	float: left;
	margin-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBCBC;
	padding-bottom: 30px;
	}
	/*********************/


/************************************************/



/************** header *************************/
#footer{
	background-color: #000000;
	text-align: right;
	color: #FFFFFF;
	padding-right: 35px;
	padding-top: 2px;
	padding-bottom: 3px;
}

#footer a {
	color: #FFFFFF;
	font-size: 10px;
}


#footer a:hover {
	text-decoration: none;
}

/*************************************************/


/*------------------------------------------------------------------------------------*/



/*------------------------------ Classes ----------------------------------------------*/
/* Mise en page */
.spacer {
    clear: both;
	float:none;
}

/*------------------------------------------------------------------------------------*/
