/* CSS Document */

/* style index.html et slideshow.html */

body.index {
margin-top:100px;
background-color: #4a6d97;
color: #FFFFFF;
text-align:center;
}

a.index:link, a.index:visited {
color: #FFFFFF;
}

a.index:hover {
color: #9dc4f2;
}

/* style accueil.html */
body.accueil {
margin-top:50px;
background-color: #4a6d97;
color: #FFFFFF;
}

table.accueil{
margin-left:auto; 
margin-right:auto; 
text-align: center;
}

h1{
font-size:1.3em;
text-align:center;
}

/* liens images*/
a.no_border img{
border:0;
}

a.lien img
{
border: 1;
border-color:#b92847;
}

a.lien:hover img
{
border: 1;
border-color:#FFFFFF;
}

/* style general */

body{
margin:0 0 0 0;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
}

p{
text-align:justify;
}

.red{
color:red;
}

table.tableau_menu_haut{
background-color: #dfedff;
border-width:0px;
}

a:link,a:visited{text-decoration:underline;
color:#4a6d97;
}

a:hover{text-decoration:none;
color:#4a6d97;
}

td.menugauche {
background-color: #9dc4f2;
vertical-align:top;
height:700px;

}

body.mainFrame{
margin-top:20px;
margin-left:20px;
margin-right:20px;
line-height:1.5em;
}

td.mainFrame{
vertical-align:top;
}

td.tiret{
background-image:url("images/tiret.png");
background-repeat: repeat-y;
}

li{
display:list-item;
list-style-image:url("images/puce.png");
list-style-position:outside;
}


/* style partie conference */

.news{
color:#4a6d97;
font-weight:bold;
font-size:1.2em;
}

.newstitre{
font-weight:bold;
}

.contactmail{
font-size:0.85em;
}

td.contact{
text-align:center;
font-size:0.9em; 
border:1px solid #9dc4f2;
}

table.contact{
border:2px solid #9dc4f2;
}

/* style tourisme */
p.titre{
font-family:monotype corsiva;
font-size:2.5em;
}

.source{
font-size:0.7em;
}

/* style proceedings */

.author{
font-weight:bold;
}

.titrearticle{
font-weight:bold;
font-style:italic;
}

.session{ font-style:italic;
}

/*style copyright*/

td.copyright{
background-color:#9dc4f2;
text-align:center;
color:#ffffff;
height:20px;
}

/*style program*/

table.program{
border-width: 0px;
width: 900px;
}

th {
height:40px;
background-color: #9dc4f2;
}

td.horaire{
background-color: #9dc4f2;
vertical-align: top;
width: 100px;
text-align: right;
}

td.grayBgd{
background-color:#d5d5d5 ;
width:150px;
text-align: center;
}

td.BlueBgd{
background-color:#6a9ed8 ;
width:150px;
text-align: center;
}

td.Blue2Bgd{
background-color:#dfedff ;
width:150px;
text-align: center;
}

td.auteur{
height: 120px;
background-color: #dfedff;
width:150px;
text-align: center;
}

td.ps{
background-color: #8faccf;
width:150px;
text-align: center;
}
td.tours{
background-color: #f9fca9;
width:150px;
text-align: center;
}

a.program img{
border:0;
}

a.program {

display: block;
width: 150px;
}
a.program:hover {
background-color: #dfedff;
color: #000000;
}
a.program span.program {
display: none;
}
a.program:hover span.program {
display: block;
}


