body {
    height:100%;
    overflow:auto;
	}
body {
	margin:0px 0px 0px 0px; /* Prevent content from becoming unreachable in Gecko */
	padding:0px 0px 0px 0px;
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000033;
	background-image:url(images/FondNoir.jpg);
	background-repeat:repeat-x;
}
.titre {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	background-image: url(images/ligne.jpg);
	background-repeat:repeat-y;
	text-transform: uppercase;
}
.titre_mod {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #333333;
	background-image: url(images/fd_horiz.jpg);
	background-repeat:repeat-y;
	text-transform: uppercase;
}
/* position:absolute for all browsers - the whole page scrolls */
div#header {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.lien_haut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #993300;
	background-color:#FFFFCC;
}
.liste{
	border-right:1px dashed #996633;
}
.liste_haut{
	border-right:1px solid #996633;
}

div#listemodele{
	width:100%;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	background-image:url(images/fd_horiz.jpg);
	background-repeat: repeat-y;
}

.listemod{
	width:164px;
	height:170px;
	border:1px solid #333333;
	margin:10px 10px 10px 10px;
}
div#listemodelepoele{
	width:100%;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
}

.listemodpoele{
	width:164px;
	height:180px;
	border:1px solid #333333;
	margin:10px 10px 10px 10px;
	float:left;
}
#s3slider { 
   width: 320px; /* important to be same as image width */ 
   height: 400px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 320px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left;  /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 320px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

ul#animated-portfolio{
        padding: 0;
        margin: 0;
        list-style-type: none;
}
ul#animated-portfolio li{
        padding: 0;
}

.opacite img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.opacite:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

