/* CSS Document */
a { 		 
text-decoration: none;
color: blue;	
}
a:VISITED {
text-decoration : none;
color:#990000;
}
a:HOVER {
color : #dc107f;
text-decoration:none;
}
.tab_global {
border:1px solid #000000;
}
.logo {
position:absolute;
margin-top:80px;
margin-left:250px;
width:300px;
height:150px;
border:0px solid #000000;
}
.totem {
width:300px;
border-right:1px dotted #666666;
background-color:#FFFFFF;
border-bottom:1px dotted #666666;
border-top:0px dotted #666666;
}
.contenu {
width:660px;
padding:10px;
text-align:justify;
}
.box {
border:1px solid #000000;
width:250px;
background-color:#FFFFCC;
scrollbar-face-color:#B0D8FF;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #8fbc8b;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #ffffff;
}
.ti_box {
background-color:#CAE4FF;
text-align:left;
padding-left:5px;
padding-top:2px;
padding-bottom:2px;
border-bottom:1px solid #000000;
}
.text_box {
text-align:justify;
width:245px;
height:140px;
overflow:auto;
padding-left:5px;
}
.titre {
font-size:20px;
}
.text {
color:#000000;
font-size:14px;
}
.bas {
text-align:justify;
font-size:12px;
}
.pub {
border-bottom:5px solid #000000;
border-left:1px solid #000000;
border-right:5px solid #000000;
border-top:1px solid #000000;
position:relative;
margin-top:-25px;
margin-left:100px;
width:468px;
}
.supban {
position:absolute;
margin-top:0px;
}
.filinfo {
background-color:#FFFFCC;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
text-align:center;
color:#0000FF;
font-family:papyrus;
}