/*********************************************
******** ©2009 pierrejanko.free.fr ********
**********************************************/

/*GLOBAL*/
*{
	margin:0;
	padding:0;
	outline:none;
}
html, body{
	width:100%;
	height:100%;
}
object, embed{
	position:relative;
	z-index:1;
}
ul, ol, li{
	list-style:none;
}
img{
	border:none;
}
a{
	outline:none;
	text-decoration:none;
	color:#7a7a7a;
}
a:hover{
	color:#000;
}


/*STRUCTURE DE LA PAGE*/
body{
	background-color:#d6d6d6;
	color:#000;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../img/bkg.png);
	background-repeat:repeat-x;
}

/*HEADER*/
#header{
	margin:0 auto;
	width:932px;
	height:127px;
}

/*MENU*/
#menu{
	margin:0 auto;
	width:932px;
	height:22px;
	background-image:url(../img/toolbar_home.png);
	background-repeat:no-repeat;
}
a.menutxt:link, a.menutxt:visited{
	color:#ffffff;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
a.menutxt:hover{
	color:#dfdc04;
	text-decoration:none;
}

/*SS MENU*/

#ssmenu{
	margin:0 auto;
	width:932px;
	height:15px;
	background-image:url(../img/bkg_ssmenu.png);
	background-repeat:no-repeat;
}

/*CORPS DE PAGE*/

#container{
	margin:0 auto;
	width:932px;
	height:auto !important;
	height:570px;	
	min-height:570px;
	color:#7a7a7a;
}

.tdContour {
	width:314px;
	border:solid 1px #d4d4d4;
	background-color:#FFFFFF;
	background-image:url(../img/t-coaching.png);
	background-repeat:no-repeat;
	}

/*PARTIE GAUCHE*/
.tdGauche {
	background-image:url(../img/t-coaching.png);
	background-repeat:no-repeat;
	}
	
.tdGauche2 {
	background-image:url(../img/t-conseil.png);
	background-repeat:no-repeat;
	}
	
#side{
	padding:12px 0px 0px 60px;
	width:240px;
}
#side h3{
	font-size:12px;
	font-weight:bold;
}
#side h3 a.txt{
	font-size:15px;
}

/*PARTIE DROITE*/

.tdDroit {
	width:606px;
	background-color:#FFFFFF;
	background-image:url(../img/bkg-star.png);
	background-repeat:no-repeat;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d4d4d4;
	border-right-color: #d4d4d4;
	border-bottom-color: #d4d4d4;
	border-left-color: #d4d4d4;
	}

.BorderBas {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4d4d4;
	}
.OngletOFF {
	background-color:#FFFFFF;
	border: 1px solid #d4d4d4;
	}
.OngletON {
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d4d4d4;
	border-right-color: #d4d4d4;
	border-bottom-color: #d4d4d4;
	border-left-color: #d4d4d4;
	}

#txt{
	padding:20px 0px 0px 60px;
}
#txt h1{
	font-size:22px;
	font-weight:bold;
	color:#cecd00;
}
#txt h2{
	font-size:14px;
	font-weight:bold;
	color:#cecd00;
}
#txt p{
	display:block;
	padding:15px 10px 0px 28px;
	line-height: 1.6em;
}
#menuPresta{
	margin:0 auto;
	width:932px;
	height:22px;
	background-image:url(../img/toolbar_prest.png);
	background-repeat:no-repeat;
}
