@charset "utf-8";
/* CSS Document */

h1 {
color:#CC0000;
font-size:26px;
text-align:center;
}
h2 {
color: #333333;
font-size:22px;
text-align:center;
}
body {
background-color:black;
/*background-image:url(../img/logo1.png);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:bottom left;*/
font-size:16px;
font-family: "Courier New";
margin-left:15px;
-moz-border-radius:15px 15px 15px 15px;
}





#tout {
background-image: url(../img/bordergauchemenu.png);
	background-repeat:repeat-y;
	background-position:left;
	
background-color:white;
width:660px;
-moz-border-radius:30px 30px 30px 30px;
}
#content  {
width:600px;

-moz-border-radius:30px 30px 30px 30px;
background-color:#FFFFFF;
text-align:justify;
font-family: "Courier New";
font-size:16px;
}
#header {
width:650px;
height:50px;
background-position:center;
opacity:0.25;

}

#footer {
background-color: #F0F0F0; 
-moz-border-radius:15px 15px 15px 15px;
color: #808080; 
font-family: "Courier New"; 
font-size: 12px; 
text-align: center; 
height: 26px; 
width:650px; 
}

#content.first-letter{
font-size:300%;
float:left
}
/*******************************************
CODE SECRET: 3008 ( bravo à qui le trouve )
*******************************************/


