/*
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Helevetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	background: url(../images/body.png) repeat;
}
a, a:link, a:visited {
	color: #33FFFF;
}
a:hover {
	color: #FFFF66;
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 0 0 10px 0;
}
img {
	border: none;
}
h1, h2, h4, h5, h6 {
	color: #fff;
	text-shadow: 4px 3px 0px #6e28bd;
	font: bold 1em titaniaregular;
}
h1 {
	font-size: 2.2em;
	margin: 0 0 30px 0;
	padding: 5px 0;
	color: #FFFFFF;
	line-height: 1em;
}
h2 {
	font-size: 1.8em;
	margin: 0 0 20px 0;
	padding: 0;
	color: #99D7FF;
}
h3 {
	font-size: 1em;
	margin: 0 0 20px 0;
	padding: 0;
	text-decoration: underline;
	color: #FFF;font: bold 1em titaniaregular;
}
h4 {
	font-size: 1.1em;
	margin: 0 0 20px 0;
	padding: 0;
	text-decoration: underline;
}
h5 {
	font-size: 1em;
	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: underline;
}
h6 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: underline;
}
.cleaner {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
}
.cleaner_h10 {
	clear: both;
	width: 100%;
	height: 10px;
}
.cleaner_h20 {
	clear: both;
	width: 100%;
	height: 20px;
}
.cleaner_h30 {
	clear: both;
	width: 100%;
	height: 30px;
}
.cleaner_h40 {
	clear: both;
	width: 100%;
	height: 40px;
}
.cleaner_h50 {
	clear: both;
	width: 100%;
	height: 50px;
}
.cleaner_h60 {
	clear: both;
	width: 100%;
	height: 60px;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.image_wrapper {
	padding: 8px;
	border: 1px solid #000000;
	background: #143037;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 15px;
}
blockquote {
	font-style: italic;
}
cite {
	font-weight: bold;
}
cite span {
	color: #fff;
}
.list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list li {
	margin: 0 0 15px 15px;
	padding: 0 0 0 30px;
	background: url(../images/list.png) no-repeat left top;
	color: #5EC0FF;
}
.button a {
	width: 60px;
	padding: 4px 25px 4px 0;
	background: url(images/readmore.png) center right no-repeat;
	color: #FFFF00;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}
.button a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	background: url(../images/wrapper.png) repeat-y;
}
/* header */

#header {
	width: 970px;
	height: 200px;
	padding: 0 10px;
	background: url(../images/header.png) no-repeat;
}
#header #site_title {
	float: left;
	width: 260px;
	text-align: center;
	padding: 80px 0 0 20px;
}
#header #site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#header #site_title a span {
	display: block;
	text-align: right;
	font-size: 0.4em;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
}
/* end of header */

/* main */

#main {
	width: 940px;
	padding: 60px 40px 30px 10px;
	background: url(../images/content_top.png) no-repeat;
	margin-top: -1px;
}
/* sidebar */

#sidebar {
	float: left;
	width: 280px;
}
/* menu */

#menu {
	margin-bottom: 50px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu ul li {
	padding: 0px;
	margin: 0 0 5px 0;
}
#menu ul li a {
	display: block;
	height: 25px;
	padding: 11px 0 0 30px;
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	outline: none;
	background: url(../images/menu.png) no-repeat left bottom;
}
#menu li a:hover, #menu li .current {
	color: #FFFF00;
	background: url(../images/menu_hover.png) no-repeat left bottom;
}
/* end of menu */

/* sidebar box */

.sidebar_box {
	padding-left: 30px;
}
.news_box {
	margin-bottom: 20px;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #19343b;
}
#sidebar .sidebar_box .fiche_box {
}
#content p {
}
#detail_fiche p strong {
	color: #FF0;
}
.news_box:hover {
	background: #000082;
}
.news_box img {
	float: left;
	width: 80px;
	border: 1px solid #FFF;
	padding: 2px;
}
.news_box p {
	float: right;
	width: 140px;
	margin-bottom: 0;
	padding-bottom: 0;
}
/* content */
#content {
	float: right;
	width: 600px;
}
#content p {
	text-align: justify;
	margin-bottom: 10px;
	color: #FFF;
}
.two_column {
	width: 280px;
}
.post_box {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url(images/hor_divider.jpg) bottom repeat-x;
}
.post_box .post_content {
	clear: both;
	margin: 10px 0;
}
.post_content .right {
	float: right;
	width: 300px;
}
.post_content .right img {
	width: 280px;
	height: 240px;
	border: 1px solid #000;
	padding: 5px;
	background: #143037;
}
.post_content .left {
	float: left;
	width: 280px;
}
.post_content h2 {
	margin-bottom: 5px;
}
.post_box p {
	padding-bottom: 5px;
	margin: 20px 0 10px 0;
}
.post_section .post_info {
	font-style: italic;
}
.post_box .comment_tab {
	padding: 10px 0;
	margin: 40px 0 20px 0;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	font-weight: bold;
}
/* gallery */

#gallery {
	width: 600px;
	padding: 40px 0;
}
#detail_fiche {
	width: 590px;
	padding: 20px 10px 20px 30px;
	background: rgba(57, 102, 172, 0.2) url(../images/whole.png) repeat-y 8px;
	color: rgba(57, 102, 172, 0.2);
	-moz-box-shadow: 6px 6px 0px #373db8;
	-webkit-box-shadow: 6px 6px 0px #373db8;
	box-shadow: 6px 6px 0px #373db8;
}
#detail_fiche p {
	width: 550px;
}
#detail_fiche li {
	color: #FF0;
	list-style: url(../images/list.png);
}
#gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#gallery ul li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	width: 245px;
	padding: 5px;
	background: #03035D;
	border: 1px solid #3FF;
	margin: 0 30px 30px 0;
	height: 240px;
}
#gallery ul li h5 {
	margin-bottom: 15px;
}
#gallery ul img {
	width: 245px;
	height: 60px;
	border: none;
	margin-bottom: 10px;
}
/* end of gallery */

#contact_form {
	float: left;
	padding: 0;
}
#contact_form form {
	margin: 0px;
	padding: 0px;
}
#contact_form form .input_field {
	width: 350px;
	padding: 5px 0;
	background: #1f3c44;
	border: 1px solid #183036;
}
#contact_form form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 14px;
}
#contact_form form textarea {
	width: 350px;
	height: 200px;
	background: #1f3c44;
	border: 1px solid #183036;
}
#contact_form form .submit_btn {
	margin-left: 108px;
}
#footer {
	width: 970px;
	height: 17px;
	margin: 0px 10px;
	padding: 35px 0;
	text-align: center;
	background: url(../images/footer.png) no-repeat;
	color: #FFF;
}
blockquote cite {
	font-weight: bolder;
	color: #FF0;
}
