/* tags */
body {
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/parmeBodyBg.jpg);
	background-repeat: repeat-x;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #928f34;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* divs */
.enveloppe {
	width: 760px;
}
#logo {
	height: 120px;
	visibility: visible;
	z-index: 6;
	background-image: url(images/logo.jpg);

}
.contenu {
	margin-left: 290px;
	padding-right: 10px;
}
#flower {
	z-index: 5;
	visibility: visible;
	top: 118px;
	float: left;
	position: absolute;
	left: -1px;
}

/* class nav */
.nav {
	background-color: #c5a1cb;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	height: 34px;
	background-image: url(images/navBg.jpg);
	background-repeat: repeat-x;
}
.nav ul {
	list-style: none;
	margin: 0px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 3px;


}
.nav ul li {
	display: inline;
	padding-left: 10px;
}

.nav i {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #C7637F;
	background-image: url(images/pointe.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-bottom: 1px;
	font-style: normal;
	padding-top: 2px;
	font-size: 0.8em;
	width: 360px;
	float: right;
	clear: both;
	position: relative;
	top: -18px;
	text-align: center;

}
.nav a:link, .nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover {
	color: #f3edcb;
	text-decoration: none;
}

/*  This is used to make a rule for the resident page - 
must give an id of the name of each page to the body of each page    */

#accueil .accueil, #formateurs .formateurs, #formations .formations, #contact .contact {
	color: #f7e32a;
}



/* PS Tag Line */
.pstable {
	padding: 0px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-right: 10px;
	float: right;
}
a.ps:link {
	color: #000000;
	text-decoration: none;
}
a.ps:visited {
	color: #000000;
	text-decoration: none;

}
.position {color: #ff9900}
.strategique {
	color: #475057;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
}
.md {
	font-variant: small-caps;
	vertical-align: text-top;
	color: #000000;
	font-weight: bolder;
	font-size: xx-small;

}
