body {
	width: 100%;
	margin: 0 auto 0 auto;
	font-family: Verdana, serif;
	font-size: 11px;
	background-color: #000;
	background-image: url(../images/bground.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	padding: 0;
	margin: 0;
}
p {
	padding: 0;
	margin: 0;
}

#global {
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: auto;
	overflow: hidden;
}


/* STYLE HEADER */

#header {
	padding-top: 150px;
	height: 50px;
	width: 800px;
	margin: auto;
}
#header img {
	border: none;
}
#header h1 {
	position: absolute;
	top: -200px;
}
#header div {
	margin: 0;	
}
#header p {
	float: left;
	color: #fff;
	line-height: 18px;
	padding-left: 20px;
	padding-top: 7px;
	font-size: 11px;
}
#header #logo {
	float: right;
	padding-right: 10px;
}

/* STYLE PAGE */

#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#sep {
	float: left;
	width: 11px;
	height: 481px;
	background-image: url(../images/sep.png);
	margin-right: 3px;
	margin-top: 10px;
}


/* STYLE COLONNE GAUCHE */

#page_left {
	float: left;
	width: 576px;
	padding: 12px;
	overflow: hidden;
}
#page_left .infos {
	text-align: justify;
	color: #fff;
	width: 576px;
	padding: 0;
	margin-bottom: 15px;
}
#page_left .infos a {
	color: #fff;
	text-decoration: underline;
}
#page_left .article {
	width: 576px;
}
#page_left .article .top h1 {
	margin: 0;
	padding: 3px 0 3px 3px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #fff;
}
#page_left .article .top a {
	display: block;
	margin: 0;
	padding: 3px 0 3px 3px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
}
#page_left .article .top h1 a {
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
}
#page_left .article a {
	color: #fff;
	text-decoration: underline;
}
#page_left .article a:hover {
	text-decoration: none;
}
#page_left .article .top {
	width: 576px;
	height: 30px;
}
#page_left .article .contenu {
	width: 570px;
	padding: 3px;
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #fff;
	text-align: justify;
}
#page_left .article .contenu blockquote { 
	quotes: "\201C" "\201D";
}
#page_left .article .contenu blockquote p { 
	display: inline;
}
#page_left .article .contenu blockquote:before {
	content: open-quote;
	font-weight: bold;
}
#page_left .article .contenu blockquote:after {
	content: close-quote;
	font-weight: bold;
}
#page_left .article .contenu .archive {
	display: block;
	color: #333;
	padding: 3px;
}
#page_left .article .contenu .archive:hover {
	background-color: #111;
}
#page_left .article .contenu .archive a {
	color: #fff;
	text-decoration: underline;
}
#page_left .article .contenu p {
	border: none;
	width: auto;
	color: #fff;
	padding: 0;
	text-align: justify;
	margin: 0;
}
#page_left .article .contenu ul {
	margin: 0;
	padding: 0;
}
#page_left .article .contenu li {
	padding: 2px;
	margin: 0 0 0 20px;
}
#page_left .article .contenu .more {
	margin: 10px 0 0 20px;
	width: 520px;
	padding: 5px;
}
#page_left .article .contenu .more h2 {
	background-image: url(../images/more.png);
	height: 24px;
	color: #116518;
	font-size: 14px;
	margin: 3px 0 3px 0;
	padding: 3px 0 3px 10px;
}
#page_left .article .contenu .more li {
	margin-left: 35px;
	color: #fff;
}
#page_left .article .contenu .more li a {
	color: #fff;
	text-decoration: none;
}
#page_left .article .bottom {
	width: 571px;
	height: 25px;
	background-image: url(../images/article_bottom.png);
	text-align: right;
	padding: 5px 5px 0 0;
	color: #333;
}
#page_left .article .bottom a {
	color: #333;
	text-decoration: none;
}
#page_left .article .bottom a:hover {
	text-decoration: underline;
}
#page_left .article .bottom_s {
	width: 576px;
	background-image: url(../images/article_bottom_s.png);
	height: 13px;
}
#page_left .com {
	width: 570px;
	background-color: #045207;
	margin-bottom: 10px;
	padding: 3px;
}
#page_left .com h3 {
	margin: 2px 0 2px 0;
	padding: 3px;
	font-size: 14px;
	color: #fff;
}
#page_left .com .content_1 {
	color: #fff;
	width: 564px;
	padding: 3px;
	background-color: #107B13;
	margin-bottom: 3px;
	font-size: 11px;
}
#page_left .com .content_2 {
	color: #fff;
	width: 564px;
	padding: 3px;
	background-color: #107B13;
	margin-bottom: 3px;
	font-size: 11px;
}
#page_left .com h4 {
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 5px 0;
	color: #fff;
}
#page_left .com h4 i {
	color: #14A421;
	font-size: 9px;
}
#page_left .com form {
	padding: 0;
	margin: 0;
}
#page_left .com fieldset {
	border: 1px solid #14A421;
	padding: 5px;
	margin: 0;
}
#page_left .com legend {
	color: #fff;
}
#page_left .com input, #page_left .com textarea {
	border: 1px solid #045207;
	font-size: 12px;
	padding: 2px;
	background-color: #fff;
}
#page_left .com input[type=submit] {
	margin-top: 5px;
	background-color: #045207;
	color: #fff;
	border: 1px solid #0B380D;
	width: 100%;
	padding: 5px;
}
#page_left .pagination, #page_left .pagination a {
	color: #09690F;
	text-decoration: none;
}
#page_left .pagination a:hover {
	text-decoration: underline;
}

/* STYLE COLONNE DROITE */

#page_right {
	padding-top: 5px;
	float: left;
	width: 180px;
	color: #222;
	padding-top: 12px;
}
#page_right img {
	display: block;
	margin: auto;
}
#page_right a {
	color: #fff;
}
#page_right ul {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 15px;
	margin-left: 0;
}
#page_right li {
	list-style-type: none;
	line-height: 18px;
}
#page_right h4 {
	background-color: #111;
	font-size: 12px;
	margin: 5px 0 5px 0;
	padding: 5px;
	color: #333;
	font-weight: normal;
	border: 5px #222 solid;
	text-align: justify;
}
#page_right h3 {
	background-image: url(../images/bg_menu.jpg);
	font-size: 14px;
	font-variant: small-caps;
	margin: 5px 0 5px 0;
	padding: 5px;
	color: #000;
}
#page_right h3:hover {
	color: #000;
}
#page_right h3:hover a {
	color: #000;
}
#page_right h3 a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: #000;
}
#page_right h3 a:hover {
	text-decoration: none;
}
#page_right form {
	margin: 0;
	padding: 0;
	text-align: center;
}
#page_right input {
	padding: 3px;
	font-size: 11px;
	width: 160px;
	width: 154px !ie;
	border: none;
}
#page_right input[type=submit] {
	border: 1px solid #027B08;
	background-color: #116518;
	font-size: 12px;
	margin: 5px 0 5px 0;
	padding: 2px;
	color: #fff;
	width: 166px;
}
#page_right input[type=submit]:hover {
	cursor: pointer;
}