 /* 
Feuille de styles pour le centrebenesh
*/
* {
	padding: 0;
	margin: 0;
}
html {font-size:100%; height:101%; } 
body {
  color: #000000;
  background-color:white; 
  font-family: Verdana, "Bitstream Vera Sans", Lucida Grande, sans serif;  
  font-size: 0.8em
}
/*=============================================================
	1. Zone DIV
=============================================================*/
#wrapper {
  position:relative;
  color: black;
  background-color: white;
  width: 80%;
  margin-top:0;
  margin-right: 10%;
  margin-bottom:0;
  margin-left: 10%; 
}
#logocentre {
	position: absolute;
	top: 10px;
	width:441px;
	left: 0;
	visibility: visible;
}
#logobenesh {
	position: absolute;
	left: 620px;
	top: 21px;
	width: auto;
	visibility: visible;
}
#film {
	position: absolute;
	width: 241px;
	padding: 5px;
	border: 2px solid #9999CC;
	z-index: 2;
	visibility: visible;
	left: 94px;
	top: 29px;
}
#menu {
	position: relative;
	top: 0;
	left: 0;
	width: 147px;
	margin-top:10px;
}
	#menu ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 174px;
	height: 147px;
	background: url(images/coeur.gif) no-repeat left top;
	z-index: 2;
	}
	#menu a {
	position: absolute;
	display: block;
	left: 21px;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	color: #330000;
	z-index: 2;
	width: 116px;
	visibility: visible;
	}
	#menu a:hover{
  	color:#FF0000;
	text-decoration: underline;
  	width: 174px;
  	z-index: 1;
	}
	#menu ul a.active {
	color: #FF6600;
	}
	
#zone_de_navigation {
	position: absolute;
	top: 154px;
	left: 435px;
	text-align: left;
	line-height: 20px;
	color: #330000;
	border-bottom: 1px solid #9999CC;
	z-index: 2;
	visibility: visible;
	}
	#zone_de_navigation ul {
		margin: 0;
	}
	#zone_de_navigation li {
		display: inline;
		list-style-type: none;
		border: 0.1em solid #9999CC;
		border-bottom: 0;
		margin: 0;
	}
	#zone_de_navigation a {
		color: #330000;
		padding: 0px 20px 0px 20px;
	}
	#zone_de_navigation a:hover{
		color: #FF0000;
		background-color: #FFFFFF;
		text-decoration: underline;
	}
	#zone_de_navigation ul a.active {
		color: #FFFFFF;
		background-color: #006600;
}
#navlist {
	padding: 0 1px 1px;
	margin-left: 0;
	width: 25em;
	}
	#navlist li {
		list-style: none;
		margin: 0;
		border-top: 1px solid #9999CC;
		text-align: left;
	}

	#navlist li a {
		display: block;
		padding: 0.25em 0.5em 0.25em 0.75em;
		border-left: 1em solid #CCFF99;
		text-decoration: none;
	}

	#navlist li a:link { color: #448; }
	#navlist li a:visited { color: #667; }

	#navlist li a:hover {
		border-color:#FF0000;
		color:#330000;
		background-color: #eee;
	}
	#navlist li a.active {
		border-color:#FF6600;
		color:#330000;
		background-color:#eee;
}
#navalphalist {
	padding: 0 1px 1px;
	margin-left: 0;
	line-height: 21px;
	border-bottom: 1px solid #9999CC;
	color: #330000;
	}
	#navalphalist li {
		display: inline;
		list-style-type: none;
		margin: 0;
		text-align: left;
	}
	#navalphalist li a {
		border-left: 1em solid #CCFF99;
		text-decoration: none;
		padding: 0.25em 0.5em 0.25em 0.75em;
	}
	#navalphalist li a:link { color: #448; }
	#navalphalist li a:visited { color: #667; }
	#navalphalist li a:hover{
		border-color:#FF0000;
		color:#330000;
		background-color: #eee;
	}
	#navalphalist li a.active {
		border-color:#FF6600;
		color:#330000;
		background-color:#eee;
}
#navigation_verticale {
	font-size: 80%;
	text-align: left;
	text-indent: 20px;
	line-height: 25px;
	width: 289px;
	color: #330000;
	background-color: #FFFFFF;
}
	#navigation_verticale ul {
		color: #000000;
		margin-left: 0;
	}
	#navigation_verticale li {
		list-style-type: none; 
		border-top: none;
		border-bottom: 2px solid #9999CC;
		border-left: 10px solid #CCFF99;
		margin: 0;
	}
	#navigation_verticale a {
		color: #000000;
		display: block;
		background-color: #FFFFF;
		padding: 0px 4px 0px 4px;
	}
	#navigation_verticale a:hover {
		color: #FF0000;
		background-color: #FFFFFF;
	}
	#navigation_verticale ul a.active {
		color:#FF6600;
		background-color: #eee;
	}

