body {
	font: normal 62.5% arial, helvetica, sans-serif;
	background-color: #666; 
	text-align: left;
	xmin-width: 760px;
}

a  { color: white; text-decoration: none }
a img {vertical-align:text-bottom;}

#main {
	margin:35px 0 0 24px;
	padding-top:0px;
	width:90%;
	text-align: left;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;	
	width:90%;
	font-size : 1.2em;
}

#nav a {
	display: block;
	color: black;
	font-weight: bold;
}

#nav a:hover {
	color:#EEE;
}

#nav li { /* all list items */
	float: left;
	line-height: 1.5em;
	margin-right:25px;
}

#lgswitch, #lgswitch a {
	text-align: right;
	color: #ccc;
	display:inline;
	padding-left:4px;
	font-weight:normal;
}

#lgswitch a.current {
	font-weight:bold;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 14em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-size : 1em;
}

#nav li ul li { /* second-level lists */
	width: 14em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



#content {
	clear: both;
	color: black;
	padding-top: 80px;
}

a img {
border:1px #666 solid;
margin: 0 3px 3px 0;
}

h1{
	font-size:2.8em;
	font-weight:bold;
	padding:0;
	margin:0;
}

h2{
	font-size:1.5em;
	font-weight:bold;
	padding:0;
	margin:0;
	display:inline;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
}

h3{
	font-size:1.5em;
	font-weight:normal;
	padding:0;
	margin:0;
	display:inline;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height:1em;
}

#title_left, #text_left{
float:left;
margin-right:25px;
}

#title_left{
font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
line-height:32px;
}

#title_right{
	font-size:1.0em;
	line-height:1.5em;
	font-weight:bold;
	font-style:italic;
}

#bloc_text{
clear:both;
padding-top:15px;
font-size:1.1em;
}

#bloc_bottom{
clear:both;
padding-top:10px;
}

#text_left{
width:550px;
text-align:justify; 
}

#text_left p{
padding-top:5px;
font-size:1.0em;
font-weight:bold;
line-height:1.5em;
}

#text_right{
xtext-align:justify;
width:266px;
xborder:1px solid red;
xmargin-left:50em;
xmargin-top:0;
xpadding-top:0;
float:left;
}

#text_right p{
text-align:justify;
display:block;
}



#news{
clear:both;
margin-left:50em;
margin-bottom:70px;
padding-left:40px;

}

#news h4{
	font-size:1.7em;
	font-weight:normal;
	padding:0;
	margin:0;
}

#news p{
	font-size:1.2em;
	font-weight:normal;
	margin:0;
	padding:0;
}

#news a, #news a:hover{
	font-size:1.4em;
	font-weight:bold;
	margin:0;
	padding:0;
	color:black;
}

.white{
color:#ccc;
}

.grey{
color:#aaa;
}

.bio{
color:#ccc;
text-align:justify;
width:720px;
font-size:1.0em;
font-weight:bold;
line-height:1.5em;
padding:0 0 0 0;
}

.biopic{
float:left;
padding:0 15px 10px 0;
}

.yoxview{
	clear:left;
}

.contact{
color:#ccc;
font-size:1.0em;
font-weight:bold;
line-height:1.5em;
padding:0 0 25px 0;
}



