/**** balise ****/
body
{
	background-color: #ffffff;
	font-family: Verdana;
	color: #838383;
	font-size: 12px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
html
{
	padding: 0px;
	margin: 0px;
}
img 
{
	border: 0px;
}
/**** class ****/
/* structuration page */
.bloc_left
{
	width: 28%; 
	float: left; 
	background-image: url('../images/ombre_fenetre.png');
	background-repeat: repeat-y;
	background-position: right;
	height: 578px;
	position: relative;
}
.bloc_right
{
	width: 72%;
	float: left;
	height: 578px;
}
/* fin structuration */

/* bloc interne */
.header
{
	width: 100%;
	height: 194px;
	background-image: url('../images/ombre_1px.jpg');
	background-repeat: repeat-x;
	position: relative;
	
}
.login_espace_client
{
	float: right;
	margin-right: 15px;
	margin-top: 55px;
	width: 220px;
	height: 80px;
}
.menu
{
	width: 100%;
	height: 24px;
	background-image: url('../images/bg_bt.png');
	background-repeat: repeat-x;
}
.footer
{
	width: 100%;
	clear: both;
	height: 46px;
	background-image: url('../images/ombre_footer.png'); 
	background-repeat: repeat-x;
	font-size: 10px;
	
}
.logo
{
	width: 100%;
	text-align: right;
	background-image: url('../images/ombrelogo_1px.jpg');
	background-repeat: repeat-x;
	height: 94px;
}
.divlayer
{
	position: absolute; 
	left: 215px; 
	padding-bottom: 15px;
	width: 68%;
}
.divboard
{
	position: relative; 
	height: 360px; 
	width: 99%; 
	overflow: hidden; 
	float: left; 
	background-position: top left; 
	background-repeat: no-repeat;
}
.arrow
{
	height: 360px; 
	position: absolute; 
	top: 0px; 
	left: 165px;
}
/* bloc compétence */
.competence
{
	position: absolute;
	right: 7px;
	width: 262px; 
	height: 77px;
	margin: auto; 
	font-size: 9px;
}
.competence_detail
{
	width: 145px;
	margin-left: 106px;
	margin-top: 5px;
	color: #ffffff;
}
.competence a, .comptence a:link, .competence a:visited
{
	text-decoration: none;
	color: #ffffff;
}
.competence a:hover
{
	text-decoration: none;
	color: #eeeeee;
}
/* fin compétence */

/* fin bloc interne */
