.bodybg {
	background-image: url(templateimages/bodyBG.jpg);
	background-repeat: repeat-x;
	background-color:#A8ACD9;
}

.menuTB {
	background-color:#BED4E2;
	height:37px;
		
}


a.lienmenu {
    color:#003366;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;	
}
a.lienmenu:hover {
font-weight:bold;
color:#FF00FF;
}
a.lienmenu:active{
font-weight:bold;
  color:#FF00FF;
}


div {
	text-align:center;
	margin:0 auto;
	}

div#container {
	text-align: center;
	margin:0 auto;
	width:960px;
	height:100%;
	background-color:#565FA4;
	background-image: url(templateimages/containerBG.jpg);
	background-repeat: repeat-x;
	}
	
div#bandeau {

	width:940px;
	height:125px;
	background-color:#CCCCCC;
	}
div#menu {

	width:940px;
	height:62px;
	background-color:#959AC8;
	}

div#contenu {

	width:940px;
	height:100%;
	background-color:#CCCCCC;

	}
div#contenuinside {
padding-top:20px;
padding-bottom:20px;
	width:800px;
	}
	
div#contenuinside p{
	color:#003366;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#contenuinside tr{
	background-color:#CCCCCC;
	text-align: center;
}

div#contenuinside h1{
	color:#333333;
	text-align: center;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
}
div#contenuinside h2{
	color:#6666CC;
	text-decoration:none;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
}


div#pied_page {
	width:940px;
	height:50px;
	background-color:#959AC8;
	}
