
html,


#labfooter {
	text-align:center;
	clear:both;
}

.adwrap object {
	width:468px;
	height:60px;
}

.teaser {
	width:280px;
	padding:2px 0px 2px 0px;
	background:url("images/tsr-b.gif") bottom left no-repeat;
	font-size: 11px;
}

.teaser h1{
 /* définition de la balise <span> au survol */
display: inline;
top: 200px; /* positions et dimensions du calque, que vous pouvez changer à loisir */
left: 0px;
width: 200px;
height: 100px;
color: white;
}


.teaser h3 {
margin:0;
padding:0px 20px 0px 10px;
background:url("images/tsr-t.gif") top left no-repeat;
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
color:#FFFFFF;
}

.teaser p {
margin:0;
padding:0 10px 3px;
border:1px dashed #7A4EA5;
border-width:0 1px;
background-color:#0A0A0A;
}

h1 {
font-family:Verdana, Helvetica, sans-serif;
font-size : 14px;
color : #CCCCCC;
font-weight : strong;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
color : #FFFFFF;
font-weight : normal;
}

h3 {
font-family:Verdana, Helvetica, sans-serif;
font-size : 9px;
color : #FFFFFF;
font-weight : strong;
}

h4 {
font-family:Verdana, Helvetica, sans-serif;
font-size : 16px;
color : #FFFFFF;
}

h5 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size : 18px;
color : #FFFFFF;
font-weight : normal;
}


BODY {
font-size : 12px;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #FFFFFF;
background : #6D6D6D url() fixed repeat;
}


 A:visited, A:link, A:active {
font-weight : strong;
font-size : 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #CCCCCC;
text-decoration : underline;
}

A:hover {
font-weight : strong;
font-size : 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #FFFFFF;
text-decoration : underline;
}

select,input,textarea{
color: #CCCCCC;font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;background-color: #6D54A5 ;border:solid #CCCCCC 1px;
}

.part {
width:500px;	
}


// pr le survol
a {
text-decoration: none; /* d?finition du lien qui affichera le "calque" */
}
a:hover {
background: none; /* correction d'un bug IE */
}
a span { /* d?finition de la balise <span> inclue dans <a> */
display: none;
}
a:hover span { /* d?finition de la balise <span> au survol */
display: inline;
position: absolute;
top: 200px; /* positions et dimensions du calque, que vous pouvez changer ? loisir */
left: 400px;
width: 200px;
height: 100px;
text-align: center;
color: white;
}
