/*------------------------------------------------------------------*/
.border-all-transparent {
	border: 1px solid #CCCCCC;
}
.contentslide{
border: 0px solid CCCCCC;
TEXT-DECORATION: none;
background: #FFFFFF url(/images/base/sfondo_sched.gif) top repeat-x;
width: 100%;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

/*For ie*/
filter: alpha(opacity = 100);
text-decoration: none;
}

.contentslide .contentdiv{
display: block;
height: 200px;
margin: 0px;/* top right buttom left*/
text-decoration: none;
border: 1px solid #CCCCCC;
padding : 0 220 0 30px;/* top right buttom left*/
}
.contentdiv h1{
color: #333;
font-size : 26px;
}
.contentdiv h2{
color: #09C;
font-size : 19px;
}





.pagination{
display: none; /* block ou none*/
width: 99%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
/*background-image: url(http://www.juridis.org/images/base/back2.gif;*/
background-color: #cccccc;/* fond de pagination*/
border: 0px solid #FFFFFF;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 5 5 5 5px;/* top right buttom left*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
font-size : 13px;
color : #003366;
font-family : Verdana;

}

.pagination a:hover{
text-decoration: none; 

}
.pagination a.selected{
color: #00000;
background-color: #BDDDF2;
font-size : 20px;
font-weight : bold;
color : #0088b5;
font-family : Verdana;
text-decoration: none; 

}
.pagination2{
display: none; /* block ou none*/
width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
/*background-image: url(http://www.juridis.org/images/base/back2.gif;*/
background-color: #cccccc;/* fond de pagination*/
border: 0px solid #FFFFFF;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 5 5 5 5px;/* top right buttom left*/
}
.pagination2 a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
font-size : 13px;
color : #003366;
font-family : Verdana;

}

.pagination2 a:hover{
text-decoration: none; 

}
.pagination2 a.selected{
color: #00000;
background-color: #BDDDF2;
font-size : 20px;
font-weight : bold;
color : #0088b5;
font-family : Verdana;
text-decoration: none; 

}