body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #272A35;
	margin: 20px 0px 0px;
	padding: 0px;
}

#frame {
	margin: auto;
	width: 978px;
	position: relative;
	background-color: #CCCCCC;
	border: 1px solid #747885;
}
#frame h1 {
	width: 450px;
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	color: #484B58;
	line-height: 45px;
	padding: 5px 0px 0px;
	font-family: Impact, "Arial Black", Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
}

#center {
	background-color: #CCCCCC;
	border-bottom: 5px solid #353C41;
}

#header a:hover {
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #353C41;
	border-bottom-color: #353C41;
}
#header ul {
	width: 450px;
	position: absolute;
	right: 48px;
	float: right;
	text-align: right;
	top: 121px;
	margin: 0px;
	padding: 0px;
}
#header li {
	display: inline;
}
#header a {
	color: #353C41;
	text-decoration: none;
}
#left {
	float: left;
	height: 400px;
	width: 450px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	margin: 10px;
	text-align: center;
}

#left p {
	font-size: 15px;
	color: #333333;
	text-align: center;
	margin-right: 10px;
}

#left a {
        font-size: 15px;
	color: #590009;
	text-decoration: underline;
}

#right {
	overflow: auto;
	font-size: 14px;
	text-align: justify;
	line-height: 18px;
	height: 400px;
	width: 425px;
	right: 23px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
	top: 146px;
	position: absolute;
}


#right h2 {
	font-size: 24px;
	margin: 0px;
	color: #353C41;
}

#right a {
	color: #590009;
}

.clear {
	clear: both;
}

.suivant {
	font-weight: bold;
	float: right;
	width: 220px;
	text-align: right;
}
.suivant a {
	color: #79000b;
	text-decoration: none;
}
.suivant a:hover {
	text-decoration: underline;
}


#next {
	font-weight: bold;
	float: right;
	width: 300px;
	text-align: right;
	position: absolute;
	left: 502px;
	top: 550px;
}
#next a {
        font-size:14px;
	color: #590009;
	text-decoration: none;
}
#next a:hover {
	text-decoration: underline;
}


#footer {
	padding: 5px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #353C41;
	color: #98A0AA;
}

#footer a {
	color: #ccc;
}

#footer a:hover{
	background-color: #590009;
        text-decoration: none
}

#MyCaption  { 
        font-size: 10px; 
}

#cpreview{ 
	background-color: #fff;
	border: 1px solid #747885;
	margin-top: 5px;
	padding: 15px 5px 5px 10px;
}