@CHARSET "UTF-8";
/* Formulaire de connexion */
.loginform ul {
    padding: 0;
    margin: 0;
}
.loginform li {
    display: inline;
    float: left;
}
label {
    display: block;
    color: #999;
}
.cf:before,
.cf:after {
    content: ""; 
    display: table;
}
 
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
:focus {
    outline: 0;
}

.loginform input[type=submit] {
    padding: 5px 15px;
    margin-right: 0;
    margin-top: 15px;
}

/* Table de présentation */
div#liste_revues
{
	margin:10px auto;
	width:100%;
	min-width:400px;
	max-width:700px;
}

div#liste_revues table
{
	margin:0px;
	width:100%;
}

.TitreBanniere
{
	font-size: 36px;
	font-style:italic;
	font-weight:bold;
}

body
{
	background-color:rgb(240,240,240);
}