@charset "utf-8";
/* CSS Document */
/*------------------------------------decoration de a:---------------------------*/
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000099;
}

/*------------------------------------decoration de  index.php---------------------------*/
#entrer
{
	width:1024px;
	height:600px;
	margin:auto;
	position:relative;
	background-image:url("kit/entrer/entrer.jpg");
	background-repeat:no-repeat;
}
#click_to_entrer
{
	width:1024px;
	height:540px;
	margin:auto;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#phrase
{
    padding-top:1px;
	width:1024px;
	height:10px;
	margin:auto;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	padding-bottom:5px;
	color:#FFFFFF;
}
#bas_for_entrer
{
	width:1024px;
	height:15px;
	margin:auto;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-right:150px;
	text-align:center;
}


/*------------------------------------body---------------------------*/
body{
    background-image: url(kit/fond_acc.jpg); /*---------modifimagefondpage-------------------------*/
	margin:auto;
	padding: 0px;
	text-align:center;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:0;

}
/*------------------------------------habillement du body---------------------------*/
#page_rouge{
     width:1024px;
	 height:578px;
	 margin:auto;
	 background-image:url("kit/fond_vente.jpg");
	 position:relative;
	 
}
#page_verte{
     width:1024px;
	 height:578px;
	 margin:auto;
	  position:relative;
	 background-image:url("kit/fond_activites.jpg");
}
/*------------------------------------entete du site---------------------------*/
#bandeau {
          width:1024px;
          height:150px;
		  margin:auto;
		  background-image:url("kit/head.gif");
		   position:relative;
}

/*----------------------------en dessous du bandeau..  donne les  news ---------------------------*/
#news { height: 40px;
        width:1024px;
        margin:auto;
        background-image:url("kit/news.jpg");
        position:relative;
		 
		 }
		 
#centre_news
{
	   width:1024px;
	   height:40px;
	    margin:10px auto;
        position:relative;

}
/*-------------------------menu horizontal contenant le bouton accueil ---------------------------*/
#menuh{
     width:1024px;
     height:50px;
	 margin:auto;
	 position:relative;
}
/*-------------------------habillement des boutons dans le menuh-------------------*/
.menuh-accueilButton input
{
	    width:220px;
		height:46px;
		padding-bottom:4px;
		padding-left: 4px;
		border:none;
		text-align:center;
		font-weight:bolder;
		font-size:12px;
		font-weight:bold
		font-family: Arial, Helvetica, sans-serif;
		color:#F60;
		background-color:transparent;
		background-repeat:no-repeat;
		background-position:center;
		background-image:url("kit/bouton2.png");
		
}
.menuh-resteButton input
{
	    width:170px;
		height:46px;
		padding-bottom:4px;
		padding-left: 4px;
		border:none;
		text-align:center;
		font-weight:bold;
		font-size:12px;
		font-family: Arial, Helvetica, sans-serif;
		color:#7a9300;
		background-image:url("kit/bouton3.png");
		background-color:transparent;
		background-repeat:no-repeat;
		background-position:center;
		
}

/*------------------------------menu vertical se trouvant sur la gauche-------------------------*/
#menuv{
     margin:auto;
     width:220px;
	 height:500px;
     float:left;
     border:none;
	  position:relative;
}
/*-------------------------habillement des bouton dans le menuv-------------------*/
.menuv-button input
{
	    width:220px;
		height:46px;
		padding-bottom:4px;
		padding-left: 4px;
		border:none;;
		text-align:center;
		font-weight:bold;
		font-size:12px;
		font-family: Arial, Helvetica, sans-serif;
		color:#903;
		background-image:url("kit/bouton1.png");
		background-color:transparent;
		background-repeat:no-repeat;
		background-position:center;
		
}
.menuv-activiteButton input
{
	    width:220px;
		height:46px;
		padding-bottom:4px;
		padding-left: 4px;
		border:none;;
		text-align:center;
		font-weight:bold;
		font-size:12px;
		font-family: Arial, Helvetica, sans-serif;
		color:#7a9300;
		background-image:url("kit/bouton4.png");
		background-color:transparent;
		background-repeat:no-repeat;
		background-position:center;
		
}

/*------------------------div contenant les informations------------------*/
#contenu
{
   margin:auto;
   width:800px;
   height:500px;
    position:relative;
   float:right;
   border:none;
   background-position:top center;
   background-repeat:no-repeat;
   background-image:url("kit/middle.png");
}

#contenu_sans_fond
{
   margin:auto;
   width:800px;
   height:500px;
    position:relative;
   float:right;
   border:none;

}

/*-------------------div permettant de cadrer le texte a l'int�rieur du fond blanc-------------------*/
#contenu2
{
	margin:40px auto auto auto;
	height:390px;
	width:710px;
	position:relative;
	 border:none;
	 overflow:auto;
	 text-align:left;
	 padding-bottom:0px;
	 padding-left:40px;
	 padding-right:20px;
	
	}

/*------------div contenant les liens au pied de la page (ex acces contact et ..... ----------------*/
 #infos
{
	width:774px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	margin:auto;
	text-align:left;
	position:relative;

}              



img{border:0px solid #FFFFFF;}

