/*/////////////////////////////////////////////////////////////////////*/
/*///////////////////////  Le Hibou et le sourcière  //////////////////*/
/*//////////////////////////////Réalisation////////////////////////////*/
/*///////////////////Quentin Sivan  // Guillaume Meffret //////////////*/
/*/////////////////Valentin Dell'Angela // Morgan Legendre/////////////*/
/*/////////////////////////////////////////////////////////////////////*/


#date { 
  background:url(img/datecal.png) 0 0 repeat-x;
  z-index:2;
	float:right;
	right:10px;
	margin-right:15px;
	top:0;
	text-align:center;

	height:50px;
  width:50px;
}
#date_jour {
	position:relative;
  text-align:center;
	font-size:1.3em;
}

#date_mois {
 text-align:center;
font-size:0.7em;
	color:#fff;

}

#date_annee {
  margin-top:-9px;
  text-align:center;
	font-size:0.8em;
}
/*///////////////////////////////////  Body  //////////////////////////*/
* {
  margin: 0;
  padding: 0;
}

/* selecton CSS3 (non géré avec IE) */
::-moz-selection{
	background:#9D5795;
	color:#ffffff;
}

::selection {
	background:#9D5795;
	color:#ffffff;
}

code::-moz-selection {
	background: #9D5795;
}

code::selection {
	background: #9D5795;
}

/* hors page */
.hid { position:absolute; width:1px; height:1px; top:-5000px; left:-5000px; }

body {
  font: normal 0.8em "Trebuchet MS", sans-serif;
  line-height: 1.6em;
  color: #000;
  background: url('img/top_bg.jpg');
  background-repeat: repeat-x;
  background-color: #d3b4d5;
}

/*///////////////////////////////////  class bouton //////////////////////////*/

/* align bouton droite */
.bouton{
  position:relative;
  text-align:center; 
  color: #000;
  padding:0 4px 0 4px;
  margin:0 3px 0 3px;
  font-weight:bold; 
  background:url(img/bouton.png) 0 0 repeat-x;
  border: 1px solid #d3b4d5;
  float:right;
  text-decoration: none;
  cursor: pointer;
}
.panierboutonimg{
  position:relative;
  text-align:center; 
  border:0px;
  background:url(./img/annul.png) no-repeat;
  cursor: pointer;
  height:16px;
  width:16px;
}

.bouton:hover { 
  background-position: 0 -20px;
  border: 1px solid #d3b4d5;
}
.bouton:active {
  background-position: 0 -40px;
}
/* align bouton centre */
.boutoncenter{
  position:relative;
  padding:0 8px 0 8px;
  margin:0 3px 0 3px;
  text-align:center; 
  color: #000;
  font-weight:bold; 
  background:url(img/bouton.png) 0 0 repeat-x;
  border: 1px solid #d3b4d5;
  text-decoration: none;
  cursor: pointer;
  text-align:center;
  }
.boutoncenter:hover { 
  background-position: 0 -20px;
  border: 1px solid #d3b4d5;
  cursor: pointer;
  }
.boutoncenter:active {
  background-position: 0 -40px;
  cursor: pointer;
}
.boutonpaypal {
  position:relative;
  background:url(paypal/paypalec_bouton.gif) 0 0 no-repeat;
  border: 0px;
  text-align:center;
  font-size: 0px;
  cursor: pointer;
  height:42px;
  width:145px;
}
.boutonpaypalrecap{
  position:relative;
  background:url(paypal/paypalec_bouton.gif) 0 0 no-repeat;
  border: 0px;
  text-align:center;
  font-size: 0px;
  cursor: pointer;
  height:42px;
  width:145px;
  float:right;
  text-decoration: none;
  cursor: pointer;
}

/* align bouton centre */
.boutonleft{
  position:relative;
  padding:0 4px 0 4px;
  margin:0 3px 0 3px;
  text-align:center; 
  color: #000;
  font-weight:bold; 
  background:url(img/bouton.png) 0 0 repeat-x;
  border: 1px solid #d3b4d5;
  float:left;
  text-decoration: none;
  cursor: pointer;
  }
