@charset "utf-8";
/* CSS Document */

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background-color: #DDDDDD;
	background-image:url(../img/Back_D.png);
	background-repeat:repeat-x;
	background-position: 0px 150px;
	margin: 0px;
	padding: 0px;t
	text-align: left;
	color: #000000;
	font-size:small;
}

#page {
	width:950px;
	background-image:url(../img/middle.png);
	background-repeat:repeat-y;
	text-align:left;
}

#footer {
	background-image:url(../img/middle_bottom.png);
	background-repeat:no-repeat;
	height:10px;
	text-align:center;
	font-size:9px;
	color:#333333;
}

.topbottombar {
	background-image:url(../img/BottomBar.png);
	background-repeat:repeat-x;
	background-color:#666666;
	color:#666666;
	text-align:center;
	height:4px;
	border-left:thin solid;
	border-right:thin solid;
}

.boxtitle {
	background-repeat:no-repeat;
	background-position:bottom;
	height:50px;
}

.boxcontent {
	border-left:thin solid;
	border-right:thin solid;
	border-color:#666666;
	/*background-image:url(../img/Blue50.png);
	background-repeat:repeat;*/
	background-color:#c3c7e9;
	padding:10px;
}

.box {
	vertical-align:top;
	margin:0px;
	border:none;
}

.notelogadm{
	font-size:9px;
}

/* TIPS */
.tips_linktable{
	font-weight:bold;
}

.tool-tip {
	color: #FFFFFF;
	width: 139px;
	z-index: 13000;
	/*background-color:#333333*/
	background-image:url(../img/Opacity75.png);
	background-repeat:repeat;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}

/* Boite pour les CVs */
.cvbox {
	width:600px;
	border:thin solid #000033;
	padding:0px;
	margin:0px;
	background-color:#CCCCCC;
	margin-top:10px;
}

.cvbox .cvboxtitle {
	font-weight:bold;
	text-align:center;
	border-bottom:thin solid #000000;
	background-color:#CCCCCC;
	color:#000000;
	padding:0px;
	margin:0px;
}

.cvbox .cvboxcontent {
	padding:0px;
	margin:0px;
	background-color:#c3c7e9;
}

.cvbox .cvboxlink {
	font-weight:bold;
	cursor:pointer;
	text-align:left;
	margin-left:5px;
	background-color:#CCCCCC;
}