@charset "iso-8859-1";
body {
				width: 100%;
				font-family: Verdana,Helvetica;
				font-size: smaller;
				color: #FFFFFF;
				font-style: normal;
				font-weight: bold;
				text-decoration: none;
				text-align: center;
				margin: 0;
				padding: 0;
				background-color: #000000;
}
#conteneur
				{
				position:absolute;
				width: 100%;
				left: 0;
				right: 0;
				height:600px;
				margin-top:10px;
				}
a, a:link , a:visited {
				color:#254e16;
				text-decoration: none;
}
a:hover {
			color:#FFFFFF;
			text-decoration:none;
}
#haut {
			height: 200px;
			position: relative;
			border-top: 1px solid #075e38;
			background-image: url("images_accueil/logo_sr_nv.jpg");
			background-repeat: no-repeat;
			background-position: center 0;
}
#fenetre {
				position: relative;
				overflow: hidden;
				width: 500px;
				text-align: left;
				margin: auto;
				margin-top: 100px;
	}
#marquee {
				color: #FFFFCC;
				padding: 0 5px;
				text-align: center;
	}
#milieu {
				width: 100%;
				height: 200px;
				background-color: #000000;
				background-image: url("images_accueil/banniereCanasuc2.jpg");
				background-repeat: no-repeat;
				background-position: center;
				border-top: 1px solid #075e38;
				border-bottom: 1px solid #075e38;
}
#bas {
				height: 200px;
				border-bottom: 1px solid #075e38;
}
#bas a {			color: #075e38;	}
#bas a:hover {	color: #FFFFFF;	}

#rubriques {
					margin-right: -350px;
	}
#rubriques ul {
					padding-top: 10px;
	}
#rubriques li {
					margin-bottom: 30px;
	}
#menu_g {
					float: left;
					text-align: left;
					margin-left: 20px;
					height: 200px;
	}
#menu_d {
					float: right;
					text-align: left;
					margin-right: 40px;
					height: 200px;
	}
#connexion {
					width: 400px;
					float: right;
					text-align: center;
					border-left: 1px solid #075e38;
	}
table#connexion_tab {
					width: 350px;
					height: 200px;
	}
.infobulle {
					position: absolute;   
					visibility : hidden;
					border: 1px solid #075e38;
					padding: 10px;
					font-family: Arial, Helvetica;
					font-size: 13px;
					background-color: black;
					color: white;
					z-index: 2;
	}
