/* Winter par Graphiques-Kits.com */

body {
	color: #4e4e4e;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana;
	background-color: #648fc4;
	background-image: url(images/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%;
}

#header {
	width: 900px;
	height: 320px;
	margin: auto;
	background: url(images/header_vierge.jpg) no-repeat;
}

#footer {
	width: 100%;
	height: 57px;
	margin: auto;
	background: url(images/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(images/corp.jpg) repeat-y;
}

a img {
    border: none;
}

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

#copyright {
    padding-top: 6px;
	color: #ffffff;
	font-weight: bold;
}

#copyright a:link, #copyright a:visited {
	color: #ffffff;
    text-decoration: none; 
}

#copyright a:hover, #copyright a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none; 
}

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

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

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

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