/*********************************************
******** ©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:#dedede;
	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_temoin.png);
	background-repeat:no-repeat;
	color:#ffffff;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
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:35px;
	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;
	background-image:url(../img/bkg-temoin.png);
	background-repeat:no-repeat;
}

#side{
	padding:0px 0px 0px 90px;
	width:842px;
}
#side h1{
	font-size:20px;
	font-weight:bold;
}

#cadre{
	padding:10px 10px 10px 46px;
	width:784px;
	background-color:#FFFFFF;
	background-image:url(../img/bkg-temoin-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;
}

.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;
	}
