body {
	margin: 0;
	padding: 0;
	background: #000000 url(../images/img12.jpg) repeat top left;
	text-align: justify;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	color: #BBB;
	background-color: #444;
	border: 1px solid #999;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

input:focus,textarea:focus {
	color: #CCC;
	background-color: #555;
	border: 1px solid #EEE;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #AAFF00;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
	text-shadow: #AAFF00 0px 0px 5px;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
	text-shadow: #AAFF00 0px 0px 3px;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
	text-shadow: #AAFF00 0px 0px 2px;
}
#menu ol,  ul{
	margin: 0 0 2em 0;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #AAFF00;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
	border: 2px solid #434343; 
}

code{
	background:none repeat scroll 0 0 #121212;
	border:1px solid #434343;
	color:#AAFF00;
	padding:4px 10px;
}

/* Header */

#wrapper {
	background: url(../images/img14.jpg) no-repeat center top;
}

#header {
	width: 900px;
	height: 128px;
	margin: 0 auto;
}

#logo h1, #logo p {
	float: left;
	color: #AAFF00;
}

#logo h1 {
	height: 88px;
	padding: 20px 90px 0 0;
	font-size: 4em;
}

#logo p {
	margin: 0 0 0 -80px;
	padding: 55px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #AAFF00;
	font-weight: bold;
}

/* RSS */

#rss {
	padding: 30px 39px 20px 0;
	text-align: right;
}

/* Menu */

#menu {
	width: 950px;
	height: 60px;
	margin: 0 auto;
	background-color: #222222;
	background-image: url(../images/img04.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 200%;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	display: block;
	float: left;
	background: url(../images/img15.gif) no-repeat right 100%;
	padding: 18px 30px 0 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	height: 60px;
	background: url(../images/img16.gif) repeat-x right 30%;
	color: #000000;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}

/* Ads */

#ads {
	float: right;
	width: 206px;
	padding: 0 0 0 20px;
	position: relative;
}

#ads ul{
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}

#ads li{
	padding: 0px;
	margin: 0px;
}


/* Content */

#content {
	float: left;
	width: 660px;
}

#content1 {
	float: left;
	width: 440px;
}

#content2 {
	float: right;
	width: 440px;
}

#content3 {
	float: left;
	width: 100%;
}

.post {
	margin-bottom: 30px;
}

.post .title {
}

.post .title h2 {
	font-size: 2.2em;
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post .entry img {
	margin: 0px;
}

.post .entry {
	padding-top: 15px;
}

.post .entry2 img {
	margin: 0px;
	border: medium ridge #FFCC33;
}

.post .entry2 {
	padding-top: 15px;
}

.post  .pied {
	height: 29px;
	margin: 0;
	background-color: #F3F3F3;
	background-image: url(../images/img082.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

/* Footer */

#footer {
	clear: both;
	/* width: 950px; */
	margin: 0 auto;
	padding: 30px 0;
	background-image: url(../images/img11.gif);
	background-repeat: no-repeat;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

.visible {
	display: block;
}

.invisible {
	display: none;
}

#nom_err, #prenom_err, #email_err, #passe_err, #inscription_err,#message_err {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

