/* GENERAL */

body {
	background:#2a5aa6 url(../images/FOND_01.jpg) no-repeat;
	font-size:0.9em;
	color:white;
	}
a {
	color:#ffeb7b;
	text-decoration:none;
}
a:hover {
	color:white;
	text-decoration:underline;
}
ul {
	margin:0;
	padding:0;
}
ul li{
	list-style:none;
	padding:3px;
}
img {
	border:0;
}
h3,h4,h5,h6 {
	color:#ffe0a5;
}
h2 {
	color:#ffce70;
}
h1{
	margin:50px 0 20px 0;
	color:#e38940;
}

/* ID */
#menuhaut {
	margin:25px 0 0 180px;
}
#menuhaut td {
	vertical-align:top;
}
#content {
	height:480px;
	overflow:auto;
	color:white;
	padding:0 5px 0 250px;
}
#menubas {
	margin:20px 0 0 250px;
}
#address {
	border-left:2px solid white;
	padding-left:15px;
	margin:0 0 40px 5px;
}
#menu {
	border-top:solid 3px white;
	border-right:solid 3px white;
	border-bottom:solid 3px white;
}


/* CLASS */
.textright {
	text-align:right;
}

