html {
	overflow-y: scroll;
}
body {
	color: #000000 !important ;  
	background-color: #b9d764 !important;
}
body { font-family: arial !important; }
* { font-family: arial !important; }

body { font-size: 8pt !important; }
/* * { font-size: 8pt !important; }*/

big { font-size: larger !important; }
small { font-size: smaller !important; }

:focus  { outline: thick solid black }
active { outline: thick solid white }

.clr {
	clear: both;
	font-size:0;
	height:0;
	line-height:0;
}


#top {
/*	border: 1px solid yellow;*/
	color: #000000 !important ;  
	margin: 0px auto;
	background: #fff;
	background: transparent url(../gifs/bg_topMenu.gif) repeat-x left top;

	width: 100%;
  	height : 101px;
}

#top_contenant {
/*	border: 1px solid red;*/
	color: #000000 !important ;  
	margin: 0px auto;
	width: 980px;
  	height : 101px;

}
	
#top_logo {
/*	border: 1px solid blue;*/
	float : left;
	margin: 0px auto;
	background: transparent url(../gifs/logo1.gif) repeat-x left top;
	width: 298px;
  	height : 101px;

}

#menu {
/*	border: 1px solid red;*/
	color: #000000 !important ; /*#B9D764;*/
	text-transform: uppercase;
	margin: 50px 0 0 0;
	padding : 6px 0 0 0px;
	float: left;
	height : 26px;
	width : 660px;
}

#choix{
/*	border: 1px solid green;*/
	font-size: 9pt;
	margin : 0 12px;
	height : 25px;
	float : left;
}

#choix a {
	display: block; 
	color: #b9d764; 
	font-weight: bold;
	text-decoration: none;
}

#choix a:hover {
	color: #fff;
}

#contenu {
/*	border: 1px solid red;*/
	color: #000;
	margin: 0px auto;
	background: transparent url(../gifs/fond.gif) repeat-y center top;
	width:980px;
	height:400px;
}

#contenu_logo {
	float : left;
	margin: 0px auto;
	background: transparent url(../gifs/logo2.gif) no-repeat top right;
	width: 298px;
  	height : 96px;

}

#contenu_top {
	border: 1px solid red;
	float: left;
	height : 96px;
	width : 660px;
}

#titre {
	border: 1px solid blue;
	color: #e60e63;
	font-weight: bold;
	font-size: 9pt;
	padding : 20px 0 0 0px;
	float: left;
	height : 30px;
	width : 640px;
}

#intro {
}

#gauche {
	float: left;
	height : 300px;
	width : 298px;
}

#droite {
	float: left;
	height : 300px;
	width : 660px;
}

#footer {
	text-align:center;
	padding: 0px;
	margin:0 auto;
	color: #000000 !important ;  
	/*color: #650460;*/
	overflow:hidden;
	background: transparent url(../gifs/bg_topMenu.gif) repeat-x top left; /*#650460*/
	width:980px;
	height:67px;
}

#menubas {
	color: #fff !important ; /*#B9D764;*/
	text-align:right;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	padding : 6px 0 0 10px;
	float: left;
	height : 26px;
	width : 320px;
}

#copyright {
/*	border: 1px solid red;*/
	color: #f48026 !important ; /*#B9D764;*/
	text-align:right;
	margin: 20px 20px 0 0;
	padding : 6px 0 0 10px;
	float: right;
	height : 26px;
	width : 320px;
}



