body
{
   width: 900px;
    margin-left: auto;
 margin-right: auto;
			
			padding: 0;
			
   text-align: center; /* pour corriger le bug de centrage IE */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenętre du navigateur.  */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */


background-image: url("http://e-porn.fr/box/fond.gif"); 


background-color: #000000;
background-position: top left; 
background-attachment:fixed;


}



/* entete */
#entete
{ 
margin-left: auto;
 margin-right: auto;
 width: 900px; 
height: 220px; 
 background-image: url("http://e-porn.fr/box/enteete.gif"); 
 margin-bottom: 20px;

}


#entete h4 /* Tous les titres h3 entete*/ 
{ 
color: #EEFF00;
 text-align: center; 
font-family: Arial, "Courrier New", "Arial Black", Times, serif;
 } 

.element_entete
 { 
background-color: #000000;
   filter:alpha(opacity=85);   /* Internet Explorer 6     */
   -moz-opacity:0.85;           /* Mozilla 1.6 et infér.   */
   opacity: 0.85;               /* CSS3 et Mozilla récents */
 
margin-left: auto;
 margin-right: auto;
 margin-bottom: 20px;
 }


/* Le menu */
 #menu
 {
 float: left;
 width: 250px;


 
 } 
.element_menu
 { 

   filter:alpha(opacity=85);   /* Internet Explorer 6     */
   -moz-opacity:0.85;           /* Mozilla 1.6 et infér.   */
   opacity: 0.85;               /* CSS3 et Mozilla récents */
 
 margin-bottom: 20px;

border: 1px solid;
border-color: #E30090;
background-color : #000000; 



 }






 /* Quelques effets sur les menus */ 
.element_menu h4
 {
text-decoration:  underline;
margin-top: 0px; 
color: #FFFFFF;
 font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
 text-align: center;




 }
 .element_menu ul 
{
 
 padding: 0px;
 padding-left: 0px;
 margin: 0px;
 margin-bottom: 5px;
 }
 .element_menu a
 { 
text-decoration:none;
color: #03E2F2;
text-align: center;
 }
 .element_menu a:hover
 {
text-decoration:none;
 background-color: #B3B3B3; 
color: black;
text-align: center;
 } 


/* Le corps */
 #corps
 {
 float: right;
 width: 630px;
 

 } 


.element_corps
 { 

   filter:alpha(opacity=85);   /* Internet Explorer 6     */
   -moz-opacity:0.85;           /* Mozilla 1.6 et infér.   */
   opacity: 0.85;               /* CSS3 et Mozilla récents */

border: 1px solid;
border-color: #E30090;
background-color : #000000;



 
 margin-bottom: 20px;
 }
 /* Quelques effets sur le corps*/ 
.element_corps h4
 {
text-decoration:  underline;
color: #FFFFFF;
 font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
 text-align: center;
margin-top: 0px; 

 }


 .element_corps ul 
{
 padding: 0px;
 padding-left: 0px;
 margin: 0px;
 margin-bottom: 5px;
 }
 .element_corps a
 { 
font-weight:bold;
color: #00EDF5;
text-align: center;
 }
 .element_corps a:hover
 {
font-weight:bold;
 background-color: #B3B3B3; 
color: black;
text-align: center;
 } 



.wrap 

 { 
float: left;
padding-left: 20px;
margin-bottom: 20px;
 }

.wrap2
{ 
float: left;
margin-left: 45px; 
margin-right: auto; 

margin-bottom: 20px;
 }


.wrap3 

 { 
float: right;
padding-right: 20px;
margin-bottom: 20px;
 }



/* footer */
#footer
{
padding: 0px; 
clear: both; 
 width: 900px; 
color: #B3B3B3; 
border-radius:10px; 
-moz-border-radius:10px;
 -webkit-border-radius:10px; 
 } 


.element_footer
 { 
background-color: #000000;
   filter:alpha(opacity=85);   /* Internet Explorer 6     */
   -moz-opacity:0.85;           /* Mozilla 1.6 et infér.   */
   opacity: 0.85;               /* CSS3 et Mozilla récents */
 

 margin-bottom: 20px;

border: 1px solid;
border-color: #E30090;
background-color : #000000;

 }
 /* Quelques effets sur le footer*/ 
.element_footer h4
 {
text-decoration:  underline;
margin-top: 0px; 
color: #FFFFFF;
 font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
 text-align: center;


 }
 .element_footer ul 
{
 padding: 0px;
 padding-left: 0px;
 margin: 0px;
 margin-bottom: 5px;
 }
 .element_footer a
 { 
font-weight:bold;
color: #00EDF5;
text-align: center;
 }
 .element_footer a:hover
 {
font-weight:bold;
 background-color: #B3B3B3; 
color: black;
text-align: center;
 } 

