
/**************************************************/
/*                                   Body and Wrapper                             */
/**************************************************/

body {
background: #adcf11 url(../images/back.png) top center repeat-x fixed; 
margin: 0;
padding: 0;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece                                        */
/**************************************************/

#top {
background: url(../images/bgtop.png) top center no-repeat; 
width: 800px;
height: 78px;
}

/**************************************************/
/*                                       Content                                             
another wrapper that holds all the content                              */
/**************************************************/

#content {
background: url(../images/bgmiddle.png) center repeat-y; 
width: 760px;
height: 100%;
padding: 0px 20px 0px 20px;
}

/**************************************************/
/*                               All the content                                        */
/**************************************************/

#header {
background: url(../images/header.gif) top center no-repeat; 
width: 760px;
height: 200px;
margin: 0px 0px 10px -28px;
}

/*                    Menu                   */
#menu {
width: 200px;
height: 100%;
margin: 0px;
float: left;
text-align: left;
}

#menu li a {
height: 35px;
voice-family: "\"}\""; 
voice-family: inherit;
height: 27px;
text-decoration: none;
text-align: left;
}	
	
#menu li a:link, #menu li a:visited {
color: #039135;
display: block;
background:  url(../images/off.png);
padding: 8px 0 0 10px;
height: 27px;
text-align: left;
}
	
#menu li a:hover {
color: #0A2441;
background:  url(../images/on.png);
padding: 8px 0 0 10px;
height: 27px;
text-align: left;
}	

ul {
list-style: none;
margin: 0;
padding: 0;
text-align: left;
}

#stuff {
width: 525px;
margin: 0px 0px 0px 210px;
font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
font-size: 0.8em;
text-align: justify;
}

#stuff-text {
width:525px;
margin: 30px 0px 0px 210px;
font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
font-size: 0.8em;
text-align: justify;
}

img {
border: none;
} 

.anim-tete {
width: 195px;
height: 100%;
margin: 0px;
float: left;
text-align: center;
color: #ff0000;
font-family: "Arial Black", Arial, Verdana, serif;
}
.anim {
width: 195px;
height: 100%;
margin: 0px;
float: left;
text-align: justify;
color: #000;
font-family: Arial, Verdana, serif;
font-size: 0.8em;
}
.anim-date {
text-align: center;
color: #fff;
font-family: Arial, Verdana, serif;
font-size: 0.8em;
}
/**************************************************/
/*                                       Footer                                             */
/**************************************************/
#footer {
text-align: center; 
width: 760px;
height: 68px;
margin: 50px 0px 0px 0px;
}
/**************************************************/
/*                                       Bottom                                             */
/**************************************************/

#bottom {
background: url(../images/bgbottom.png) bottom center no-repeat; 
width: 800px;
height: 78px;
}

