/******* MISE EN PAGE GENERAL *********/

body {
	background : #FFFFFF url(/images/background_body.jpg) repeat-y scroll center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	margin:0;
	padding:0;
}

.mainContent{
	margin:0 auto;
}

#content{
	padding-left:20px;
	margin: 0;
}

#GeneralContent {
	left:50%;
	margin-left:-511px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	position:absolute;
	width:1020px; 
}

#header {
	height: 88px;
	width: 1020px;
	margin: 0;
	padding: 0;
}

#menu {
	height: 397px;
	width: 980px;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}

#footer {
	color:#000000;
	text-align:center;
	background-image: url(/images/footer.jpg);
	height: 58px;
	width: 1020px;
	line-height:58px;
	background-repeat:no-repeat;
	clear:both;
	clip:rect(58px, 58px, 58px, 58px);
}



/*********************/

.titleHead1 {
	background-image: url(../images/TitleHead1.jpg);
	height: 58px;
}

.titleHead2 {
	background-image: url(../images/TitleHead2.jpg);
	height: 58px;
}

div.dispHead{

}

.contenText{
	padding:5px 20px;
	background-repeat: repeat-y;
	background-image: url(../images/content.jpg);
}

/*************************************/

div#test-accordion{
}

div.accordion {
	position: relative; /* required for bounding */
}
div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background-image: url(../images/TitleHead2.jpg);
	background-repeat:no-repeat;
    cursor: pointer;
	height:41px;
	
	line-height: 41px;
	padding-left: 30px;
	padding-right: 20px;
	
	font-size: 15px;
	color:white;
}



div.accordion-toggle-active{
}

div.acc_head{
	background-image: url(../images/acc_head.jpg);
	line-height: 48px;
	height:48px;
	padding-left:30px;
	padding-right:20px;
}

div.acc_foot{
	background-image: url(../images/acc_footer.jpg);
	line-height: 40px;
	height:49px;
}

div.accordion-content{
	text-align:justify;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	padding-right:50px;
	background-repeat: repeat-y;
	background-image: url(../images/content.jpg);
    overflow: hidden;	/* required for effect */
	height:auto;
	width:909px;
}

/*************************************/
#menuleft{
	float:left;
	height:397px;
	width:724px;
}

#menuright{
	float:left;
	height:397px;
	width:255px;
}

#news_head{
	height: 43px;
	background-repeat:no-repeat;
	background-image: url(/images/news_head.jpg);
}

#news_footer{
	height: 33px;
	background-repeat:no-repeat;
	background-image: url(/images/footer_acc.jpg);
}

#news_middle{
	height:162px;
	padding:0 45px 0 20px;
	background-repeat: repeat-y;
	background-image: url(/images/middle_acc.jpg);
}
/*************************************/

a:hover{
	color:#ff5502;
	text-decoration:none;
}

a{
	color:#7F3A00;
	text-decoration:none;
}

.paginationControl{
	margin:5px;
	padding:5px;
}

/*******************************************/
.temoignage0{
	margin:5px;
	padding:5px;
	background-color:#cccccc;
}

.temoignage1{
	margin:5px;
	padding:5px;
	background-color:#cccccc;
}
.accordion-content fieldset{
	display:block;
	margin:0 0 3em;
	padding:1em;
	background-color:#CCCCCC;
}

textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

/*******************************************/
.subTable{
	border: 1px solid black;
}

.subTable td{
	border: 1px solid black;
}