* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
	font-family: 'Times New Roman', 'Times', 'Sans-Serif';
}

body {
	background-color: #fff;
}

.page {
    position: relative;
    margin: auto;
    width: 954px;
    height: 600px;
    margin-top:20px;
}
#page-bg- {
    background:url('../images/bg-accueil.jpg') no-repeat;
}

#page-bg-l-academie {
	background:url('../images/bg-l-academie.jpg') no-repeat;
}

#page-bg-l-homeopathie {
	background:url('../images/bg-l-homeopathie.jpg') no-repeat;
}

#page-bg-formation-professionnelle {
	background:url('../images/bg-formation-professionnelle.jpg') no-repeat;
}

#page-bg-formation-a-la-carte {
	background:url('../images/bg-formation-a-la-carte.jpg') no-repeat;
}

#page-bg-homeopathes-diplomes-agh {
	background:url('../images/bg-homeopathes-diplomes-agh.jpg') no-repeat;
}

#page-bg-contact {
	background:url('../images/bg-contact.jpg') no-repeat;
}

h1 {
	color: #cccc99;
	font-weight:normal;
	font-size:1.5em;
	padding-bottom:5px;
}

/****** Styles Navig  ********/
#navig {
    position: absolute;
    background-color:#fff;
    z-index: 10;
    top:15px;
    left:15px;
    width:229px;
}

#logo {
    margin:20px 23px 20px 23px;;
}

#navig p,
#navig div.menu_body {
    margin: 0 20px 0 20px;	
}

.menu_head {
	cursor: pointer;
}

.menu_body {
	display:none;
}

.menu_body a {
	color: #666;
	display:block;
	padding-left:10px;
	font-size: 0.8em;
}
.menu_head a {
	color: #666;
}

.menu_head a:hover,
.menu_body a:hover,
.menu_head a.selected,
.menu_body a.selected {
	text-decoration:underline;
}

/****** jscroll ********/

#bgPane1,
#bgPaneNews {
	position:absolute;
	top:150px;
	left:470px;
    z-index: 1;
    height: 360px;
    width: 425px;
    background-color:#fff;
    padding:10px 20px 0 20px;
}

#bgPaneNews {
	top:455px;
    height: 115px;
    background-color:#fff;
}

#pane1,
#paneNews {
	height: 300px;
	width:100%;
	overflow: auto;
	color:#666;
	text-align:justify;
    font-size: 0.9em;
}

#paneNews {
	height: 75px;
}

#bgPane1.accueil {
	height: 285px;
}

#bgPane1.accueil #pane1 {
	height: 255px;
}

#bgPane1.formation-professionnelle {
	height: 290px;
	/*top:280px;*/
}

#bgPane1.formation-professionnelle #pane1 {
	height: 250px;
}

#bgPane1.formation-professionnelle-court {
	height: 245px;
	/*top:325px;*/
}

#bgPane1.formation-professionnelle-court #pane1 {
	height: 205px;
}

#bgPane1.formation-professionnelle-long {
	height: 325px;
	/*top:245px;*/
}

#bgPane1.formation-professionnelle-long #pane1 {
	height: 285px;
}

#bgPane1.homeopathes-diplomes-agh {
	height: 95px;
	/*top:475px;*/
}

#bgPane1.homeopathes-diplomes-agh #pane1 {
	height: 55px;
}

#pane1.contact {
	text-align:right;
}

#pane1 a,
#paneNews a {
	/*color: #b1b1b1;*/
	color:#666;
	text-decoration:underline;
}

#pane1 a:hover,
#paneNews a:hover {
	text-decoration:none;
	color: #cccc99;
}

#pane1 p,
#paneNews p {
	margin:10px 0 0 0;
	padding:0;
    width:100%;
}

#pane1 p.pPremier,
#paneNews p.pPremier {
	margin-top:0;
}

#pane1 ul{
	margin: 10px 0 0 20px;
}

#thematiques li {
	cursor:pointer;
}

#thematiques li div {
	cursor:text;
	display:none;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding: 5px 0px 0 0px;
	margin:5px 0 5px 5px;
}

#thematiques div p {
	padding:0 0 5px 0;
	margin:0;
	font-size:0.9em;
}

.jScrollPaneContainer {
	position: absolute;
	overflow: hidden;
	margin-top:35px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	top: 0;
	height:100%;
	background:url('../images/bg-track.gif') repeat-y;
}

.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 5px;
}
a.jScrollArrowUp:hover {
	background-color: #cccc99;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 5px;
}

a.jScrollArrowDown:hover {
	background-color: #cccc99;
}
/*********** Drag ************/
.jqDrag {
    display:inline;
    cursor:move;
    float:right;
}

#divTheAgencies {
	position: relative;
    margin: auto;
    width: 954px;
    margin-top:0px;
    font-size: 0.8em;
    color:#b1b1b1;
    text-align: right;
}

#divTheAgencies a {
    color:#cccc99;
}
