body         { background-image: url(../images/fond.gif); background-repeat: repeat-x; scrollbar-face-color: #9ED0F3; height: 100%; }
.normal, p, td, input, p, select, textarea         { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; padding: 0; }

.titre, h1  { color: #484848; font-size: 18px; font-family: tahoma, "trebuchet ms", verdana, arial; font-weight: bold; line-height: 20px  ; margin: 0; padding: 0; }
.sousTitre, h2  { color: #484848; font-size: 17px; font-family: tahoma, "trebuchet ms", verdana, arial; font-weight: normal; line-height: 20px  ; margin: 0; padding: 0; }
.sousSousTitre, h3  { color: #7a9c28; font-size: 14px; font-family: tahoma, "trebuchet ms", verdana, arial; font-weight: normal; margin: 0; padding: 0 0 5px; }

.encadre_jaune { color: #ee481a; font-size: 15px; font-family: Georgia, "Times New Roman", Times, serif; }
.texte_intro { color: #7c7c7c; font-size: 15px; }
.prix { color: #ee481a; font-size: 25px; }
.petit  { color: #333; font-size: 10px; font-family: Arial, Helvetica, sans-serif ; line-height: 12px; }
a, a:link, a:visited   { color: #252525; text-decoration: underline }
a:hover  { color: red; text-decoration: underline }
ul  { list-style-image: url(fleche_noire.gif); }

.signature { color: #787878; font-family: Arial, Helvetica, Geneva; }
.signature a, .signature a:link, .signature a:visited { color: #78787d; text-decoration: none; }
.signature a:hover { color: red; }
.signature strong { color: #787878; }

.boutonmodiffiche   { font-size: 12px; font-family: Arial, Helvetica, Geneva; background-color: #fc3; padding: 0 5px; border: solid 1px black   }
a:link.boutonmodiffiche, a:visited.boutonmodiffiche  { color: black; text-decoration: none }
a:hover.boutonmodiffiche   { text-decoration: none; background-color: #cc0 }

b, strong { }

#divActualitesCycle { color: #951400; }
#divActualitesCycle a, #divActualitesCycle a:link, #divActualitesCycle a:visited { color: #7a9c28; font-weight: bold; text-decoration: none; }




/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
    
/*
.jqmWindow {
	display: none;
	position: fixed;
	top: 17%;
	left: 20%;
	background-color: transparent;
	color: #333;
	border: 0px solid black;
	padding: 0px;
	width: 690px;
}
#targetActu { background-color: white; overflow: auto;overflow: auto; width: 690px; height: 393px; margin: 0; padding:0;}

.jqmOverlay { background-color: #000; z-index: 2999; width: 100%; height: 100%; background-color: #000; position: absolute; left: 0; top: 0; }
.jqmClose { cursor: pointer;}

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
*/

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 690px;
    background-color: transparent;
    color: #333;
    border: 0px solid black;
    padding: 0;
}
#targetActu { background-color: white; overflow: auto;overflow: auto; width: 690px; height: 393px; margin: 0; padding:0;}
.jqmOverlay { background-color: #000; }
.jqmClose { cursor: pointer;}
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}





.pics {  
   width: 200px;  
    height : 148px;  
    padding: 0;  
    margin:  0;
} 
.pics div {
}
.pics img {  
    padding: 0;  
    border:  0 solid #ccc;  
    background-color: #eee;  
    top:  0; 
    left: 0 
} 

#prochainement {left:50%; margin-left:-82px; top:50%; position: fixed; width:164px; height:415px;}
* html div#prochainement {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(50 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
#prochainement iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:164px;;/*must have for any big value*/
	height:415px/*must have for any big value*/;
}







