/*---------------modification master.css-----------------*/
#animFlash {
	border: 1px solid #ffc8fb;
}
p {
	color: #ffc8fb;
}
#content p {
	color: #ffc8fb;
}

a:hover {
	color: #d0c09a;
}
.actus, .portofolio, .parfums, .source, .developpement, .interview, .presse, .club, { color: #ffc8fb;}

/*header*/
#headerDiv {
	border: 1px solid #ffc8fb;
	border-width: 1px 1px 1px 0;
}
#header h1 {
	font: 15px Arial, sans-serif;
}
#header h1.plusBas {
	border-top: 1px solid #ffc8fb;
	color: #ffc8fb;
}


/* navigation principale*/
#nav1 a {
	color: #ffc8fb; 
}

#nav1 a {
	border: 1px solid #ffc8fb;
	border-width: 0 1px 1px 1px;
}
#nav1 a.parfumsNav:hover {color: #d0c09a;}
#nav1 a.start {   /*cette classe sert à gérer le changement d'apparence lorsqu'on est sur les pages de parfums*/
	color: #ffc8fb;
	text-decoration: none;
	border-left: 1px solid #ffc8fb;
	border-right: 1px solid #ffc8fb;
	border-bottom: 1px solid #ffc8fb;
	padding: 10px 0 10px 60px;
	background: transparent url(../img/pictoParfums_Club.gif) left center no-repeat;
}
#nav1 a.end {
	border-width: 0;
}
/*gère l'apparition ou non des rubriques*/
#nav1 a.actus {
	background: transparent url(../img/pictoActus_Club.gif) left center no-repeat;
}
#nav1 a.portofolio {
	background: transparent url(../img/pictoPortfolio_Club.gif) left center no-repeat;
}
#nav1 a.parfums {
	background: transparent url(../img/pictoParfums_Club.gif) left center no-repeat;
}
#nav1 a.source {
	background: transparent url(../img/pictoSource_Club.gif) left center no-repeat;
}
#nav1 a.developpement {
	background: transparent url(../img/pictoDurable_Club.gif) left center no-repeat;
}
#nav1 a.interview {
	background: transparent url(../img/pictoInterview_Club.gif) left center no-repeat
}
#nav1 a.presse {
	background: transparent url(../img/pictoPresse_Club.gif) left center no-repeat;
}
#nav1 a.club {
	background: transparent url(../img/pictoClub.gif) left center no-repeat;
}

#nav1 a.actus:hover, #nav1 a.portofolio:hover, #nav1 a.parfums:hover, #nav1 a.start:hover, #nav1 a.source:hover,
#nav1 a.developpement:hover, #nav1 a.interview:hover, #nav1 a.presse:hover, #nav1 a.club:hover {color: #98298e;}


/* navigation secondaire*/
#nav2 {
	border: 1px solid #ffc8fb;
	border-width: 0 1px 1px 1px;
	background-color: #98298e;
}
#nav2 a#liens {
	margin-left: 38px;
	color: #ffc8fb;
	background: transparent url(../img/pictoLiens_Club.gif) no-repeat left 50%;
}
#nav2 a#contact {
	color: #ffc8fb;
	background: transparent url(../img/pictoContacts_Club.gif) no-repeat left 50% ;
}
#nav2 a#accueil {
	color: #ffc8fb;
	background: transparent url(../img/pictoAccueil_Club.gif) no-repeat left 50%;
}
#nav2 a#liens:hover, #nav2 a#contact:hover, #nav2 a#accueil:hover {
	color: #fff;
}



/*---------------style du contenu-----------------------*/
#contentForm td {
	vertical-align: top;
}
#contentForm form {
	margin: 20px 15px 0 0;
	font: 10px Arial, sans-serif;
}
#contentAdresse {
	font: 10px Arial, sans-serif;
	color: #ffc8fb;
	margin-top: 35px ;
	margin-left: 130px;
}
#contentForm p {
	margin-top: 15px;
	margin-bottom: 0;
	font: 10px Arial, sans-serif;
	color: #ffc8fb;
	padding: 0;
	clear: left;
}
#contentForm p label {
	float: left;
	width: 110px;
	text-align: right;
	padding-right: 20px;
	padding-top: 3px;
}
input.txt {
	color: black;
	background-color: #ffc8fb;
	border-width: 0;
	width: 200px;
}
input:focus {
	background-color: #98298e;
}
textarea {
	color: black;
	background-color: #ffc8fb;
	border-width: 0;
	width: 300px;
	height: 100px;
}
textarea:focus {
	background-color: #98298e;
}
input.btn {
	color: black;
	background-color: #ffc8fb;
	border-width: 0;
	font: bold 10px Arial, sans-serif;
	width: 100px;
	margin-left: 131px;
	margin-top: 15px;
}