/* Global definitions */
body, td, th, div, span, p, a, input, select, textarea, h3, h4, h5, h6{
	font-family:arial, verdana, helvetica;
	font-size:11px;
	/*text-align:justify;*/
	color:#333333;
}
body{
	margin:0 auto;
	background-color:#E8E8E8;
}
#main, #mainhp{
	width:800px;
	/*border:1px solid #CCCCCC;*/
	border-top:none;
	background-color:#FFFFFF;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#mainhp{
	width:780px;
	text-align:center;
}

body.bdc{
	background-color:#FFFFFF;
	padding:0px;
}
p, form, h1, h2, h3, h4, h5, h6{
	margin:0;
	font-weight:normal;
	color:#333333;
}

/* STYLE TEXTES */


h1 {
	font-family:arial, verdana, helvetica;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	line-height:20px;
	font-weight:bold;	
	color:#b59a33;
}
h2 {
	font-family:arial, verdana, helvetica;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	line-height:15px;	
	text-align:justify;
}
h3 {
	font-family:arial, verdana, helvetica;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	line-height:16px;	
	color:#b59a33;
	text-align:justify;
}
.txt10 {
	font-family:arial, verdana, helvetica;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	line-height:11px;	
	color:#333333;

}
.txt11 {
	font-family:arial, verdana, helvetica;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:12px;	
	color:#333333;

}
.txtCourant {
	font-family:arial, verdana, helvetica;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height:15px;	
	color:#333333;
	text-align:justify;

}
.txtCourantLeft {
	font-family:arial, verdana, helvetica;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height:15px;	
	color:#333333;
	text-align:left;

}
.txtCourantCenter {
	font-family:arial, verdana, helvetica;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	line-height:15px;	
	color:#333333;
	text-align:center;

}
.StyleTxtAccroche {
	font-size: 13px;
	color: #000000;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-weight: normal;
	font-style: italic;
	line-height:15px;
}

/* Page layout */


#centerframe{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#centerJF{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#centerframe #main, #centerframe #mainhp, #centerframe .lshadow, #centerframe .rshadow{
	vertical-align:top;
}


/* Page header */
#header{
	text-align:center;
	padding:0 2px 0 2px;
}

/* Page footer */
#footer{
	background:url(img/bshadow-mid.gif) top left repeat-x;
	text-align:center;
}
#footer div{
	background:url(img/bshadow-left.gif) top left no-repeat;
}
#footer #sizer{
	background:none;
	width:800px;
	height:12px;
}
#footer div p{
	background:url(img/bshadow-right.gif) top right no-repeat;
	font-size:100%;
	color:#666666;
	padding:8px 0 8px 0;
}
#footer div p a{
	color:#525657;
	margin:0 8px 0 8px;
	text-decoration:none;
}
#footer div p a:hover{
	text-decoration:underline;
}
#footer div span{
	font-style:italic;
	color:#666666;
}

/* Page side shadows */
td.lshadow, td.lshadowb{
	background:url(img/lshadow-mid.gif) top left repeat-y;
	width:16px;
}
td.rshadow, td.rshadowb{
	background:url(img/rshadow-mid.gif) top left repeat-y;
	width:16px;
}
#centerframe td.lshadowb, #centerframe td.rshadowb{
	vertical-align:bottom;
}
td.lshadow img, td.rshadow img, td.lshadowb img, td.rshadowb img{
	display:block;
}


