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

html {
	overflow:scroll;
} 

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

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

	div#tetiere {
		width:820px;
		height:237px;
		background-image:url("../../../elements/graphics/themes/default/structure/bg_tetiere.png");
		background-repeat:no-repeat;
	}
		
	div#menu_general {
		display:block;
		float:left;
		width:820px;
		padding:140px 0px 0px 0px;

	}
		div#menu_general ul{
			display:block;
			float:left;
			width:810px;
			height:90px;
			padding:0px 0px 0px 0px;
		}
		div#menu_general li,
		div#menu_general li:hover{
			display:inline;
			float:left;
			width:100px;
			padding:0px 0px 0px 0px;
			text-align:center;
		}	
		div#menu_general li:hover{
			padding:0px 0px 0px 0px;
			
			/*border-bottom:1px dashed #C1C1C1;*/
		}
		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;
	padding:0px 0px 0px 10px;
	background-image:url("../../../elements/graphics/themes/default/structure/bg_structure_1.png");
	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 {
			vertical-align:middle;
			font-size:11px;
			color:#999999;
		}
