/* style CSS */

body {
	color: #4e4e4e;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana;
	background-color: #005995;
	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: 233px;
	margin: 0 auto;
	background: url(../images/header.jpg) no-repeat;
}

#headerindex {
	width: 900px;
	height: 320px;
	margin: 0 auto;
	background: url(../images/header2.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!important;
	width: 130px;
	margin-left: 40px!important;
	margin-left: 20px;
	padding-right: 10px;
}

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: #09C;
	text-decoration: none;
	font-weight: bold;
}

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

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #09C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #09C;
	text-decoration: none;
}
h1 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	color: #09C;
	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;
}

h3 a {
	color: #09C;
	text-decoration: none;
}
h3 a:hover {
	color: #09C;
	text-decoration: underline;
}

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

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

#copyright a:hover, #copyright a:active {
	color: #333;
	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(../images/separateur.jpg) right center no-repeat; 
	padding-right: 5px;  
	padding-left: 5px ;
}

#menu_nav li a:hover {
	color: #09C;
	text-decoration: none;
}

.miniatures {
	border: 2px outset #999999;
}

