* {
	font-size:9pt;
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	border:0;
}

html {
	overflow:scroll;
} 

	
body {
	background-color:#f1f7fd;
	/*background-image:url("../../../elements/graphics/themes/default/structure/bg_fond_tetiere.png");*/
	background-image:url("../../../elements/graphics/themes/default/structure/background_001.png");
	background-repeat:repeat-x;
}

div#structure {
	display:block;
	position:relative;
	width:820px;
	margin:0px auto;
}

	div#tetiere {
		width:820px;
		height:305px;
		background-image:url("../../../elements/graphics/themes/default/structure/tetiere_classe_decouverte.png");
		background-repeat:no-repeat;
	}
		
	div#menu_general {
		display:block;
		float:left;
		width:800px;
		margin:209px 0px 0px 11px;
	}
		div#menu_general ul{
			display:block;
			float:left;
			width:800px;
			height:95px;
			padding:0px 0px 0px 0px;
		}
		div#menu_general li,
		div#menu_general li:hover,
		div#menu_general li.focus_menu{
			display:inline;
			float:left;
			width:100px;
			height:95px;
			padding:0px 0px 0px 0px;
			text-align:center;
		}	
		div#menu_general li:hover{
			padding:0px 0px 0px 0px;
			background-image:url("../../../elements/graphics/themes/default/structure/menu_general_hover.png");
			background-repeat:no-repeat;
		}
		div#menu_general li.focus_menu{
			padding:0px 0px 0px 0px;
			background-image:url("../../../elements/graphics/themes/default/structure/menu_general_focus.png");
			background-repeat:no-repeat;
		}
		div#menu_general li a{
			font-size:12px;
			color:#333333;
			font-family:Arial;
			font-weight:bold;
			text-decoration:none;
			text-align:center;
			text-decoration:none;
		}		
		div#menu_general li img{

			vertical-align:top;
		}					
div#page_principale{
	display:block; 
	float:left;
	width:810px;
	margin:0px 0px 0px 2px;
	padding:0px 0px 0px 10px;
	background-image:url("../../../elements/graphics/themes/default/structure/bg_structure_1.png");
	background-position:top left;	
	background-repeat:repeat-y;
}

	div#titre_page{
		display:block; 
		float:right;
		width:650px;
		padding:20px 0px 0px 0px;
	
		font-size:22px;
		letter-spacing:0.5px;
		color:#5b5b5b;
		vertical-align:text-top;
	}
	div#titre_page strong{
		font-size:22px;
		font-weight:normal;
		color:#E59535;
	}

	div#pied {
		clear:both;
		width:820px;
		height:30px;
		text-align:center;
	}
		div#pied a {
			text-decoration:none;
			font-size:11px;
			color:#999999;
		}
		div#pied a:hover {
			text-decoration:underline;
		}
		div#pied span {
			display:block;
			margin:0px 0px 20px 30px;
			width:760px;
			font-size:11px;
			color:#999999;
			line-height:18px;
		}

