body {
	color: #4e4e4e;
	font-size: 13px;
	font-family: Trebuchet MS, Verdana;
	background-color: #648fc4;
	background-image: url(/img/fond.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	height: 100%;
	position: relative;
}

#global {
	min-height: 100%;
	width: 900px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

#cabeza {
	position:absolute;
	z-index:1;
	left:28px;
	top:29px;
	
	width:844px; 
	height:291px;

}

#header {
	width: 900px;
	height: 320px;
		
}

#footer {
	width: 100%;
	height: 57px;
	margin: auto;
	background: url(/img/footer.jpg) top repeat-y;
}

#content {
	float: right;
	width: 600px;
    margin-right: 50px;
}

#navigation {
	float: left;
	width: 195px;
	margin-left: 50px;
}

ul#menu {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	list-style: none;
}

ul#menu li a {
    color: #4e4e4e;
    text-decoration: none;
}

ul#menu li a:hover {
    color: #4e4e4e;
    text-decoration: none;
	font-weight: bold;
}

#center {
	padding-bottom: 50px;
	overflow: auto;
	text-align: left;
	background: url(/img/corp.jpg) repeat-y;
}

a img {
    border: none;
}

h3 { 
    color: #2e5a92;
	font-size: 15px;
    margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 0.5em;
	padding-bottom: 0.2em;  
	border-left: 3px solid #C0C0C0;
	line-height: 1.0;
}

h2 { 
    color: #2e5a92;
	font-size: 13px;
    	margin-bottom: 15px;
	margin-top: 15px;
	padding-bottom: 0.2em;  
	border-left: 3px;
}


#menu_nav {
	float: left;
	height: 40px;
	text-align: left;
	background-color: transparent; 
	color: #ffffff; 
	font-weight: bold;
	margin-top: 15px;
	font-size: 13px; 
	overflow: hidden;
	list-style: none;
}

#menu_nav li {
	float: left;
	margin-left: 0;
	padding-top: 5px;
}

#menu_nav li a {
	color: #ffffff; 
	text-decoration: none;  
	background: url(/img/separateur.jpg) right center no-repeat; 
	padding-right: 5px;  
	padding-left: 5px ;
}

#menu_nav li a:hover {
    color: #2e568a; 
	text-decoration: none;
}