.boutonleft:hover { 
  background-position: 0 -20px;
  border: 1px solid #d3b4d5;
  cursor: pointer;
}
.boutonleft:active {
  background-position: 0 -40px;
  cursor: pointer;
}
/*///////////////////////////////////  Header //////////////////////////*/
#header {
  width:100%;
  height:150px;
}

#headerInner {
  position: relative;
  width: 950px;
  height:120px;
  margin: 0 auto;

}

/*///////////////////////////////////  Logo //////////////////////////*/

#siteName {
  font-family:"trebuchet ms", helvetica, sans-serif ;
  color: #fff;
  font-size: 44px;
  text-transform: lowercase;
  display: inline;
  line-height: 110px;
  z-index:1;
}

#siteSlogan {  
  font-family:"trebuchet ms", helvetica, sans-serif ;
  float:left;
  margin:33px 0 0 10px;
  color: #eee;
  font-size: 24px;
}

#siteName a {
  color:#fff;
  text-decoration:none;
}

#siteName a:hover {
  color:#ddd;
  text-decoration:none;
  z-index:1;
}

#logo {
  position:absolute;
  margin:20px 0 0 0px;
  z-index:701;
}

#logo img {
  float: left;
  border: 0px;
  z-index:701;
}

#logowrapper {
  position: absolute;
}

/*///////////////////////////////////  Login //////////////////////////*/
#login{
  position:absolute;
  right:0;
  top:0px;
  z-index:1;
}

#loginCacher{
  position:absolute;
  z-index:1;
  filter:alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80; 
}


#loginBoutonCacher{
  filter:alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80; 
  z-index: 1;
  position:absolute;
  width: 80px;
  height:28px;
  text-align:center; 
  color: #000;
  float: right;
  right:20px;
  font-size: 0px;
  background:url(img/login.png) 0 0 no-repeat;
  text-decoration: none;
  border:0px;
  top:0px;
  cursor:pointer;
}

#loginBoutonCacher:hover { 
  width: 80px;
  height:28px;
  background-position: 0 -30px;
  border: 1px solid #d3b4d5;
  border:0px;
  top:0px;
  cursor:pointer;
}
#loginBoutonCacher:active {
  width: 80px;
  height:28px;
  background-position: 0 -60px;
  border:0px;
  top:0px;
  cursor:pointer;
}

#decoBoutonCacher{
  position:absolute;
  width:80px;  
  height:28px;
  text-align:center; 
  color: #000;
  float: right;
  right:20px;
  font-size: 0px;
  background:url(img/deco.png) 0 0 no-repeat;
  border:0px;
  top:0px;
  cursor:pointer;
}

#decoBoutonCacher:hover { 
  background-position: 0 -30px;
  width: 80px;
  height:28px;
  border:0px;
  top:0px;
  cursor:pointer;
}
#decoBoutonCacher:active {
  background-position: 0 -60px;
  border:0px;
  top:0px;
  cursor:pointer;
}

#bloc_top {
  width:622px;
  height:54px;
  position:absolute;
  top:0;
  right:100px;
  border: 0px;
  display:block;
}

#form_login {
	background:url('./img/form_login.gif') no-repeat left top;
	float:left;
  position:relative;
  border:0px;
	width:622px;
	height:54px;
	margin:0 0px 0 0px;
	padding:0 0px 0 0px;
	border: 0px;
	z-index:2;
}

#login_champ {
	background:#000;
	float:left;
	width:100px;
	color:#fff;
	/* font-weight:bold; */
	margin:5px 0px 0 174px;
	border:0px;
	z-index:2;
	cursor:pointer;
}
	
#motpasse_champ {
	background:#000;
	float:left;
	width:100px;
	color:#fff;
	/* font-weight:bold; */
	margin:5px 0px 0 120px;
	border:0px;
	z-index:2;
	cursor:pointer;
	}

