html,body {
            margin:0;
            padding:0;            
            border-left:0;
            border-right:0;
            height:82%;
	

	    

}

body {        
   font-family:arial, sans-serif;
   background:#ffd;
   width:850px;
   margin: auto;
   background-image:url('/css/background01.png'); 
   background-repeat:no-repeat; 
   background-attachment:fixed; 
   margin-top:3px; 
   margin-bottom:3px
   height:80%;
position:center;
overflow-y:hidden;	

    
 
         
}



/* L'en-tête */

#en_tete
{
    	position:fixed; 
	text-align: center;
	color: #707ba9;
	font-size: 0.5;
	width: 847px;
   	height: 100px;
   	background-image: url('/css/banniere01.jpg');
   	border: 2px solid black;
   	background-repeat: no-repeat;
      	margin-bottom: 20px;

	
}


#en_tete a { /* Les liens qui ne sont pas sous le curseur. */
	color: #f6f9f0; //ta couleur
	text-decoration:none; // pas de soulignement
	font-family: "Comic Sans MS",Arial,Verdana; // la font du texte
	font-size: 70%;
}


/* Le menu */
#menu
{
	
	position:fixed;
	width: 850px;
	height: 22px;
	background: none;
	margin-top:130px;
	background-repeat: no-repeat;
    	text-align: center;
	color: #8598d2;
	font-family: "Comic Sans MS";
	text-decoration:none
	font-size: 70%;
	
	 
	
}

#menu a { /* Les liens qui ne sont pas sous le curseur. */
	color: #ffffff; //ta couleur
	text-decoration:none; // pas de soulignement
	font-family: "Comic Sans MS",Arial,Verdana; // la font du texte
	font-size: 70%;
}
#menu a:hoover { /* Les liens lorsque le curseur est dessus. */
	color: #FFFFFF; //ta couleur
	text-decoration:none; // pas de soulignement
	font-family:Arial,Verdana; // la
}
#menu a:visited { /* Les liens visités. */
	color: #FFFFFF; //ta couleur
	text-decoration:none; // pas de soulignement
	font-family:Arial,Verdana; // la
}


/* Le corps de la page */



#moostik
{
color: #FFFFFF;
 
 
  

}

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

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: #B3B3B3;
   background-color: #626262;
   background-image: url('images/motif.png');
   background-repeat: repeat-x;
   
   border: 2px solid black
}

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
		}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.transMenu .item {
    color:#336;
    font-size:10px;
    font-family:sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#fdfdfd;
	color:black;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}


#pseudo_frame {
				
		
      		height: 100%;
		padding-top:150px;
		width:100%;
            	overflow-y:scroll;
		overflow-x:hidden;
            	margin-top:150px;
            	padding:15px;
            	background-image: url('/css/imagecorps.jpg');
	    	background-repeat: no-repeat;
	    	border-right:0;
	    	font-weight: normal;
	    	font-variant: normal;
	    	font-style: normal;
		font-size: 90%;
		font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
		color:#ced4ea;
		
            }


#pseudo_frame h2 /* Tous les titres h2 du corps */
{
   height: 30px;
   font-size: 110%;
      font-weight: bold;
     font-variant: small-caps;
font-family: Arial, "Comic Sans MS", "Arial Black", "Times New Roman", Times, serif;

   background-image: url('/css/iconetitreh2.jpg'); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   
  
   padding-left: 45px;
   color: #fdfffa;
   text-align: left
}
#pseudo_frame h3 /* Tous les titres h3 du corps */
{
   padding-left:15px;
   height: 30px;
   font-size: 110%;
   font-style: italic;
   text-decoration: underline;
   font-weight: normal;
   font-family: "Comic Sans MS", "Arial Black", Arial, "Times New Roman", Times, serif;

   background-image: url('/css/boutonh3.gif'); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */  
   text-align: left
}

#pseudo_frame h4 /* Tous les titres h3 du corps */
{
   padding-left:20px;
   height: 30px;
   font-size: 90%;
   font-weight: bold;
text-decoration:underline;
   font-family: "Comic Sans MS", "Arial Black", Arial, "Times New Roman", Times, serif;


   background-image: url('/css/boutonh4.gif'); /* Une petite image de fond sur les titres h4 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */  
   text-align: left
}

#pseudo_frame p a

{ /* Les liens qui ne sont pas sous le curseur. */
	color: #f6f9f0; //ta couleur
	text-decoration:none; // pas de soulignement
	font-family: "Comic Sans MS",Arial,Verdana; // la font du texte
	font-size: 40%;
}

#grand_p{
         
            }
