body {
	background-color: #E6E6E6;
	background-image: url(graph/back-body.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#page {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(graph/back-page.png);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#head {
	height: 317px;
}
#footer {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #999999;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#hmenu {
	height: 40px;
}
#hmenu a {
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6E6E6;
	margin-right: 10px;
	color: #FFCC00;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 1px;
}
#hmenu a.active {
	color: #FFFFFF;
	text-decoration: none;
}
#hmenu a:hover {
	color: #FFFFFF;
}

#content {
	padding: 30px;
}
#content h1 {
	font-size: 2em;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#content p {
	line-height: 130%;
	text-align: justify;
}
#content a {
	color: #CC0000;
}
#content a:hover {
	color: #FF0000;
}
#content img {
	border: 1px solid #999999;
}
#content img.r {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content img.l {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#contact {
	padding: 20px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	background-image: url(graph/back-contact.png);
	background-repeat: no-repeat;
}
#contact em {
	color: #666666;
	font-style: normal;
}
#contact p.col {
	margin: 0px 0px 5px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
}
#contact h6 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
#langue {
	color: #999999;
	padding-top: 25px;
	padding-left: 10px;
}

#langue a img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#langue a:hover img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
