/* CSS Document */

BODY {
	margin-top:0px;
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR:#6DE1FE;
	
	}
#page{
			border:none;
			width:800px;
			margin-left: auto;
			margin-right: auto;
			BACKGROUND-COLOR:#6DE1FE;
			}
#header{
		margin-right: auto;
		margin-left:auto;
		HEIGHT:200px;
		width:800px;
		background-color:#d2d2d2;
		}
		
#corps{
			margin-right: auto;
			HEIGHT:400px;
			width:800px;
			background-image:url(../images/corps.gif);
			}
#corps H1{ 	
			color:#FF9900;
			font-size:24px;
			text-align:center;
		
		}

#corps H2{ 	
			color:#000000;
			font-size:14px;
			font-weight:bold;
			text-align:center;
		}

#corps H3{ 	
			color:#000000;
			font-size:12px;
			font-weight:100;
		}
		
#corps H4{ 	
			color:#000000;
			font-size:10px;
			font-weight:200;
		}

#corps em{ 	
			color:#FF9900;
			font-size:12px;
			font-weight:600;
		}
			
#footer{
		BACKGROUND-REPEAT: no-repeat;
		height:25px;
		width:600px;
		margin-right:auto;
		margin-left:auto; 
		background-color:#CCCCCC;
		color:#666666;
		font-size:12px;
		font-weight: bold;
		}
		
#menu A:link {color:#FF9900; text-decoration: none; font-size:14px}
#menu A:hover {color:#FF9900; text-decoration: none; font-size:14px}
#menu A:visited {color:#FF3300; text-decoration: none; font-size:14px}


#menu_2 A:link {color:#000000; text-decoration: none; font-size:12px}
#menu_2 A:visited {color:#000000; text-decoration: none; font-size:12px}
#menu_2 A:hover {color:#FF9900; text-decoration: none; font-size:14px}

