/* CSS Document */
body {
	background-color: #FFF;
	margin: 0 auto 0 auto;
	background-image:url(http://richard.ying.fr/interface/fond.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	width: 900px;
	height:100%;
	padding: 0;
	text-align: justify;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.bl{
	color: #010101;
	background-color: inherit;
}
td img{
	border-color:#ddd;
	border-style:solid;
	border-width:5px;
}
td a img{
	border-color:#ddd;
	border-style:solid;
	border-width:5px;
}
td a:hover img {
	border-color:#069;
	border-style:solid;
	border-width:5px;
}
#welcome {
	position: absolute;
	top: 0px;
	left: auto;
	width: 901px;
	height: 175px;
	margin: 0px;
	padding:0px;
	background-color: #333;
	color:#FFF;
}
#welcome img{
	border:0px;
	width:900px;
	height:175px;
}
#content {
	position: absolute;
	top: 175px;
	left: auto;
	width: 580px;
	margin: 0px;
	padding: 5px 10px 10px 10px;
	float:left;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
}
#menu {
	width: 275px;
	margin: 0px;
	padding: 180px 10px 15px 10px;
	float:right;
	background-color:inherit;
	border-left: 1px solid #000;
	color: #000;
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu ul li{
	margin: 0 5px 0 0;
	list-style-type:square;
	list-style-position: inside;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	line-height: 12px;
	padding: 0;
}
#menu p{
	font-size: 10px;
	font-style: normal;
	text-align: right;
	margin: 0;
	padding: 0;
	color: #000;
	background-color:inherit;
}
#menu h3{
	font-size: 13px;
	font-style: normal;
	text-align: left;
	margin: 10px 5px 0px 0px;
	padding: 0;
	color: #333;
	background-color:inherit;
}
#menu p a{
	text-align: left;
	text-decoration:none;
	color: #000;
	background-color:inherit;
}
#menu h3 a{
	text-align: left;
	text-decoration:none;
	color: #333;
	background-color:inherit;
}
#menu li a{
	text-align: left;
	text-decoration:none;
	color: #000;
	background-color:inherit;
}
#menu a:hover{
	text-align: left;
	text-decoration:none;
	color:#069;
	background-color:inherit;
}
#menu td,th{
	width:85px;
	height:15px;
	border:1px solid #FFF;
	padding:0px;
}
#menu img{
	border:0;
	width:80px;
	height:15px;
}
#cv h3 {
	color:#069;
	background-color:inherit;
}
#cv h3 {
	margin:0;
	padding:15px 0 0 0;
}
#cv h4 {
	margin:0;
	padding:8px 0 0 0;
}
h1{
	font-size: 18px;
	font-style: normal;
}
h2{
	font-size: 16px;
	font-style: normal;
}
h3{
	font-size: 14px;
	font-style: normal;
}
h4{
	font-size: 12px;
	font-style: normal;
}
h5{
	font-size: 11px;
	font-style: italic;
}
.backward {
	unicode-bidi:bidi-override;
	direction: rtl;
}
