/* Français */


body {
	font-family: Verdana;
	background-color: #f2f2f2;
	background-image: url(http://www.methode-b.com/images/fond.jpg);
	background-repeat: repeat-y;
	text-align: center;
	margin: 0px;
	height: 100%;
	position: relative;
}

a:link { color:#234D77; text-decoration:none; font-weight:bold; }
a:hover { color:#009999; text-decoration:none; font-weight:bold; }
a:visited { color:#009999; text-decoration:none; font-weight:bold; }
a:active { color:#234D77; text-decoration:none; font-weight:bold; }
body { color:#234D77; font-family:Verdana; }
input { font-family:Verdana; }
textarea {font-family:Verdana; }
select { font-family:Verdana; }
td { font-family:Verdana; }

p { 
	color:#234D77;
	font-family:Verdana;
	font-size: 10pt;
}
	
h1 { 
    color: #234D77;
	font-size: 20px;
    margin-bottom: 14px;
	margin-top: 15px;
	padding-left: 0.5em;
	padding-bottom: 0.2em;
    line-height: 1.0;
	text-align: center;
}

h2 { 
    color: #234D77;
	font-size: 18px;
    margin-bottom: 14px;
	margin-top: 15px;
	padding-bottom: 0.2em;
    line-height: 1.0;
}


h3 { 
    color: #F1A401;
	font-size: 14px;
    margin-bottom: 14px;
	margin-top: 15px;
	padding-bottom: 0.2em;
    line-height: 1.0;

}

h4 { 
    color:  #234D77;
	font-size: 10pt;
    margin-bottom: 10pt;
	margin-top: 15px;
	padding-bottom: 0.2em;
    line-height: 1.0;

}

li { 
	color:#234D77;
	font-family:Verdana;
	text-align: left;
	list-style-image: url("http://www.methode-b.com/images/puce.gif");
	line-height: 1.5;

}

#global {
	width: 900px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	background-color : #FFFFFF;
	min-height : 100%
	

}

#header {
	width: 900px;
	height: 150px;
	margin: 0 auto;
	background: url(http://www.methode-b.com/images/banniere-methode-b-fr.png) no-repeat;
	background-color : #FFFFFF;
}

#footer {
	width: 100%;
	height: 57px;
	margin: auto;
	background: url(http://www.methode-b.com/images/footer.jpg) top repeat-y;
}
#center {
	padding-bottom: 50px;
	text-align: left;
}

#content {
	width: 860px;
	background: url(http://www.methode-b.com/images/corp.jpg) repeat-y;
	padding-left: 20px;
	padding-right : 20px;
}


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;
}

a img {
    border: none;
}


#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: #ffffff; 
	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: #ffffff; 
	text-decoration: none;  
	background: url(http://www.methode-b.com/images/separateur.jpg) right center no-repeat; 
	padding-right: 5px;  
	padding-left: 5px ;
}

#menu_nav li a:hover {
    color: #2e568a; 
	text-decoration: none;
}