/*
/* Hugues TN 
/* Copyright 2007-2009
/* Design : PraiseDesign
/* http://www.praisedesign.com
/* 

/* HTML TAGS */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #362825 /*#593D71*/;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	padding-bottom: 50px;
	background: #362825 url(images/bkg_slice.jpg) repeat-x center top;
}
table { font-size: 12px; }
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
form { }
h1 { display: none; }
h2 {
	color: #6B3200;
	font-size: 26px;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	overflow: hidden;
}
h2 span { display: none; }
h3 {
	float: left;
	clear: both;
	width: 100%;
	margin: 30px 0;
}
img {
	border: none;
}
ol {
	color:#990000;
	list-style: inside;
}
p {
	padding: 10px 0;
}


/* MAIN SECTIONS */
.container {
	width: 980px;
	height: auto;
	margin: 0 auto;
}

/* Header */
#header {
	width: 980px;
	height: 150px;
	margin: 0 auto;
	padding-right: 40px;
	background: #6B4700;
}

#flashHeader {
	width: 980px;
	height: 120px;
	background: url(images/header.png) repeat-y right top;
}
#flashMenu {
	position: relative;
	width: 980px;
	height: auto;
	background: url(images/header.png) repeat-y right top;
}

/* Content */
#content {
	width: 1020px;
	height: auto;
	min-height: 500px;
	margin: 0 auto;
	background-color: #F2DBD5;
}
#leftPanel {
	float: left;
	width: 750px;
	height: auto;
	min-height: 500px;
}
#leftPanel a {
	color: #6B3200;
}
#rightPanel {
	color: #FFFFFF;
	position: relative;
	float: left;
	width: 270px;
	height: auto;
	min-height: 500px;
	background: #362825 url(images/side_slice.jpg) repeat-x center bottom;
}
#rightPanel div {
	text-align: right;
	width: 260px;
	height: auto;
	margin: 20px 0;
	padding-left: 10px;
}
#rightPanel div h5 {
	overflow: hidden;
	width: 260px;
	height: 80px;
}
#rightPanel div p {
	margin-right: 35px;
	margin-left: 10px;
	padding: 0;
}
#rightPanel div span {
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Century Gothic";
}
#rightPanel div a {	
	color: #FFCC00;
}
#ministere {
	height: 175px !important;
	background: url(images/public.png) no-repeat right 65px ;
}
#soutien {
	height: 145px !important;
	background: url(images/support.png) no-repeat right 65px;
}
#videoclip {
	height: 155px !important;
	background: url(images/videoclip.png) no-repeat right 65px;
}
#blog {
	height: 205px !important;
	background: url(images/viewblog.png) no-repeat right 65px;
}

/* Eléments de pages : Général */
#pageTitle {
	float: left;
}
#pageTitle h2 {
	float: left;
	width: 50px;
	height: 550px;
	background: url(images/accueil_bkg.png) no-repeat right top;
}
#pageTitle img {
	margin-top: 5px;
	margin-left: 7px;
}
.Accueil,.Nouvelles,.Lettre,.Ministere,.Biographie,.Medias,.Videos,.Photos,.Contact,.Soutien { 
	float: left;
	clear:right;
	width: 700px;
	height: auto;
	min-height: 520px;
	background: url(images/accueil_bkg.png) repeat-x center top;
}

/* Eléments de pages : Accueil */
.feature {
	float: left;
	width: 640px;
	height: 212px;
	margin: 50px 20px;
}
.feature p {
	width: 640px;
	font-family: "Century Gothic";
	text-align: center;
	word-spacing: 10px;
	border-bottom: solid 1px #FFFFFF;
}
.feature a {
	color: #362825;
}

/* Footer */
#footer {
	color: #FFFFFF;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	width: 980px;
	height: 100px;
	padding: 10px 30px 10px 10px;
	background: #6B4700 url(images/header.png) repeat-y left top;
	}
#footer table {
	width: 880px;
	height: auto;
	margin: 0 auto;
}
#footer td { vertical-align: top; }
#footer p {
	float: left;
	width: 100%;
	height: 50px;
	margin: 0 30px;
}

/* Menu */
#menuwrapper {
	color: #FFFFFF !important;
	width: 800px;
	height: 20px;
	margin: 0 50px;
}
#primary-nav { margin: 0; padding: 0; }
dfn { display: none; }
#menuwrapper li {
	list-style-type: none;
	display: inline;
	float: left;
	height: 20px;
}
.separator { margin: 0 20px; }
.menuactive {
	color: #FFCC00;
	font-size: 14px;
}

/* Autres */
.clearb {
	height: 0px;
	width: 100%;
	clear: both;
}
