body {
background: #EEEEEC;
scrollbar-face-color: #6F6F6F;
scrollbar-arrow-color:white;
scrollbar-base-color:white;
scrollbar-shadow-color:white;
scrollbar-darkshadow-color:white;
scrollbar-highlight-color:white;
scrollbar-3dlight-color:white;
scrollbar-track-color:white;
text-align: left;
}

.TDBloc1 {
background-color: #EEEEEC;
border-width: 9px;
border-color: #FFFFFF;
border-style: solid;
}

.TDFocus {
border-width: 1px;
border-color: #FFFFFF;
border-style: solid;
background: url(../imgs/bg_focus.jpg);
background-repeat: no-repeat;
background-position: center bottom;
margin-bottom:10px;
}

#annonceAccueil {
	position:absolute;
	z-index:200;
	visibility:hidden;
   background-color:#FFFFFF;
   filter: alpha(opacity=80);  
   -moz-opacity: 0.80;
   -khtml-opacity: 0.80;
   opacity: 0.80;
}

.tbAnnonce {
   position:relative;
	top:100px;
   left:55px;
   z-index:210;
   border-width: 1px 1px 1px 1px;
	border-color:#6F6F6F;
	border-style:solid;
	background-color:#F5F5F5;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
	color:#000000;
}

.closeAnnonce {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
	color:#FFFFFF;
	background-color:#6F6F6F;
	font-weight:bold;
	cursor:pointer;
}

.title1 {
text-decoration:none;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6F6F6F;
text-align: left;
}

.titlefocus {
text-decoration:none;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6F6F6F;
text-align: right;
}

.text1{
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6F6F6F;
text-align: justify;
}

.copy, .copy:hover{
text-decoration:none;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6F6F6F;
}

a{
text-decoration:underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6F6F6F;
text-align: justify;
}

a:hover{
text-decoration:underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #6F6F6F;
text-align: justify;
}

#focus{
overflow: auto;
width: 201px;
height: 230px;
clip: rectangle(190,220,220,190);
top: 0;
left: 0;
scrollbar-face-color: #EEEEEC;
scrollbar-arrow-color:#6F6F6F;
scrollbar-base-color:#EEEEEC;
scrollbar-shadow-color:#EEEEEC;
scrollbar-darkshadow-color:#EEEEEC;
scrollbar-highlight-color:#EEEEEC;
scrollbar-3dlight-color:#EEEEEC;
scrollbar-track-color:#EEEEEC;
}

#focusBig{
overflow: auto;
width: 201px;
height: 290px;
clip: rectangle(190,280,280,190);
top: 0;
left: 0;
scrollbar-face-color: #EEEEEC;
scrollbar-arrow-color:#6F6F6F;
scrollbar-base-color:#EEEEEC;
scrollbar-shadow-color:#EEEEEC;
scrollbar-darkshadow-color:#EEEEEC;
scrollbar-highlight-color:#EEEEEC;
scrollbar-3dlight-color:#EEEEEC;
scrollbar-track-color:#EEEEEC;
}

.inputText {
height: 18px;
border-style: solid;
border-width: 1px;
border-color: #CCCCCC;
padding-left: 2px;
text-decoration:none;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

.textarea {
border-style: solid;
border-width: 1px;
border-color: #FBB521;
padding-left: 2px;
text-decoration:none;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
scrollbar-face-color: white;
scrollbar-arrow-color:#FBB521;
scrollbar-base-color:white;
scrollbar-shadow-color:white;
scrollbar-darkshadow-color:white;
scrollbar-highlight-color:white;
scrollbar-3dlight-color:white;
scrollbar-track-color:white;
}

.submit{
display: block;
border-width:0px;
height: 18px;
background-color: #CCCCCC;
text-decoration:none;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-align: center;
cursor: pointer;
}

