a{color:#434543}                 /*les liens en général*/
a:hover{color:#5C110F}   /*quand on passe la souris sur un lien*/
a:active{color:#5C110F}/*quand on clique sur le lien*/
a:visited{color:#000000}/*quand le lien a déja été visité*/

html, body {
	width: auto;
	height: 100%;
	
}
body {
	margin: 0;
	padding: 0;
	font: 12px/1.5 arial, verdana, helvetica, sans-serif;
}
#container{
	position: relative;
	width:100%;
	min-width:900px;
	height:100%;
	min-height:100%;
	margin:0;
	padding:0
}
#left-column{
	float:left;
	width:40%;
}
#left-column-top{
	height:134px;
	width:100%;
	float:right;
}
#left-column-bottom{
	border:0;
	border-top:1px;
	border-style:solid;
	width:100%;
	height:490px;
	float:right;
}
#logo{
	float:right;
}
#menu{
	margin-top:10px;
	line-height:17px;
	font-size:13px;
	float:right;
	padding:20px 0 0 0;
	width:150px;
}
#menu a{
	text-decoration:none;
	color:#666666;
	line-height:17px;
}
#menu a:hover{
	color:#000000;
	font-weight:bold;
}

#right-column{
	float:left;
	padding-left:35px;
	width:495px;
	border:0;
	border-left:1px;
	border-style:solid;
	min-height:100%;
}
#footer{
	color:#999999;
	font-size:9px;
	float:right;
	text-align:right;
	position:relative;
	bottom:0;
}
#text-top{
	height:102px;
	padding:28px 0 4px;
}
#text-top-scroll{
	text-align:justify;
	overflow:auto;
	height:100%;
	width:495px;
	padding-right:5px;
}
#title{
	height:80px;
	float:right;
	padding-top:40px;
	width:150px;
	font-size:9px;
	line-height:10px;
}
#title a, #menu2 a{
	color:#666666;
	text-decoration:none;
}
#title a:hover, #menu2 a:hover{
	color:#000000;
	font-weight:bold;
}
#menu2{
	clear:top;
	font-size:13px;
	line-height:18px;
	text-align:right;
	float:right;
}
#spe{
	
	clear:both;
	float:right;
	width:150px;
	text-align:center;
}
#contact{
	padding-top:5px;
	font-size:11px;	
}
#contact a:hover{
	color:#000000;
	font-weight:bold;
}

#photo{

}
img{
border:0;
}