#bouton_ok {
	float:left;
	background:url('img/form_ok.png') no-repeat;
	width:47px;
	height:23px;
	color:#b5b5b5;
	margin:0 0px 0 38px;
	border:0px;
	z-index:2;
	cursor:pointer;
	}

/*///////////////////////////////////  NEWS //////////////////////////*/
#news {
  position:absolute;
  width: 100%;
  min-width:900px;
  text-align:center;
  float:left;
  height:30px;
	padding:90px 0 0 0px;
}

#newsimage {
	border: 2px solid #2F2F2F;
	height:32px;
	width:30px;
}

/*///////////////////////////////////  Corps //////////////////////////*/
#corp {
}

#mainInner {
  position: relative;
  width: 950px;
  margin: 0 auto;
  padding-top: 1em;
  padding: 10px 0 50px 0;
}

/*///////////////////////////////////  colonnes //////////////////////////*/
#colonneprincipal {
  position: relative;
  margin-right: 20em;
  margin-left: 0.2em;
}

#colonneprincipal h3 {
  margin:5px 0 10px 0;
}
  
#colonne {
  position: relative;
  float: left;
  margin: 0 -34em 50px 0;
  padding: 0 2em 0 0;
  overflow:hidden;
  display:block;
}

#columns h2 {
  font-size:18px;
  margin:10px 0 5px 0;
}
  
#secondaryContent {
  float: right;
}

/*///////////////////////////////////  pagination colonne //////////////////////////*/

#sidebarLeft {
width: 230px;
background: #191919;
float: left;
margin: 0em 0.5em 0em 0.5em;
color: #B9B9B9;
}

#sidebarLeft .title {
  margin:0 0 15px 0;
  padding: 0;
}

.sidebarLeft-content {
padding: 0 15px 0 15px;
text-align: justify;
min-height: 300px;
}

#sidebarLeft span#topspan {
display: block;
height: 60px;
width: 230px;
margin: 0;
padding: 0;
background: #A15B8E url(img/top.gif) no-repeat top left;
}

#sidebarLeft span#bottomspan {
display: block;
height: 60px;
width: 230px;
margin: 0;
padding: 0;
background: #A15B8E url(img/bottom.gif) no-repeat top left;
}


/*///////////////////////////////////  MENU  A GAUCHE //////////////////////////*/

#barverticale {
  float:left;
	display:block;
	width:200px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	min-width:150px;
}

#menutitre {
  float:left;
  min-width:150px;
  display:block;
}
#menu {
  float:left;
  display:block;
	position: absolute;
	width:199px;
	min-width:199px;
	text-align:left;
	margin:0 0 50px 0;
	padding:0 0 0 0;
}

#menu ul {
list-style:none;
}

ul#menugauche {
	margin:0;
	font-size:10pt;
}

ul#menugauche li {
	width:156px;
	height:32px;
	line-height:32px;
	font-weight:bold;
	padding:0 0 5px 0;
}

ul#menugauche li a {
	display:block;
	margin:0px;
	text-align:center;
	text-decoration:none;
	color:#495e1e;
	cursor: pointer;
}

#menu ul li a:hover {
	 background:#000000; 
	 color:#FFF; 
	 cursor: pointer;
}

#idList {
	margin-top: -30px;
	padding: 0px;
	width:0px;
	float:left;
	cursor: pointer;
}
 
#idList li {
	display: block;
	margin: 0;
	padding: 4px;
	width: 149px;
	color: #888;
	cursor: pointer;
}

/*///////////////////////////////////  Liste article //////////////////////////*/ 
#articleselectsscat {
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	display:block;
	height:20px;
	vertical-align:middle;
	
}

#articleselectcategorie {
	padding: 0 0 0 0px;
	margin:10px 0 0 0px;
	
}

#articleligne {
	background:url('img/bg_article.png');
	width: 700px;
	height: 193px;
	max-height:193px;
	float:left;
	display:block;
}

