* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, sans-serif;
}

body {
	padding-top: 25px;
	color: black;
	background-color: #036;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
a {
	color: #39c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

h2 {
	color: #036;
}

#container {
	width: 900px;
	margin: auto;
}

#left {
	width: 130px !important;
	width: 160px;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	color: white;
	white-space: nowrap;
}
#address {
	color: white;
	font-size: 11px;
	margin-bottom: 10px;
	font-weight: bold;
}
#address a {
	color: white;
	text-decoration: none;
}
#address a:hover {
	text-decoration: underline;
}

#search {
	line-height: 180%;
}
#search h2 {
	color: white;
	background-color: #06c;
	font-size: 12px;
	padding: 2px;
	padding-left: 5px;
}
#search label {
	font-weight: bold;
}
#search select {
	width: 130px;
}
#search input[type=text] {
	width: 125px;
}
#search .submit {
	margin-top: 12px;
	border: 2px beveled #F9F9F9;
	font-weight: bold;
	color: white;
	background-color: #7A7A7A;
}
#flags {
	margin-bottom: 10px;
}
#flags img {
	border: 2px solid #06c;
	vertical-align:middle;
}
#flags a img {
	border: none;
}

textarea {
	background-image: url(img/bg_textarea.png);
	background-attachment: scroll;
}
#right {
	background-color: white;
	width: 560px;
	float: left;
}
#header {
}
#header img {
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

#nav2 {
	height: 24px;
	color: white;
	background-color: #06c;
	text-align: center;
	font-weight: bold;
	margin-left: 1px;
	margin-right: 1px;
}
#nav2 table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
#nav2 td {
	border-right: 1px solid #69c;
}
#nav2 a {
	color: white;
	text-decoration: none;
}
#nav2 td.last {
	border: 0;
}
#nav2 td:hover {
	background-color: #69c;
}
#nav2 td.active {
	background-color: #69c;
}

.shadow {
	filter:dropShadow(color=#cccccc,offX=3,offY=3)
}

#content {
}

#welcome {
	padding-top: 22px;
	padding-left: 40px;
}
#welcome h1 {
	color: #9cf;
	font-weight: normal;
	margin-left: -40px;
}
#welcome h1 img {
	margin-right: 6px;
}
#welcome p {
	width: 295px;
	text-align: justify;
}
#welcome_photo {
/*
	float: right;
	margin-right: 15px;
	margin-top: -5px;
*/
}

#selection {
	padding-top: 15px;
	clear: both;
}
#selection h2 {
	color: white;
	background-color: #06c;
	margin: 10px 5px 10px 5px;
	padding-left: 32px;
	font-size: 16px;
	background-image: url(img/bg_selection.png);
}
#selection div {
	padding-left: 40px;
/*	width: 350px;*/
	width: 500px;
	text-align: justify;
}
#selection h3 {
	color: #036;
	font-size: 14px;
}
#selection h3 a {
	color: #036;
	font-size: 14px;
	text-decoration: none;
}
#selection_photo {
	float: left;
	margin-right: 15px;
}
#selection .infos {
	color: #036;
}

hr {
	background-image: url(img/bg_selection.png);
	color: transparent;
	background-color: #06c;
	border: 0;
	padding: 0;
	margin: 10px 5px 10px 5px;
	height: 5px;
	clear: both;
}

#autres_selections {
	padding-left: 10px;
	clear: both;
}
#autres_selections h2 {
	font-size: 16px;
}
#autres_selections a {
	color: #036;
}

#footer {
	margin-top: 20px;
	font-size: x-small;
	text-align: center;
	color: #06c;
	clear: both;
}
#footer a {
	color: #06c;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
