/* G4U CSS */

body
		{
			margin: 0px ;
			padding: 0px ;
			text-align: center ;
			font: 0.9em "Geneva", helvetica, sans-serif ;
			background-color: #f5efb1 ;
            background-attachment: scroll;
		}
		
		div#conteneur
		{
			width: 800px ;
			margin: 0 auto ;
			text-align: left ;
			border: 3px solid #aabb44 ;
			background: #f5efb1 ;
		}
		
		h1#header
		{
			height: 250px ;
			margin: 0 ;
			background: url(img/bansite.png) no-repeat left top ;
		}
				
		ul#menu
		{
			height: 25px ;
			width: 800px ;
			margin: 0 ;
			padding: 0 ;
			background: #aabb44 ;
			list-style-type: none ;
		}
				
		ul#menu li
		{
			float: right ;
			text-align: center ;
		}
		
		ul#menu li a
		{
			width: 130px ;
			line-height: 25px ;
			font-size: 1.0em ;
			font-weight: bold ;
			letter-spacing: 2px ;
            color: #0c4b09 ;
			display: block ;
			text-decoration: none ;
		}
		
		ul#menu li a:hover
		{
			color: #FF0000 ;
		}
		
		div#contenu
		{
            background: #f5efb1 ;
		}
		
		table
        {
			height: auto ;
		    width: 700 px ;
            margin-left: 5px ;
			margin-right: 5px ;
            border: 1px solid #0c4b09;
			background-color: #f5efb1 ;
        }

        th
        {
		    height: 24px ;
			background-color: #f5efb1;
            font-size: 1.0em;
            font-family: "Trebuchet MS", helvetica, sans-serif;
			color: #f5efb1 ;
			text-align: center ;
        }

        td
        {
		   height: auto ;
		   margin-top: -5px ;
           font-family: "Trebuchet MS", helvetica, sans-serif ;
		   color: #0c4b09 ;
           text-align: center;
           padding: 5px;
		   background-color: #f5efb1 ;
        }

		div#contenu h2
		{
			padding-left:5px ;
			margin-top: 4px ;
			margin-bottom: 0px ;
			margin-left: 5px ;
			margin-right: 5px ;
			line-height: 25px ;
			font-size: 1.4em ;
			background: url(img/img_flot.png) no-repeat ;
			background-color: #aabb44 ;
			color: #0c4b09 ;
		}
		
		div#contenu h3
		{
			padding-left: 5px ;
			margin-top: 5px ;
			margin-bottom: 0px ;
			margin-left: 5px ;
			line-height: 20px ;
			font-size: 1.0em ;
			color: #000000 ;
		}
		
		div#contenu p
		{
			padding-left: 5px ;
			padding-right: 10px ;
			padding-top: 5px ;
			padding-bottom: 5px ;
			margin-top: 3px ;
			margin-bottom: 5px ;
			margin-left: 5px ;
			margin-right: 5px ;
			text-align: justify ;
			text-indent: 0px ;
			line-height: 1.5em ;
            border: 1px solid #0c4b09;
			color: #0c4b09;
			
			
		}
		
		div#contenu a
		{
			color: #0c4b09 ;
		}
		
		div#contenu a:hover
		{
		    color: #FF0000 ;
		}
		
	    marquee
		{
		    color: #0c4b09 ;
		}
		
		p#footer
		{
			margin: 0 ;
			padding-right: 10px ;
			line-height: 25px ;
			font-size: 0.7em ;
			text-align: center ;
			color: #f5efb1 ;
			background-color: #aabb44 ;
		}
		
		p#footer a
		{
			color: #FF0000 ;
		}


		p#footer a:hover
		{
		    color: #FF0000
		}
