body {
	background-image: url('/images/background.gif');
	margin: 10px 0px;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	font-style: italic;
}

p {
	margin: .75em 0;
}

#container {
	background-image:url(../images/menu-background.gif);
	background-position: left;
	background-repeat: repeat-y;
}

input {
	font-size: 10px;
}

select {
	font-size: 10px;
}

#header {
	text-align: center;
	background: #FFFFFF;
	background-image:url('/images/banniere-printemps10.jpg');
	background-position: top;
	background-repeat: no-repeat;
	height: 117px;
	padding: 10px;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
}
#header h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
}

#menu {
	float: left;
	width: 180px;
	background-color: #AAAAAA; /* #7190E0; */
	padding: 0px;
	font-weight: bold;
	color: #003399;
}
#menu .menu-item {
	margin: 2px;
}
#menu .menu-item .menu-bar {
	background-image: url('/images/menu_bar.gif');
	background-position: top right;
	background-repeat: no-repeat;
	height: 25px;
	padding-right: 5px;
	overflow: hidden;
	cursor: pointer;
}
#menu .menu-item .menu-bar a {
	float: left;
	padding-left: 5px;
	line-height: 25px;
	vertical-align: middle;
	color: #215DC6;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#menu .menu-item .menu-bar img {
	float: right;
	cursor: pointer;
}
#menu .menu-content {
	background-color: #D4D4D4;
	border-width: 0px;
	padding: 2px;
	font-size: 10px;
	overflow: hidden;
	clear: both;
}
#menu .menu-content form {
	margin: 0px;
	padding: 0px;
}
#menu .menu-content hr {
	border: 1px solid #FFFFFF;
}
#menu .menu-content input[type="text"] {
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	font-size: 11px;
}
#menu .menu-content input[type="text"]:hover {
	background-color: #FFFFCC;
}
#menu .menu-content input[type="password"] {
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	font-size: 11px;
}
#menu .menu-content input[type="password"]:hover {
	background-color: #FFFFCC;
}
#menu .menu-content input[type="submit"] {
font-size:10px;background-color:#E8E8E8;border: 1px ridge #FFFFFF;font-weight: bold;
}
#menu .menu-content input[type="submit"]:hover {
	background-color: #428EFF;
	cursor: pointer;
}

#container {
	width: 1000px;
	background-color: #FFFFFF;
	margin: 0px auto;
	border: 1px solid #000000;
	text-align: left;
	border-style: solid;
}
#main-content {
	margin-left: 180px;
	padding: 10px;
}
#footer {
	height: 45px;
	margin: 0px;
	padding: 10px;
	background: #DDDDDD;
	font-size: 10px;
	text-align: center;
}

.title1 {
	font-size: 13px;
	color: #FFFFCC;
	font-weight: bold;
	font-style: italic;
}

.title2 {
	font-size: 14px;
	color: #FFFFCC;
	font-weight: bold;
	font-style: italic;
}

#myGallery {
	width: 520px;
	height: 398px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
