body {
	margin:0;		
}
img {border-style:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*main container*/
#main {
	margin:0 auto;
	width: 1000px;
	padding:2px 0 20px; /*etait 33px*/
}
/*header*/
#header img {display:block;}
#menu {
	list-style:none;
	margin:1px; /*etait 10px marge en haut du menu*/
	margin-left:250px;
	padding:0px 0 0px 1px; /*etait 15px*/	
	height:1%;
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
	padding:70px 20px 0px 10px; /*etait 8px 30 0 30*/
	float:left; /*etait left*/
}
#menu li a {
	height:18px; /*etait 25px*/
	float:left;
	text-align:center;
	text-decoration:none;
}
#menu li.hover a,
#menu li:hover a,
#menu li.hover,
#menu li:hover {
	position: relative;
}
#menu li.hover ul,
#menu li:hover ul {
	display: block;
}
#menu ul {
	padding:4px 0 0px;
	margin:0;
	list-style:none;
	width:180px; /*FOND NOIR etait147px*/
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#000;
}
#menu ul li {
	padding:0 10px 0 17px;
	width:170px; /*TEXTE sous menu etait120px*/
}

/*format de sous-menus*/
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#fbe2b0;
	line-height:15px;
	height:auto;
	display:block;
}
#menu ul li a:hover {color:#e1771e;}
.holder {
	padding:25px 15px 20px;
	width:970px;
	overflow:hidden;
}
.holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.holder ul li {float:left;}
.holder .text {
	width:420px;
	padding:0 64px 0 0px;
}
.holder .text strong {
	display:block;
	font-size:10px;
	color:#e1771e;
	font-weight:normal;
	line-height:17px;
	position:relative;
	margin:-4px 0 0;
}
.holder .text p {
	font-size:10px;
	color:#fbe2b0;
	line-height:17px;
	margin:0 0 5px;
}
.holder ul li.search {
	padding:0 67px 0 95px;
	width:187px;
}
.holder ul li.search label {
	color:#fbdc9e;
	font-size:10px;
	line-height:10px;
	display:block;
	text-transform:uppercase;
	padding:0 0 9px;
}
.holder ul li.search span {
	background:url(../images/search.gif) no-repeat;
	display:block;
	width:171px;
	height:3px; /*etait 33px*/
	padding:6px 8px 0;
}
.holder ul li.search span input {
	background:none;
	border:0;
	width:171px;
}
.holder ul li.rss {padding: 11px 0 0 49px;}
.holder ul li.rss a {
	display:block;
	width:43px;
	height:4px; /*etait 44px*/
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/submit.gif) no-repeat;
}
/*content*/
#content {
	margin:0 auto;
	align:center;
	width:1000px;
	background:none;
	padding:0px 0 0; /*etait 23px*/
}
.post {
	padding:0 5px;
	overflow:hidden;
}
.post p {
	line-height:17px; /*etait 25*/
	margin:0 0 22px;
}
.image {
	display:block;
	margin:0 0 19px;
}
.image img, img {
	display:block;
	margin:0 auto;
}
.content-box {
	width:970px;
	padding:0 15px 10px;
	overflow:hidden;
}
.coment {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
	height:1%;
	position:relative;
}
.coment li {
	background:url(../images/comments-divider.gif) no-repeat 0 50%;
	padding:0 19px 0 21px;
	position:relative;
	float:left;
	font:10px/25px Verdana, Arial, Helvetica, sans-serif;
	margin:0 19px 0 -21px;
}
.coment li a {
	color:#803c17;
	text-decoration:none;
	outline:none;
}
.coment li a:hover {text-decoration:underline}
.links {
	list-style:none;
	margin:0;
	padding:0 2px 0 0;
	float:right;
}
.links li {
	float:left;
	padding:0 6px 0 0;
}
* html .links li {
	float:left;
	width: 15px;
	padding:0 6px 0 0;
}
* +html .links li {
	float:left;
	width: 15px;
	padding:0 6px 0 0;
}
.comment {
	width:970px;	
	margin:0 15px 58px;
	padding:8px 0 4px;
	height:148px;
	overflow:auto;
}
.text-box {padding:0 12px;}
.text-box p {
	font:11px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#fbe2b0e; /*etait JE NE SAIS PAS QUOI*/
	margin:0;
}

/*new-comment*/
.new-comment {
	width:640px;
	padding:0px 0 0 257px;
}
.form {
	width:436px;
	padding:0px 35px 30px 28px;
	background:#000000; 
}
.form label {
	display:block;
	color:#666666;
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
}
.form-box {
	width:100%;
	overflow:hidden;
}
.left-box {
	float:left;
	width:232px;
	padding:2px 0 0;
}
.right-box {
	float:right;
	width:200px;
}
.right-box textarea {
	width:178px !important;
	height:109px !important;
	padding:10px !important;
	overflow:auto !important;
	border:1px solid #ccc !important;
}
.form .line {
	padding:0 0 17px !important;
}
.form .line input {
	width:186px !important;
	border:1px solid #ccc !important;
	padding:1px 6px !important;
}
.form  .cancel {
	display:block;
	width:38px;
	height:12px;
	overflow:hidden;
	background:url(../images/cansel.gif) no-repeat;
	text-indent:-9999px;
}
.form .bottom {
	height:1%;
	overflow:hidden;
	padding:8px 0 0 144px;
}
.form .bottom input {
	float:left;
	margin:0 19px 0 0;
	padding:2px 0 0;
}
.log_admin{
	padding-left: 234px;
}
.title a {
	text-decoration: none;
}
.comment_form input, .comment_form textarea, .input {
	border:1px solid #ccc !important;
}
.comment_form{
	padding-left: 257px;
	width: 432px;
}
.comment_form .submit{
	border: none !important;
}
.inner {
	padding: 20px;
}
.coment{
	text-transform: uppercase;
}

.function showPopup(url) {
  newwindow=window.open(url,'name','height=750,width=1100,top=10,left=10,resizable'); 
  if (window.focus) {newwindow.focus()
 }