#blackline {
	border: 2px solid #9999CC;
	border-bottom:0;
	overflow: visible;
}	
#nom {
	background-color: #FFFFFF;
	border: 1px solid #9999CC;
	padding: 0;
	padding-right: 15px;
	padding-left: 15px;
	z-index: 3;
	
}
#encadrement {
	border-left:#9999CC 1px solid;
	overflow: visible;
}	

	
		
/*=============================================================
	2. Zone HTML menus
=============================================================*/ 

#menu1{
  top: 25px;
  padding-left: 38px; 
  background-position: 0% 0%;
  
}
 #menu1:hover{
  top: 0px;
  padding-top: 25px;
  background-position: 0% -72px;
}
#menu2{
  top: 43px;
  padding-left: 37px;
  background-position: 0% -12px;
}
 #menu2:hover{
  top: 0px;
  padding-top: 43px;
  background-position: 0% -119px;
}
#menu3{
  top: 61px;
  padding-left: 34px;
  background-position: 0% -24px;
}
#menu3:hover{
  top: 0px;
  padding-top: 61px;
  background-position: 0% -184px;
}
#menu4{
  top: 79px;
  padding-left: 30px;
  color: #9999CC;
  background-position: 0% -36px;
}
 #menu4:hover{
  top: 0px;
  padding-top: 79px;
  background-position: 0% -267px;
}
#menu5{
  top: 97px;
  padding-left: 24px;
  background-position: 0% -48px;
}
#menu5:hover{
  top: 0px;
  padding-top: 97px;
  background-position: 0% -368px;
}
#menu6{
  top: 115px;
  padding-left: 17px;
  background-position: 0% -60px;
}
 #menu6:hover{
  top: 0px;
  padding-top: 115px;
  background-position: 0% -487px;
}

/*=============================================================
	3. Zone HTML généraux
=============================================================*/ 
h1 { font-size: 115%;
	color: #330000;
	text-align: center;
	line-height: 25px;
} 
h2 { font-size: 95%;
	color: #330000;
	background-color: #CCFF99; 
	text-align: left;
	line-height: 20px;
}
h3 {font-size: 90%;
	font-weight: 100;
	color: #FFFFFF;
	background-color: #eee;
}
table.center {
	width: 80%;
	margin-left:10%;
	margin-right:10%;
	height:100%;
}
.annonce {
	background-color: #eee;
	border-left: 10px solid #FF0000;
	color: #330000;
	line-height: 20px;
	text-align: left;
	padding: 0.25em 0.5em 0.25em 0.75em;
	margin-left:0;
}
.surlignage {
	line-height: 20px;
	background-color: #CCFF99;
	color: #330000;
}
.bluelinetr {
	border:0;
	border-top:#9999CC 2px solid;
	border-right: #9999CC 2px solid;
	padding: 0 5px 0 5px;
	z-index: 0;
}
.bluelinerl {
	border: 2px solid #9999CC;
	border-top:0;
	padding: 0 5px 0 1px;
	z-index: 0;
}
.top {
	position: relative;
	z-index:1;
}
.photo {
	color: black; 
	background-color: #FFFFFF;
}
	.photo p {margin-left:0.5em;
	}
	.photo a {
		color: #FFFFFF;
	}
	.photo a:hover {
		color: #FFFFFF;
	}
.texteassoc {
	font-size: 75%; font-weight:normal; line-height: normal; text-align: center;
}
.texte {
	font-size: 105%; line-height: 20px; text-align:justify;
}
.texteright { 
	font-size: 105%; line-height: 20px; text-align: right;
}
.textecenter {
	font-size: 105%; line-height: 20px; text-align:center;
}
.texteactiviteleft { 
	font-size: 90%; line-height: 20px; text-align:justify;
}
.texteactivitecentre { 
	font-size: 90%; line-height: 20px; text-align: center;
}
.texteactiviteright { 
	font-size: 90%; line-height: 20px; text-align: right;
}

a {text-decoration:none;}
a:link {color:#FF6600;}
a:visited {color:#FF6600;}
a:hover, a:focus {color: #FF0000; text-decoration: underline;}


p, ul { 
  margin-top: 0 ;
  margin-right: 0 ;
  margin-bottom: 0.5em ;
  margin-left: 1em; 
}  
ul ul { 
   margin-left: 1em; 
} 
li { 
  margin-top: 0 ; 
  margin-right: 0; 
  margin-bottom: 0; 
  margin-left: 2em; 
}

/*=============================================================
	5. Formulaire de contact
=============================================================*/  
form {
  background-color: #eee;
  width: 400px;
  padding: 20px;
  border: 1px solid #8c8c8c;
}
label { 
	display: block; 
} 
#expediteur, textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
#email, textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea { height: 7em; }
input:focus, textarea:focus 
{
  background-color: #d9d9d9; 
}
