/*------------------------------------------------------*
  *-----------------------------------     CSS DECO     ----*
  *------------------------------------------------------*/


body {
	text-align:center;
	padding: 0;
	border:0;
	margin: 0;
	font-family: helvetica;
	font-size: 11px;
	color: #323232;
	background-image: url(../images/deco/bg.gif);
	background-repeat: repeat-x;
}


#global{

	width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}


#haut{
	width: 800px;
	}
	

#menu{
	height: 25px;
	width: 960px;
	}
		
			

	
#centre{
	float:left;
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-left: 40px;
	width: 375px;
	padding-bottom: 30px;
	padding-top: 20px;
	text-align: justify;
	line-height:18px;
	}
	
#droite{
	float:left;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;;
	width:375px;
	padding-left: 40px;
	padding-bottom: 30px;
	padding-top: 20px;
	text-align: justify;
	}
		
#centrebis{
	float:left;
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	padding-left: 40px;
	width: 790px;
	padding-bottom: 30px;
	padding-top: 20px;
	text-align: justify;
	line-height:18px;
	}
	

#bas{
	clear:both;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	padding: 0px;
	height: 30px;
	width:100%;
	left:0px;
	background-image: url(../images/deco/bas.gif);
	background-repeat: repeat-x;
	}
	

 /*------------------------------------------------------*
  *-----------------------------------     CSS TEXT     ----*
  *------------------------------------------------------*/

h1
{
	color:#323232;
	font-family: helvetica;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
}

.highlight
{
	color:#323232;
	font-family: helvetica;
	font-size: 11px;
	line-height: 17px;
	font-weight: 600;
}
.pied
{
	color:#CCCCCC;
	font-family: helvetica;
	font-size: 10px;
}


li {
	list-style-image: url(../images/deco/puce.gif);
}

 /*------------------------------------------------------*
  *-----------------------------------     CSS PLAN     ----*
  *------------------------------------------------------*/

a.link_petit_plan{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	font-family: helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color:#666666;
	display:block;
	width:100%;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	}

a.link_petit_plan:hover{
	background-color: #666666;
	color:#FFFFFF;
}



a.lien_plan
{
	color:#666666;
	text-decoration:none;
	font-family: helvetica;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px;
	text-align: right;

}
a.lien_plan:hover{
	background-color: #666666;
	color:#FFFFFF;
}


 /*------------------------------------------------------*
  *-----------------------------------     CSS LIEN     ----*
  *------------------------------------------------------*/
  
  
body#presentation a#presentation, body#activites a#activites, body#acces a#acces, body#contact a#contact{
	color:#FFFFFF;
	padding-bottom: 4px;
	background-image: url(../images/deco/on.gif);
	background-repeat: no-repeat;
   }
     
a.menu{
	-moz-box-sizing: border-box;
	box-sizing: padding-box;
	text-decoration: none;
	display:block;
	height: 25px;
	width:196px;
	font-family: helvetica;
	font-size: 12px;
	color:#CCCCCC;
	font-weight: bolder;
	padding-top: 4px;
	text-align:center;
	background-image: url(../images/deco/off.gif);
	background-repeat: no-repeat;
	font-variant: small-caps;
	}
	

a.menu:hover{
	color:#CCCCCC;
	padding-bottom: 4px;
	background-image: url(../images/deco/roll.gif);
	
}

a.lien{
	font-family: helvetica;
	font-size: 11px;
	text-decoration:none;
	color: #323232;
	font-weight:bold;
	text-decoration:underline;
	}


a.lien:hover{
	text-decoration:underline;
	color: #666666;
}

a.lien_bas{
	font-family: helvetica;
	font-size: 11px;
	color: #CCCCCC;
	}


a.lien_bas:hover{
	text-decoration:underline;
	color: #323232;
}

a.retour{
	font-family: helvetica;
	font-size: 11px;
	text-decoration:none;
	color: #996600;
	}
	
a.retour:hover{
	text-decoration:underline;
}
