* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #6183ad url(images/background_big.gif) center repeat-y;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
}
a {
	color: #6799b1;
	text-decoration: underline;
}
a:hover {
	color: #838f96;
	text-decoration: none;
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}

.photo {
	border:1px solid black;
}

.top {
	
	padding-left:20px;
	background-image:url("images/up.png");
	background-repeat: no-repeat;
	background-position: 452px 2px;	
}

.commentaire {
	text-align:right;
	margin-right:75px;
	font-size:0.5em;
	color:gray;
	font-weight: bold;
	margin-bottom:20px;
}

h1 {
	color:#000000;
	border-bottom:1px solid #616161;
}
#column2 ul {
	margin: 10px 0;
}
#column2 li {
	color: #666666;
	list-style: square inside;
	text-indent: 10px;
}

#wrap {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#header {
	background: url("images/header_big.png") center no-repeat;
	color: white;
	font-size: 250%;
	font-weight: bold;
	height: 123px;
	line-height: 130px;
	text-indent: 200px;
	margin: 0 auto;
	width: 800px;
}

#photo {
	border:1px solid black;
	float:right;
}


#sub-header {
	font-weight: bold;
	font-size: 120%;
	color: #e0e0e0;
	position:relative;
	top:-40px;
	margin: 0 auto;
	margin-bottom: -20px;

}

#nav {
	padding-bottom: 40px;
	width: 179px;
}

#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
}
#nav ul li a {
	font-weight: bold;
	border-bottom: 1px solid #c9dcea;
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 169px;
}

#nav li a:hover {
	background: #c9dcea url(images/selector.gif) center right no-repeat;
	color: #000;
}

#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul li a {
	font-weight: normal;
	color: #d7e5ef;
	text-indent: 10px;
}
#nav ul ul li a:hover {
	color: #000;
	background-image: url(images/selector_sub.gif);
}
#column1 {
	float: left;
	width: 180px;
}
#column1 img {
	border: 1px solid #c9dcea;
	margin: 5px 20px;
}

#column2 {
	float: none !important;
	float: right;
	margin-left: 192px !important;
	margin-left: 0;
	padding: 12px 40px 30px 9px;
}
#column2 p {
	text-align:justify;
	line-height: 120%;
}
#links div {
	float: left;
	width: 140px;
}
#links div li {
	list-style: none;
}
#links div li a {
	background: url(images/arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url(images/arrow.gif);
	color: #ac835c;
	text-decoration: underline;
}
#footer {
	text-align: left;
	clear: both;
	color: #999;
	font-size: 9px;
	/*padding: 30px 0 10px 0;*/
	text-indent: 185px;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}

#adresse {
	margin-top:-30px;
	margin-bottom:10px;
	font-size:80%;
	color:white;
	text-align:center;
	margin-right:5px;
}
