/********* BODY ********/
body{
	font-size:80%;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	color: #555555;
    text-align: center; /* pour corriger le bug de centrage IE */
}

hr{
	width:400px;
	height:1px;
	border:1px;
	background-color:#cccccc;
}

a{
	color:#8c8cff;
}

img{
	border:0px;
}


#subbody {
	position:relative;
	width:1000px;
	background-color:#ebfbe8;
	/*background-image:url(../images/middle.png);*/
	background-repeat:repeat-y;
	margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    margin-bottom:10px;
    text-align:left;
    border:solid 1px #cccccc;
}

/********* HEADER ********/

.header,.header1,.header2,.header3{height:100px;float:left;}

.header{
	width:1000px;
}
.header1{
	width:25px;
	/*background-image:url(../images/header1.png);*/
}
.header2{
	width:950px;
	/*background-image:url(../images/header2.png);*/
}
.header3{
	width:25px;
	/*background-image:url(../images/header3.png);*/
}

/************ INFOS IN HEADER **************/
.language{
	position:absolute;
	width:50px;
	height:15px;
	top:12px;
	left:950px;
}
.date{
	position:absolute;
	top:50px;
	left:500px;
}

/********* MIDDLE *******/
.middle{
	float:left;
	width:1000px;
	margin-bottom:20px;
}

/********* PAGE *******/
.page{
	float:right;
	display:inline;
	width:750px;
	margin-right:25px;
	background-color: #ffffff;
}
.page_data{
	text-align:left;
	padding: 0px 10px 20px 20px;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}
.page_bottom{
	border-bottom:solid 1px #cccccc;
}
.page_title {
	position:relative;
	height:25px;
	line-height:25px;
	text-align:center;
	border:solid 1px #cccccc;
	z-index:0;
	/*background-image:url(../images/pagetitle.png);*/
}

/************ MENU **************/
.menu{
	float:left;
	display:inline;
	width: 160px;
	margin-left:25px;
}
.menu_top{
	height:650px;
	text-align:center;
}
.menu_bottom{
	width:160px;
	height:30px;
}

.menurandom{
  	width:160px;
	border:1px solid #cccccc;
	height:20px;
	background-color:#ffffff;
	line-height:20px;
	color:#555555;
	text-decoration:none;
}
.menurandom_sub{
	position:relative;
	float:left;
  	width:160px;
	padding:1px;
}


/*********** FOOTER *************/
.footer,.footer_left,.footer_right{height:80px;line-height:80px;}
	
.footer{
	text-align:center;
	clear:both;
	width:950px;
	/*background-image:url(../images/footer_middle.png);*/
}
.footer_left{
	float:left;
	width:25px;
	/*background-image:url(../images/footer_left.png);*/
}
.footer_right
{
	float:right;
	width:25px;
	/*background-image:url(../images/footer_right.png);*/
}


/*********** DIVERS *************/
a.menustyle {
	color: #8c8cff;
	text-decoration:none;
}
a:hover.menustyle{
	text-decoration:underline overline;
}

.thinborder{
	border:1px solid #cccccc;
}

.spacer {
	clear:both;
}

.frame{
	border: 1px solid #cccccc;
}

.center{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.warning{
	text-align:center;
	color:#ff0000;
}

.ptitle{
	font-weight:bold;
}
.uptitle{
	font-weight:bold;
	text-decoration:underline;
}

/*********** CV *************/
.title_item_cv,.item_cv{
	width:450px;
	margin-left:auto;
	margin-right:auto;
}
.title_item_cv{
	text-align:center;
	border: 1px solid #cccccc;
	background-color:#fffff0;

}
.item_cv{
	text-align:left;
}

/*********** GUESTBOOK *************/
.guestbook_title {
	padding:2px;
	text-align:left;
	background-color:#fffff0;
	width: 450px;
	border: 1px solid #cccccc;
	border-bottom: 1px dotted #cccccc;
	margin-left:auto;
	margin-right:auto;
}
.guestbook_data{
	text-align:left;
	padding:2px;
	width:450px;
	border:1px solid #cccccc;
	border-top: 0px;
	margin-left:auto;
	margin-right:auto;
}

div#stats_infos{
	visibility : hidden; 
	position:absolute;
	padding: 10px;
	border: 1px solid #000000;
	background-color:#fffff0;
}

.thumb{
	margin:10px;
	float:left;
}

/************ STATS ***************/
.stats_title,.stats_td,.stats_td_left{border: 1px solid #cccccc;}

.stats_title{
	text-align:center;
	width:400px;
	background-color:#fffff0;
	margin-left:auto;
	margin-right:auto;
}
.stats_td{
	text-align:center;
}
.stats_td_left{
	text-align:left;
}

/************ INFOBULLE ***************/
a.info{
	position: relative;
	color: #555555;
}
a.info span{
	border: 1px solid #cccccc;
	display: none;
}
a.info:hover{
	background: none; /* correction d'un bug IE */
	z-index: 500;
}
a.info:hover span{
	display: inline;
	position: absolute;
	background: #fffff0;
	text-align:left;
	padding: 5px;
	text-decoration:none;
}