#articleimage {
    margin: 30px 10px 2px 30px;
    padding: 2px 2px 2px 2px;
    border: 2px solid #D3B4D5; 
    width: 100px;
	height: 100px;
	border: 2px solid #D3B4D5; 
	text-align:left;
	float:left;
}

#articleimage:hover {
	border: 2px dotted #AFAFAF; 
}

#articledesc {
	padding: 0 0 0 0px;
	margin: 30px 0 0 0px;
	width: 500px;
	height: 140px;
	text-align:left;
	float:left;
	vertical-align:middle;
	text-align:justify;
}

#articleprix {
   font-weight: bold ; 
   margin: 10px 10px 0 0;
}

#articlebarre {
	padding: 0 0 0px 0px;
	margin:-22px 0 0 0px;
	float:right;
	display:inline;
	position:relative;
	background-color:#AD99AF;
	border: 1px solid #000;
	width: 450px;
	height: 20px;
	vertical-align:middle;
}

#articlecompteur {
 float: right;
 text-align: right;
 font-weight:bold; 
 vertical-align:middle;
   width: 300px;
   display:inline;
   overflow:none;

}

#articlenav {
  float: left;
  text-align: left;
  font-weight:bold; 
  vertical-align:middle;
  padding: 0 0 5px 0px;
  margin: 0 0 5px 0px;
  cursor:pointer;
}
#articleprix {
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
  display:block;
  float: left;
  width: 150px;
  height: 40px;
  background:url('img/prix.png') repeat-x;
}
#articleprix P{
  vertical-align:middle;
  color:AD99AF;
  font-weight:bold; 
  text-align: center;
  color:#191919;
}

#actualite {
  padding: 10px 0 0 0;
  margin: 0px 0 0 0;
  display:block;
  float: right;
  width: 150px;
  height: 40px;
  background:url('img/prix.png') repeat-x;
}
#actualite P{
  vertical-align:middle;
  color:AD99AF;
  font-weight:bold; 
  text-align: center;
  color:#191919;
}

/*/////////////////////////////////////  Description article ///////////////////////////*/ 

#artDes {
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 width: 700px;
 height: 100%;
}
#artDesTop {
 margin: 25px 0px 0px 0px;
 background:url('img/bg_articletop.png');
 height: 18px;
}

#artDesMiddle {
 background:url('img/bg_articlemiddle.png') repeat-y;
 width: 700px;
 height: 100%;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
#artDesMiddlecenter {
 padding: 20px 20px 40px 30px;
 margin: 0px 0px 0px 0px;
}

#articledivimage {
  width: 650px;
  height:100%;
  text-align:center;
}

#articledesimage {
  margin: 2px 2px 2px 2px;
  padding: 2px 2px 2px 2px;
  border: 2px solid #D3B4D5; 
  height: 250px;
  max-width:290px;
}

#articledesimage:hover {
  border: 2px dotted #AFAFAF; 
}

#artDesBottom {
 background:url('img/bg_articlebottom.png') no-repeat;
 height: 18px;
 padding:30px;
}
/*////////////////////////////// profil / commande ///////////////////////////*/ 

#modifpass{
  padding: 20px 20px 20px 20px;
  margin: 0px 0px 0px 0px;
  border: 2px dotted #D3B4D5; 
}

#tabprofiltr {
  margin: 0px 0px 0px 0px; 
  width: 300px;
  border: 1px dotted #D3B4D5; 
}
#tabprofiltd { 
  margin: 0px 20px 0px 0px;
  width: 100px;
}
#profiletab {
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 0px 0px;
  border: 1px dotted #D3B4D5; 
}

#profillogin { 
  padding: 0px 0px 10px 0px;
  margin: 0 0 0 180px;
  width: 300px;
  height: 200px;
  background:url('img/loginprofil.jpg') no-repeat;
  vertical-align:middle;
  text-align:center;
}
#profillogin p {  
  vertical-align:middle;
  color:AD99AF;
  font-weight:bold; 
  text-align: center;
  color:#191919;  
  text-align:center;
}

#login_profil {
	background:#A29899;
	color:#191919;
	font-weight:bold;
	border:1px dotted #191919;
	text-align:center;
	cursor:pointer;
	vertical-align:middle;
}

