
body {
	margin: 0;
	padding: 0;
}

body {
	background: #B2B2B2 url("/images/bg.gif") top center repeat-y;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #333;

}

h2 { padding: 0; margin: 0; }
ul { padding: 0px; margin: 0px;}
li { list-style-type: none;} 

#right-column li {
  margin: 7px 7px 7px 11px;
  list-style-type: square;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
	
}

a:hover {
	color: #808080;
}

#header {
	width: 965px;
	height: 137px;
	background: #000 url("/images/header.jpg") no-repeat;
	padding-top: 0px;
	padding-left: 18px;
	color: #FFF;
}

#header p {	
	float: right;
	margin-top: 2.8em;
	margin-right: 1.5em;
	font-weight: bold;
	font-size: 8pt;
	color: black;

}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #DC02C1;	
}

#header .hmenu {
	/* padding: 0 0 0 380px;*/
	padding: 0 0 0 300px;
	text-transform: uppercase;
	font: bold 9pt/14pt arial,sans-serif,verdana;
	background-color: #C5DC00;

}

#header .hmenu li {
	list-style: none;
	float: left;
 	padding: 0 10px 0 10px;
	margin: 1px;
	text-align: center;	
	/* line-height: 16px; */
	background-color: #fff;
 

}

#header a{
	text-decoration: none;
}

#container {
	width: 983px;
	/* background: #fff url("/images/sidebar.gif") repeat-y right; */
	background-color: #fff;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;

}

#horizontal {
	width: 963px;
	height: 30px;
	background: url(/images/horizontal.jpg);
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;
	
}

#horizontal a, #horizontal a:visited {
	color: #000000;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #FFF;
	text-decoration: none;
}

#horizontal li {
	list-style: none;
	float: left;
}

#right-column {
	float: right;
	/* color: #808080; */
	width: 184px;
	padding: 20px 10px;
	margin: 10px 0 0 0;

	background: #C1D800 url(/images/menutop.gif) no-repeat top left;

	/* border-right: 4px solid #FFF; */

/* fixe une hauteur mini  */
	height:expression(this.scrollHeight < 600? "600px" : "auto" );
	min-height: 600px;

	/* clear: both; */

	_padding: 20px 0px; */ for ie6 */

}

#right-column .box {

	/* border: 1px solid #FC80ED; */
	padding-top: 10px;
	margin: 0;
}

#right-column .box h2{
	font-size: 8pt;
	font-weight: bold;
	/* color: #DC02C1; */
	margin-bottom: 5px;
	padding-left: 22px;
	background: url(/images/h2-box.jpg) top left no-repeat;
}

#right-column p {
	background: inherit;
	padding: 0;
	margin: 0;
}

#right-column ul {
	_padding-left: 10px; */ for ie6 */
}


#left-column {

	color: #808080;
	width: 204px;
	min-height: 100%;
	background: url(/images/bg-left.gif) repeat-y left;

	float: left;

	border-right: 4px solid #fff;

	/* clear: both; */

margin-top:10px;
margin-bottom:10px;


}


#left-column .box {
	width: 184px;
	background: transparent url(/images/bg-left2.gif) no-repeat top left;
	/* background: transparent url(/images/bottom-left.gif) no-repeat bottom left; */
	color: #808080;
	padding: 10px;
	border-right: 4px solid #fff;

/* fixe une hauteur mini  */
	height:expression(this.scrollHeight < 620? "620px" : "auto" );
	min-height: 620px;

}

#left-column .bottom {
	background: transparent url(/images/bg-bottom-left.gif) no-repeat bottom left;
	width: 204px;
	height: 7px;
}

#left-column p {
	background: inherit;
	padding: 0;
	margin: 0;
}

#left-column h2 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
}

#content {	  
	float: left;
	/* width: 763px; */
	/* width: 559px; */
	width: 559px;
	_width: 549px; /* pour ie6 */
	padding: 0;
	margin: 30px 0 0 4px;
}

#content h2{
text-transform:lowercase;
	font-size: 14pt;
	font-weight: bold;
	/* color: #DC02C1; */
	color: #000;
	margin-bottom: 5px;
	/* padding-left: 14px;
	background: url(/images/h2bg.gif) top left repeat-y; */
}

#content h3{
text-transform:lowercase;
	font-size: 12pt;
	font-weight: bold;
	color: #999;
	margin-bottom: 5px;
}

#content img {
	margin: 0px 10px 2px 0px;
	border: 0;
	padding: 4px;
	/* border: 2px solid #808080;
	background: #808080; 
	border: 2px solid #fff; 
	background: #fff; */
	}


