body
{
width: 760px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-image: url("../image/fondecransite.png");
background-repeat: no-repeat;
background-position: top;
}
p
{
font-weight: bold;
color: yellow;
background-color: gray;
margin-right: 447px;
border: 1px solid blue;
text-align: center;
}
a
{
color: white;
font-weight: bold;
text-decoration: none;
}
a:hover
{
background-color: blue;
color: green;
}
p a:hover
{
background-color: white;
color: gray;
}
h1
{
margin-right: 150px;
margin-left: 150px;
color: blue;
font-weight: bold;
text-align: center;
background-color: white;
border: 2px solid blue;
}
.retour a
{
font-weight: bold;
color: white;
text-align: center;
}
.retour a:hover
{
background-color: white;
color: gray;
}
#menu
{
width: 280px;
float: left;
}
.element_menu
{
border: 2px solid blue;
background-color: white;
margin-bottom: 20px;
}
.element_menu ul
{
font-family: Georgia, "Times New Roman", "Comic Sans MS", Arial, serif;
list-style-image: url("../image/note_musique.png");
padding: 0px;
padding-left: 30px;
margin: 0px;
margin-bottom: 5px;
}
.element_menu h3
{
text-align: center;
color: blue;
}
.element_menu a
{
color: blue;
}
.element_menu a:hover
{
color: white;
background-color: blue;
}
#corps
{
margin-left: 300px;
padding: 5px;
width: 420px;
background-color: #dcdcdc;
border: 2px solid green;
font-size: 80%;
}
.en_bref
{
color: black;
}