#recherche { 
  padding: 15px 10px 10px 0px;
  margin: 10px 0 0 200px;
  width: 300px;
  height: 30px;
  background:url('img/rechercheart.jpg') no-repeat;
  vertical-align:middle;
  text-align:center;
}
#recherche p {  
  vertical-align:middle;
  color:AD99AF;
  font-weight:bold; 
  text-align: center;
  color:#191919;  
  text-align:center;
}

#artrecherche {
	background:#A29899;
	color:#191919;
	font-weight:bold;
	border:1px dotted #191919;
	text-align:center;
	cursor:pointer;
	vertical-align:middle;
}

/*////////////////////////////// Effet image  ///////////////////////////*/ 



#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 700;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #191919;
	z-index: 701;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #191919;
}

#lbBottom {
	font-family: "trebuchet ms", helvetica, sans-serif ;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #191919;
	border-top-style: none;
}

#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/fermer.png) no-repeat center;
	margin: 0px 0px 0px 0px;
}


#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0px;
	width: 50%;
	outline: none;
}

#lbPrevLink {
  background: transparent url(img/precedant.gif) no-repeat 0% 50%;
  left: 20px;
}

#lbPrevLink:hover {
  background: transparent url(img/precedant.gif) no-repeat 0% 50%;
}

#lbNextLink {
  background: transparent url(img/suivant.gif) no-repeat 100% 50%;
  right: 20px;
}

#lbNextLink:hover {
	background: transparent url(img/suivant.gif) no-repeat 100% 50%;
}

#lbCaption, #lbNumber, #lbDescription {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

.hibouImaDesc {
	display: none;
}

/*//////////////////////////  portfolio  ///////////////////////////*/ 

.slideshowContainer {
  text-align:center;
	border: 0px;
	width: 660px;
	height: 300px;
	margin-bottom: 5px;
}

.loading {
	background: url(img/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border:1px solid white;
	padding:4px;
	width:80px;
	height:80px;
	max-height :100%;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 660px;
}
/*////////////////////////// Contact  ///////////////////////////*/ 


#contentForm {
  display: block;
  width: 650px;
  margin: 10px auto;
  padding: 5px;
}


.errormsg {
  display: block;
  width: 90%;
  color: #000000;
  font-weight: bold;
  background: #EDD1EF;
  text-align:center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border: 2px dotted #8D748F;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background-color: #FEEFFF;
  border: 1px solid #AD8EAF;
  margin: 0px auto;
  font-family:"trebuchet ms", helvetica, sans-serif ;
}

input, textarea, select, p {
  font-family:"trebuchet ms", helvetica, sans-serif ;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

.contact-left{
  display: block;
  float: left;
  clear: left;
  Width: 650px;
  margin-bottom: 0px;
  margin: 5px 0;
}
#contact-right{
  Width: 150px;
}

/*////////////////////////// Date actualité  ///////////////////////////*/ 




/*////////////////////////// class titre,lien...  ///////////////////////////*/ 
h1,h2,h3 {
  font-size:1.6em;
}

h4,h5,h6 {
  font-size:1.5em;
}

h5 {
  margin-bottom: 0.5em;
}

a {
  text-decoration: none;
  color: #5F2F5B;
}

a:hover {
  color:#9D5795;
  text-decoration:none;
}

.corpPage {
  margin-top:15px;
  clear: both;
}

.corpPage p {
  line-height: 1.5em;
  text-align: justify;
  margin-bottom: 1em;
}

.pres {
  margin: 0 0 0 0;
}

.pres ul, .node ol {
  margin: 1em 3em 1em 3em;
  line-height: 1.5em;
}
.pres ul{
  margin: 1em 3em 1em 0;
}

.pres ul li{
  padding: 0 0 0 3em;
  background:url('img/custombullet.gif') 19px 5px no-repeat;
}

* html .pres ul li{
   height:10px;
}

.nodeimg {
   padding:3px;
   border:0px;
}

