/* CSS Document */

/* style index.html et slideshow.html */

body.index {
background-image: url(../img/fondindex.JPG);
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: #004040;
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 copyright*/

td.copyright{
background-color:#004040;
text-align:center;
color:#ffffff;
height:20px;
}

td.copyrightIndex{
background-color:black;
text-align:center;
color:#ffffff;
height:20px;
}