body
{
background-image: url('/Design/Background/fond-site3.png');
background-position: fixed;
background-repeat: no-repeat;
background-color: #ffeebd;
margin: auto;    
width: 800px;
}
#header
{
background-color: grey;
width: 800px;
height: 300px;
background-image: url("/Design/Header/header-3.jpg");
background-repeat: no-repeat;
}
#formulaire_connexion
{
font-size: small;
background-image: url('/Design/Barres_de_separation/barre-transition.jpg');
background-repeat: no-repeat;
width: 800px;
height: 40px;
padding:5px;
}
#conteneur
{
background-image: url("/Design/Background/fond-conteneur.jpg");
background-repeat:repeat-y;
}
#corps
{

background-image: url("/Design/Background-corps/corps-debut.jpg");
background-repeat: no-repeat;
color: black;
background-color: white;
border: 0px solid black;
padding: 10px;
margin-left: 202px;
}
#corps h3
{
text-align: center;
}
#corps p, h3
{
font-family: "Times New Roman", Arial, Serif;
}
#corps a
{
color: black;
text-decoration: none;
}
#corps a:hover
{
color: black;
text-decoration: underline;
}
#corps a:visited
{
color: black;
}
#corps ul
{
list-style-type: circle;
}
.img_manga
{
text-align: center;
}
#corps img
{
border-style: none;
}
#header-menu
{
width:200px;
height: 33px;
margin-left: 2px;
background-image: url("/Design/Header/menu-header.jpg");
background-repeat: no-repeat;
}
#menu
{
background-image: url("/Design/Background-menu/menu.jpg");
width: 202px;
background-repeat: repeat-y;
float: left;
border: 0px solid black;
min-height: 500px;
}
#menu img
{
border-style: none;
}
#menu a
{
color: black;
text-decoration: none;
}
#menu a:hover
{
text-decoration: underline;
color: black;
}
#menu a:visited
{
color: black;
}
#menu h3
{
text-align: center;
font-size: 16px;
}
.sous_menu
{
margin-bottom:10px;
}
#footer
{
background-image: url("/Design/Background-corps/corps-fin.jpg");
width: 598px;
height: 144px;
clear:both;
margin-left: 202px;
}

.corps_news
{
text-align: justify;
width: 460px;
margin-left: 105px;
}
.avatars
{
width: 100px;
margin-right: 5px;
margin-top: 5px;
float: left;
}
.header_news
{
background-image: url('/Design/Header/header_news3.png');
color: black;
padding-left: 77px;
background-repeat: no-repeat;
width: 590px;
height: 52px;
padding-top: 1px;

}
.footer_news 
{
text-align: right;
}
.footer_news a, a:visited 
{
color:black;
text-decoration: none;
text-align: right;
}
.footer_news a:hover 
{
text-decoration: underline;
text-align: right;
}


.admin
{
text-decoration: underline;
}
.italic
{
font-style: italic;
}
.soulign
{
text-decoration: underline;
}