div.picture a:hover{   
   border:0px;
}

div.picture a img{
   display:block;   
}

.nodeTitle, .titrePage {
  font-family:"trebuchet ms", helvetica, sans-serif ;
  font-size: 1.7em;
  letter-spacing: -1px;
  font-weight: normal;
  padding: 5px 0px 3px 0px;
  line-height: 25px;
  clear:left;  
}

.nodeTitle, .titrePage{ 
   padding:0px 0 0px 40px;  
   background:url('img/hibou-small.jpg') bottom left no-repeat; 
   width:400px;   
}

div#comments h2.title{   
   padding:10px 0 10px 40px;
   background:url('img/hibou-small.jpg') bottom left no-repeat; 
   width:400px;   
}

.nodeTitle a {
  color:#3C4E55;
}

.nodeTitle a:hover {
  text-decoration: none;
  color:#2596D0;
  border-bottom: 0px;
}

ul.links {
  list-style-type: none;
  margin: 0;  
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  margin: 0 0.2em;
  padding:0;
  background-image:none;
}

dt {
  font-size:14px;
  font-weight:bold;
  margin:10px 0 5px 0;
}

.block {
  margin: 10px 0 20px 0;
}

/*///////////////////////////////////  panier //////////////////////////*/


#paniertop {
  padding: 0 0 0 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border:0px; 
  height:50px;
  background:url('img/tabtop.gif') bottom left repeat-x; 
  color: #FFF;
}

#panier {
  border: 0px;
  margin: 20px 0 0px 0;
  background-color:#000; 
  color: #FFF;
}
#panierligne {
  border: 0px;
  margin: 0 0 0 0px;
  padding:0 0 0 0px;
  background-color:#AD99AF; 
  color: #000;
}

#paniertotal {
  margin: 0 0 0 0;
  padding:2px 10px 2px 10px;
  border:1px solid #BF1717; 
  background-color:#EFCE77; 
  font-weight:bold;
  color: #000;
  text-align: right;
  float:right;
}

#panierbouton {
  position:relative;
  margin: 0 0 0 0;
  font-weight:bold;
  color: #000;
  text-align: right;
  float:right;
}



/*///////////////////////////////////  js image mootools //////////////////////////*/
.combo {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: 1px solid #d3b4d5;
  background-color:#AD99AF; 
  height:20px;
  border:1px solid #191919;
}

/* commentaire js image */
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 500;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url('img/bubble.png') top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url('img/bubble.png') bottom right;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}

.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}

/*///////////////////////////////////  Tableau //////////////////////////*/
table {
 text-align: center;
 margin-left: 0px;
 margin-right: 0px;
 border-width:0px;
 border-style:solid;
 border-collapse: collapse; 
 width: 100%;
}

td {
 text-align: center;
 margin-left: 0px;
 margin-right: 0px;
/*  border-width:1px;
 border-color:black;
 border-style:solid;
 border-collapse: collapse; */
 padding: 5px 0 5px 0;
 margin:0 0 0 0px;
}

th {
 text-align: center;
 margin-left: 0px;
 margin-right: 0px;
 border-width:0px;
 border-color:black;
 border-style:solid;
 border-collapse: collapse; 
 padding: 5px 0 5px 0;
 margin:0 0 0 0px;
}

.box {
  clear: both;
  margin-top: 1.5em;
}

.form-text, .form-submit, .form-textarea, .form-item {
  margin-top: 6px;
  margin-bottom: 4px;
}


/*///////////////////////////////////  List (menu) //////////////////////////*/

#sidebarLeft #block-comment-0 div.item-list ul,
#sidebarLeft #block-similar-0 div.item-list ul,
#sidebarLeft #block-block-3 div.item-list ul { 
  list-style-type:none; 
  margin:0; padding:0; 
}

#sidebarLeft #block-comment-0 div.item-list ul li,
#sidebarLeft #block-similar-0 div.item-list ul li,
#sidebarLeft #block-block-3 div.item-list ul li { 
  list-style-type:none; 
  margin:0; 
  border-bottom: 1px solid #2F2F2F; 
  text-align:left; 
}

