
body  {
background-color:grey;
text-align:center;
background: url("http://genaudet.net/images/Matrix.jpg");
background-attachment:fixed
}

.bleu  { 
color:blue;
text-align:right;
}

.vert  {
color:green;
text-align:center;
}

.rouge  {
color:red; 
text-align:left;
}

.titre_article  {
color:white;
text-align:center;
margin:auto;
background-color:blue;
font-size:15px;
border-style:solid;
border-width:3px;
border-color:red;
width:50%;
}

.article  {
color:black;
text-align:justify;
background-color:yellow;
font-size:12px;
padding:10px;
}

#maxime  {
width:800px;
margin-left:auto;
margin-right:auto;
}

#cadre  {
background-color:rgba(100,100,100,0.6);
border-left:3px solid white;
border-right:3px solid white;
border-bottom:3px solid white;
border-top:3px solid white;
padding:15px;
margin:5px;
}