/* 
#content .article img { 
  float: left;
} 
*/


#content img.imgdet {
	float: right;
	margin: 0;
	padding: 0;

}

#content img.tellafriend {
	float: right;
	margin: 0 0 10px 0;
	padding: 0;

}

#content img.imglist {

	margin: 0;
	padding: 0;

	}
#content input[type=submit] {
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #E3F831;
	padding:0 10px 0 10px;
	margin-left:10px;
	color: #000000;
	font-weight: bold;
}

#content input[type=submit]:hover {
	background-color: #C1D800;
	color: #FFFFFF;
}

.black {
	color: #000;
}

#content p {
/* margin-bottom: 20px; */
margin: 10px 0;
/* padding-left: 14px;
background: url(/images/articlebg.gif) top left repeat-y; */
}


#searchbox {
	background: url(/images/searchbox.gif) no-repeat;
	padding: 5px;
	height: 20px;
}

#searchbox input.searchbutton {
	color: #808080;
	padding: 0px;
	margin: 0px;
	font-size: 8pt;	
	border: none;
	background: none;

}

#searchbox input.searchfield {
	width: 85px;
}

#minicad {
	padding: 4px 10px;
	margin: 0px 10px 10px -10px;
	background: #fff;
	width: 100%;

_margin: 0 0 10px 0; */ for ie6 */

}
#minicad a {

	font-weight: bold;

}

input.text {
	width: 125px;
	border: 1px solid #ccc;
}

#footer {

	color: #666;
	background: #F9F9F9;
	/* width: 758px; */
	width: 973px;
	height: 20px;
	/* width: 973px; */
	/* margin-left: 4px; */
	/* margin-top: -30px; */

	padding: 4px;
	border: 1px solid #E4E4E4;
	clear: both;
}

#footer a, #footer a:visited{
	color: #666;
}

#footer a:hover {
	color: #000;
}


/* SNEWS */
fieldset { border: 1px solid #ccc; padding: 10px 8px; margin: 0 0 8px 0; color: #000; }
fieldset p { margin: 0 0 10px 0; padding: 0; background: inherit; }
textarea { width: 97%; height: 10em; padding: 3px;}
.user { background: #fff url(/images/arrow2.gif) 20px 0 no-repeat; padding: 20px 0 0 12px; margin-bottom: 2em; color: #4A4A4A; }
.date {
  color: #999;
	clear: both;
	background: url(/images/timeicon.gif) no-repeat 3px 50%;
	padding:  0 0 0px 20px;
}
.bulle{
	padding:  0 20px 0 20px;
}
.comment { background-color: #ececec; color: #808080; padding-top:5px; width: 80%; }
.comment p { background: inherit; }
.commentsbox { color: #333333; padding: 0px; margin: 0 0 10px 0; }
.commentsbox p {  background: inherit; }
.paginator {margin: 30px 20px; text-align: center; }

/* boutique */

#boutiquerecent {
	margin-top:30px;
	}

#boutiquerecent .titre{
	text-transform:lowercase;
	font-weight: bold;

	}

#boutiqueselect {

_padding-left: 15px; /* ie 6 */
	
}

#boutiquecenter .titre {
	/* font: bold 12pt verdana, arial,sans-serif;
	color : #DC02C1; */
text-transform:lowercase;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;

}

#boutiquecenter .acc_titre {
	/* font: bold 12pt verdana, arial,sans-serif;
	color : #DC02C1; */
text-transform:lowercase;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

#boutiquecenter a.bouton {
	float: right;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #E3F831;
	padding:0 10px 0 10px;
	margin-left:10px;
	color: #000000;
	font-weight: bold;
}

#boutiquecenter a.bouton:hover {
	background-color: #C1D800;
	color: #FFFFFF;
}

a.lresult:link {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.lresult:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.lresult:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
a.lresult:active {
	text-decoration: none;
}


#dhtmltooltip{
	/*background-color et width sont les valeurs par défaut : elles peuvent être réglées indépendamment*/
	position: absolute;
	width: 150px;
	text-align:left;
	border:1px solid #000000;
	padding: 10px;
	background-color: #B02F07;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmltooltipacc{
	position: absolute;
	width: 400px;
	text-align:left;
	border:1px solid #000000;
	padding: 10px;
	background-color: #B02F07;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


.slideshow { height: 493px; width: 493px; /* margin: auto */}
.slideshow img { /* padding: 15px; border: 1px solid #ccc; background-color: #eee; */ }

