@font-face { font-family: ArialBlack; src:url(ariblk.ttf) format(TrueType); }
body {
	font-family:Arial, Verdana;
	font-size:11px;
	margin:0;
	padding:0;
	/* background : url("./img/bg.png") repeat left top; */
    background-color:#edf0f5;
}
a {
	color:black;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#CADREBG {
    width:1000px;
    height:700px;
    padding:95px 108px;
    background : url("./img/bg.png") no-repeat left top;
    margin:-50px auto;
}
#CADRE {
	width:1000px;
	height:700px;
	display:block;
	margin:0 auto;
	padding-top:0px;
    background-color:white;
}
#HEADER {
	display:block;
	width:1000px;
	height:112px;
}
#LOGO {
	background : transparent url("./img/logo.png") no-repeat;
	float:left;
	display:block;
	width:1000px;
	height:112px;
}
#LOGO img {
	display:block;
	width:1000px;
	height:112px;
	border:none;
}
#MAIN {
	display:block;
	width:960px;
    height:490px;
    padding:0 10px 0 30px;
}
#RUBRIQUE {
	width:300px;
	display:block;
	float:left;
}
#RUBRIQUE a.rollover {
	display:block;
	width:300px;
    font-family: ArialBlack, Arial;
    color:#CCCCCC;
    height:26px;
	font-size:17pt;
	font-weight:900;
}
#RUBRIQUE a.rollover:hover {
	border:none;
    text-decoration:none;
    color:#000;
}
#RUBRIQUE ul {
	list-style:none;
}
#RUBRIQUE ul, li {
	margin:0;
	padding:0;
}
#RUBRIQUE li.selected{
    display:block;
	width:300px;
    font-family: ArialBlack, Arial;
    font-size:17pt;
    color:#000;
    height:26px;
	font-weight:900;
}
#INFO {
	float:left;
	background : transparent url("./img/bg_gauche.png") repeat;
	width:660px;
	min-height:200px;
	display:block;
    margin-top:10px;
}
#INFO .nav {
    float:left;
    width:30px;
    height:20px;
    display:block;    
}
#INFO .nav a{
    border:none;
}
#INFO .nav img {
    border:none;
}
#INFO div.photo{
    float: left;
    margin-left:5px;
}
#INFO div.img {
    float:left;
    text-align:center;
    border:6px solid black;
}
#INFO div.legende{
    display:block;
    clear:both;
    padding-top:5px;
    font-size:11pt;
    color:#666666;
}
#INFO div.info{
    display:block;
    clear:both;
    padding-top:5px;
    font-weight:normal;
}
#INFO div.titre{
    display:block;
    clear:both;
    font-family: ArialBlack, Arial;
    font-size:14pt;
    color:#CCCCCC;
    font-weight:bold;
    height:18px;
    line-height:18px;
    margin-bottom:5px;
    text-align:left;
}
#INFO div.titrebio{
    display:block;
    clear:both;
    font-family: ArialBlack, Arial;
    font-size:14pt;
    color:#CCCCCC;
    font-weight:bold;
    height:18px;
    line-height:18px;
    margin-bottom:5px;
    text-align:left;
}
#INFO div.infobio{
    display:block;
    clear:both;
    padding-top:5px;
    padding-right:10px;
    font-weight:normal;
    font-size : 11pt;
    text-align:justify;
}
#FOOTER {
    clear:both;
	width:1000px;
	height:20px;
	display:block;
	text-align:center;
	padding-top:50px;
    padding-left:20px;
}