/*style page*/
.ContenuPage{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: rgb(85, 85, 85);
} 	
.titreLivre{
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: rgb(85, 85, 85);
}



/*<group=General Styles>*/

body {
	font: 0.85em/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #606060;

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/design/body_bg.jpg);
}


a:link, a:visited {
	color: #323c80;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: none;
}


#navcontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: rgb(85, 85, 85);
}

#navcontainer #current {
	background: no-repeat left center url(images/button_over.png);
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	padding: 20px 0 0 0;
	margin: 0;
}

#navcontainer li {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}

#navcontainer a {
	color: #6a5e57;
	text-decoration: none;
	padding-left: 25px;
	height: 15px;
}

#navcontainer a:hover {
	background: no-repeat left center url(images/button_over.png);
}

/* Child - Level 1 */

#navcontainer ul ul {
	padding-top: 8px;
}

#navcontainer ul ul a {
	padding-left: 35px;
}

#navcontainer ul ul ul a{
	padding-left: 55px;
}

/* Table Styles */
table {
	font-size: 1em;
}

#footer {
	width: 555px;
	background: no-repeat url(images/footer_bg.png);
	height: 106px;
	font-family: Georgia, Times New Roman, Times, serif;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	padding-right: 80px;
	padding-left: 10px;
	color: #6ea09f;
}

#footer a:link, #footer a:visited {
	color: #6ea09f;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #588181;
}