/*
Design Mario 
*/

body
{
   
 width: 1000px;
   border: 20px;
  margin: auto;
    margin-top:20px; 
    margin-bottom:20px
    padding:4px;
    
 }

.font
{
  background-color: rgb(0,0,160);
}



/* L'en-t�te cora repair */

#titre    
{
   border:5px solid #FFFFFF; 
   width: 90%;
   height: 40px;
   text-align: center;
  
   /*background-image: url('images/logocora.GIF');*/
  background-color: black;
 /* background-repeat: no-repeat;*/
   margin-bottom: 10px;
   margin-left:5%; 
   font-size:30px; 
   font-family:Arial; 
   text-transform:  uppercase; 
   color:#FFFFFF;
}

.model  /*Nakamichi model*/
{
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 30px;
   font-weight: bolder;
   color: black;
}

.positionaddress
{
/*margin-top:0px;*/
/*margin-right:10px ;*/
width: 150px;
 /*float:right; */

 /* z-index:1; */
 position:absolute; 
 left:830px; 
 top:580px; 

}

.positionaddressnaim
{
/*margin-top:0px;*/
/*margin-right:10px ;*/
width: 150px;
 /*float:right; */

 /* z-index:1; */
 position:absolute; 
 left:650px; top:350px; 

}

/* Le menu */

 #menuh
{
   width:90%;
    height: 10px
   /* margin-left: auto;*/
  
   
}
.menuhtasse
{
margin-left: 20%;

}

/* Quelques effets sur les menus */

/* Le corps de la page */

#corps
{ 
margin-top:50px;
   margin-left: 5%;
   margin-bottom: 20px;
   padding: 5px;
   width: 90%;  
   height: 600px;
    color: rgb(0,0,0);
     /* color: #B3B3B3;*/
   background-color: rgb(192,192,192);
  /* background-image: url('images/motif.png');*/
  /* background-repeat: repeat-x;*/
   
   border: 2px solid black; 
}
.textprincipal
{
width:55%;
 border: 2px solid black; 
}
.textprincipalclasse
{
width:70%;
height: 330px;
 border: 5px solid black; 
 padding:5px;
 
}








.para
{
   width: 99%;
   height: 340px;
   text-align: justify;
   overflow: scroll;
   padding:5px;
}
.barres_defilement
{
   overflow: scroll;
}





#corps h1
{
   color: rgb(0,0,0);
   /*color: #B3B3B3;*/
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 20px;
}


/* Le pied de page (qui se trouve tout en bas, en g�n�ral pour les copyrights) */

#pied_de_page
{
     margin-top:10px;
   padding: 5px;
  margin-left:5%;
   text-align: center;
 width: 90%;
   color: yellow;
      background-color: #626262;
  /* background-image: url('images/motif.png');*/
  /* background-repeat: repeat-x;*/
   border: 2px solid black
}


/*faire float image cora*/
.imageflottante 
{
   float: right;
}
.imagemario
{
float:left;
padding:4px;
margin:4px;
}