/*********************************************
******** ©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;
}
#menuQui{
	margin:0 auto;
	width:932px;
	height:22px;
	background-image:url(../img/toolbar_qsn.png);
	background-repeat:no-repeat;
}
#menuContact{
	margin:0 auto;
	width:932px;
	height:22px;
	background-image:url(../img/toolbar_contact.png);
	background-repeat:no-repeat;
}
#menuPresta{
	margin:0 auto;
	width:932px;
	height:22px;
	background-image:url(../img/toolbar_prest.png);
	background-repeat:no-repeat;
}
.menutxt {
	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;
}
a.txtlien:link, a.txtlien:visited{
	color:#dfdc04;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration: underline;
}
a.txtlien:hover{
	color:#dfdc04;
	text-decoration: underline;

}
/*CORPS DE PAGE*/

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

/*EDITO*/
.tdGauche {
	width:263px;
	background-color:#cecd00;
	background-image:url(../img/edito.png);
	background-repeat:no-repeat;
	}


#side{
	padding:20px 0px 0px 60px;
	width:183px;/*
	height:491px;*/
}
#side h3{
	font-size:13px;
	font-weight:bold;
}
#side p{
	display:block;
	padding-top:15px;
}
#side h4{
	display:block;
	padding-top:15px;
	text-align:right;
}

/*CONTENU*/
.tdDroite {
	width:669px;
	background-image:url(../img/bkg_menu.png);
	background-repeat:no-repeat;
	padding-top:35px;
	}
.tdBloc {
	width:309px;
	height:544px;
	border:solid 1px #d4d4d4;
	background-color:#FFFFFF;
	}
.langue {
	position:absolute;
	right:20px;
	top:8px;
	width:31px;
	height:23px;
	z-index:1;
}
