/* CSS Document */
body {
	color: #dfebf7;
	background-color: #35A57D;
	<!-- background-image: url(../images/page_bg.jpg); -->
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
/* Bandeau */
#boite_diapo {
	width:966px;
	height:161px;
	margin: auto;
	background-color:none;
	background-image:url(../images/header/1.jpg); // IDENTIQUE A CELUI DANS LE SCRIPT : tab_img[0]
} 
                            
#img_diapo  {
	width:966px;
	height:161px;
	margin: 0 0 0 0;
	filter: alpha(opacity=0);   // fondu pour internet explorer
	-moz-opacity:0;             // fondu pour mozilla, phoenix, firebird, firefox
	opacity:0;                  // fondu pour mozilla firefox
	-khtml-opacity:0.5;         // fondu pour konqueror et safari
	background-color:none;
}
.header
{
	width: 966px;
	padding-top: 30px;	
}
/* DIV */
.wrapper
{
	width: 966px;
	background-image: url(../images/middle.jpg);
	background-repeat: repeat-y;
	margin: auto;
}
.header
{
	width: 966px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
.footer
{
	width: 966px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.content
{
	width: 966px;
	padding-bottom: 50px;
}
#left {
	float: left;
	width: 640px;
	padding-top: 40px;
	padding-left: 61px;
	padding-bottom: 35px;
	text-align: justify;
	padding-right: 27px;
}
#right {
	float: left;
	width: 175px;
	padding-top: 40px;
	text-align: left;
}
.rmenu_item {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	padding-top: 9px;
	height: 8px;
	margin-left: 2px;
	padding-right: 2px;
}
/* TEXT */
h1
{
	margin: 0 0 0 0;
	font-size: 18px;
}
h2
{
	margin: 0 0 0 0;
	font-size: 16px;
}
/* LINKS */
a, a:visited
{
	color:#f1f7fb;
	background-color: inherit;
	text-decoration:none;
	font-weight:bold;
	font-size: 14px;
}
a:hover
{
	color: #F8F210;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.rmenu_link, a.rmenu_link:visited
{
	color:#f1f7fb;
	background-color: inherit;
	text-decoration:none;
	font-weight:bold;
	font-size: 14px;
}
a.rmenu_link:hover
{
	color: #F8F210;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
/* Search */
div#searchBox{
}
div#searchBox input{
	background:transparent url(../images/search.gif) repeat-x;
	border:0;
	color:#fff;
}