@charset "UTF-8";
/* CSS Document */

body{
	margin-top: 0px;
	padding-top: 0px;
}

h1{
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #060D4B;
}

#global{
	background-image: url(imgs/fond.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 750px;
	width: 989px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
}
#content{
	height: 485px;
	width: 843px;
	margin-right: auto;
	margin-left: auto;
}

#haut{
	height: 204px;
	width: 843px;
	margin-right: auto;
	margin-left: auto;
}
#menu{
	float: left;
	height: 460px;
	width: 189px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #060D4B;
	font-weight: bold;
}
#header{
	height: 93px;
	width: 645px;
	float: right;
}
#contenu{
	float: right;
	height: 330px;
	width: 602px;
	border: 1px outset #CCCCCC;
	margin-top: 5px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #060D4B;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#actus{
	font-size: 13px;
	color: #060D4B;
	height: 36px;
	text-align: right;
	font-family: "Trebuchet MS";
	vertical-align: middle;
	width: 300px;
	float: right;
	line-height: 36px;
	background-image: url(imgs/actus.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 40px;
}
#footer{
	font-family: "Trebuchet MS";
	color: #CCCCCC;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: right;
	margin-top: 30px;
	margin-right: 50px;
}
#footer a {
	font-family: "Trebuchet MS";
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: none;
}
#menu li {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #060D4B;
	font-weight: normal;
	margin-left: -15px;
	padding-top: 7px;
}

#menu .menu {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #F5A916;
	font-weight: bold;
	line-height: 48px;
	padding-left: 20px;
	text-transform: uppercase;
}

#menu .menu a{
	color: #060D4B;
	text-decoration: none;
}

#menu .menu a:hover{
	color: #F5A916;
}
#actus a {
	font-size: 13px;
	color: #060D4B;
	height: 36px;
	text-align: right;
	font-family: "Trebuchet MS";
	vertical-align: middle;
	width: 300px;
	float: right;
	line-height: 36px;
	background-image: url(imgs/actus.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 40px;
}
#texte {
	height: 330px;
	width: 602px;
	font-size: 12px;
	color: #060D4B;
	line-height: 16px;
	overflow: auto;
	padding-right: 5px;
	letter-spacing: 0,5;
}
