/*mouseover*/
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: 400px; /* positions et dimensions du calque, que vous pouvez changer à loisir */
left: 100px;
width: 300px;
height: 400px;
background: none;
text-align: center;
color: white;}

/*fin du mouseover*//

.grise {
border-style:solid; 
border-width:1px; 
border-color:black; 
background-color:silver;
}

.blue {
border-style:solid; 
border-width:1px; 
border-color:blue;
}

.none {
border-style:none;
}  

p {
background-color:transparent;  
color:black;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #2F6622;/*vert foncé*/
	background-image: url(../images/mainbkgd.gif);
	background-repeat: repeat-x;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	text-align: justify;
	color: #666666;
}
ul{
color: #666666;
}

li{
color: #666666;
}

.maintd {
	background-color: #FFFFFF;
	padding-top: 12px;
	padding-right: 22px;
	padding-bottom: 12px;
	padding-left: 21px;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	color: #9EC018;
	text-decoration: underline;
}
a:visited {
	color: #9EC018;
	text-decoration: underline;
}
a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
a:active {
	color: #FFCC33;
	text-decoration: underline;
}
.soustitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.redtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #991217;
}
.submitgrey {
	color: #991217;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-weight: bold;
}
.inputgrey {
	color: #333333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
}




img{
border: 0;
}


h1.titre{
}
p.soustitre{
font-size: 1.1em;
font-weight: bold;
color: #2F6622;
}
p.spip{
line-height: 1.35em;
text-align: justify;
}
hr.spip{
margin: 20px 10px;
border: solid 1px #dfdfdf;
}
h3.spip{
font-size: 1.1em;
font-weight: bold;
font-family: Verdana, Arial, sans-serif;
color: #666666;
text-align: center;
margin: 35px auto 15px auto;
}
h3.spip img, img.documentsjoints{
display: block;
text-align: center;
margin: 0 auto -19px auto !important;
}
strong.spip{
color: #555555;
}



/*----- CONTENT OF THE PROGRAMME  -----*/

.paper{
margin: 10px 4px;
padding-bottom: 10px;
background: #fafafa;
}
.hour{
text-align: center;
background: #f5f5f5;
color: #666666;
font-weight: bold;
letter-spacing: .7em;
font-family: Verdana, Arial, sans-serif;
}
.other{
text-align: center;
margin: 10px 0;
background: #C0C0C0;
color: #f5f5f5;
font-weight: bold;
letter-spacing: .7em;
font-family: Verdana, Arial, sans-serif;
}
.title{
padding: 4px 10px;
font-size: 1em;
font-weight: bold;
color: #777777;
}
.paper .speaker{
margin: 0;
padding: 2px 10px;
font-size: .85em;
font-weight: bold;
color: #999999;
}
.abstract{
padding: 4px 10px;
font-size: 1em;
font-weight: normal;
color: #666666;
text-align: justify;
}
.email{
font-family: Verdana, Arial, sans-serif;
font-size: .85em;
font-weight: normal;
color: #333333;
}
.paper .presentation{
text-align: center;
}