#sidebarLeft #block-comment-0 div.item-list ul li a,
#sidebarLeft #block-similar-0 div.item-list ul li a,
#sidebarLeft #block-block-3 div.item-list ul li a { 
  display: block; 
  padding:2px 10px 5px 10px; 
  text-decoration: none; 
  color:#b9b9b9; 
}
#sidebarLeftpaypal {
  padding:0px 0px 0px 0px;
  margin: 0 0 0px 0;
  height:66px;
  vertical-align:bottom;
}
#sidebarLeft #block-comment-0 div.item-list ul li a:hover,
#sidebarLeft #block-similar-0 div.item-list ul li a:hover,
#sidebarLeft #block-block-3 div.item-list ul li a:hover { 
  background:#2F2F2F; 
}

#sidebarLeft #block-comment-0 div.item-list ul li a span,
#sidebarLeft #block-similar-0 div.item-list ul li a span,
#sidebarLeft #block-block-3 div.item-list ul li a span { 
  display:block; 
}

/*///////////////////////////////////  Footer //////////////////////////*/


#footerCacher {
  display: block;
  min-height: 270px;
  min-width: 950px; 
  margin: 0 auto;
  background: #191919;
}

* html .footerPage { 
  height: 100%;
  background: #191919;
} 

#footerPage { 
 /* CSS3 */
 filter:alpha(opacity=92);
 -moz-opacity:.92;
 opacity:.92; 
 margin: 0 0 0 0;
 width: 100%;  
 min-width: 950px; 
 background: #191919;
 position:fixed;
 bottom:0px;
 min-height: 40px; 
 border-top: 10px solid #2F2F2F;
 z-index: 600;
}

#FooterPage a{
  cursor: pointer;
}

#FooterBouton {
  background:url('./img/btmasquer.jpg') no-repeat;
  width:150px;
  height:36px;
  border:0px;
  cursor: pointer;
/* display:none; */
}

#FooterBouton:hover  {
  background:url('./img/btmasquerhover.jpg') no-repeat;
  width:150px;
  height:36px;
}

.Footer { 
  width: 950px;
  margin: 0 auto;
  color: #E6E6E6;
  clear: both;
  height: 100%;
}

.Footer h2 { 
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: normal;
  color: #E6E6E6;
  padding: 15px 0px 10px 0px; 
  margin: 0px; 
  border-bottom: solid 5px #2F2F2F;
} 

.Footer ul { 
  padding: 0px; 
  margin: 20px 0px; 
  border-top: dashed 1px #2F2F2F; 
} 
.Footer li, .Footer .item-list ul li { 
  background: url(img/foot_bullet.gif) no-repeat left; 
  margin: 0px; 
  padding: 5px 0px 6px 15px; 
  list-style-type: none; 
  border-bottom: dashed 1px #2F2F2F; 
  display: block;  
} 
.Footer li small { 
  font-size: 10px; 
  color:#5e7d8c;
} 

.Footer li a { 
  color: #E6E6E6; 
}
.Footer li a:visited { 
color: #E6E6E6; 
}

.FooterActu { 
  float: left; 
  width: 450px; 
}
.FooterActu h2 { 
  padding-left: 30px;
}
.FooterNews { 
  float: left; 
  width: 450px; 
  margin: 0px 22px; 
}
.FooterNews h2 { 
  padding-left: 30px;
}
.FooterMenu {
  width: 300px; 
}
.FooterMenu h2 { 
  background: url(img/sponsors.gif) no-repeat left center; 
  padding-left: 30px;
}

.FooterCopy { 
  background: #2F2F2F;
  width: 920px;
  float: left;
} 

.FooterCopy p { 
  padding: 10px; 
  margin: 0px; 
  font-size: 11px;  
  text-align:center;
  vertical-align:middle;
  font-weight:bold;
} 

.FooterCopy a { 
  text-decoration: underline; 
} 

