body{
	padding: 0;
	margin: 0;
	background: #eeeeee;
	text-align: center;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 13px;
}

#wrapper-ombre{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	height: auto;
	width: 940px;
	position: relative;
	background: url(../images/wrapper.jpg) top left repeat-y;
}

#wrapper{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	height: auto;
	width: 900px;
	position: relative;
}


#intro{
  position:absolute; 
  left: 50%;  
  top: 40%; 
  width: 900px; 
  height: 500px; 
  margin-top: -250px; /* moitié de la hauteur */ 
  margin-left: -450px; /* moitié de la largeur */ 
}

#center{
	padding: auto;
	margin: auto;
	width: 900px;
	height: 500px;
}

#banniere{
	width: 900px;
	height: 250px;
	margin: 0;
	padding: 0;
	border: none;
/* 	background: url(../images/banniere.jpg) top left no-repeat; */
}

#corps{
	position: relative;
	margin: 0;
	padding: 0;
	width: 900px;
	height: auto;
	display: table;
	background: url(../images/corps.jpg) top left repeat-y;
}


/* MENU 
-------------------------------------------------*/

#menu{
	width: 200px;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 100;
	color: #fff;
}

#nav{
	padding: 0 0 132px 0;
	margin: 0;
	text-align: left;
	width: 200px;
	z-index: 100;
}

#nav ul{
	text-align: left;
	padding: 0;
	list-style-type: none;
	z-index: 100;
}

#nav li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 100;
}

#nav li a{
	width: 200px;
	padding: 0px 0 0px 40px;
	width: 160px;
	margin: 0;
	background: url(../images/menu.jpg) top left no-repeat;
	height: 30px;
	line-height: 30px;
	display: block;
	color: white;
	text-decoration: none;
	z-index: 100;
}

#nav li a:hover{
	display: block;
	line-height: 30px;
	width: 160px;
	margin: 0;
	background: url(../images/menu.jpg) bottom left no-repeat;
	height: 30px;
	color: #ccc;
	text-decoration: none;
	z-index: 100;
}

#nav li a.current{
	display: block;
	line-height: 30px;
	width: 160px;
	margin: 0;
	background: url(../images/menu.jpg) bottom left no-repeat;
	height: 30px;
	color: white;
	text-decoration: none;
	z-index: 100;
}

#haut-menu{
	padding: 0;
	margin: 0;
	background: url(../images/actu-menu.jpg) top left no-repeat;
	width: 200px;
	height: 40px;
	line-height: 30px;
	color: white;
	font-weight: bold;
}


/* SOUS MENU 
-------------------------------------------------*/
#nav2{
	padding: 0;
	margin: 0;
	text-align: left;
	width: 200px;
}

#nav2 ul{
	text-align: left;
	padding: 0 0 0px 0;
	margin: 0;
	list-style-type: none;
	z-index: 100;
}

#nav2 li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 100;
}

#nav2 li a{
	padding: 0px 0 0px 40px;
	width: 160px;
	_width: 200px;
	margin: 0;
	background: url(../images/sous-menu.jpg) top left no-repeat;
	height: 30px;
	line-height: 30px;
	display: block;
	color: white;
	text-decoration: none;
	z-index: 100;
	font-size: 12px;
}

#nav2 li a:hover{
	display: block;
	line-height: 30px;
	width: 160px;
	_width: 200px;
	margin: 0;
	background: url(../images/sous-menu.jpg) bottom left no-repeat;
	height: 30px;
	color: #ccc;
	text-decoration: none;
	z-index: 100;
	font-size: 12px;
}

#nav2 li a.current{
	display: block;
	line-height: 30px;
	width: 160px;
	_width: 200px;
	margin: 0;
	background: url(../images/sous-menu.jpg) bottom left no-repeat;
	height: 30px;
	color: white;
	text-decoration: none;
	z-index: 100;
	font-size: 12px;
}



/* FIN MENU 
-------------------------------------------------*/


/*********************** MENU ************************/

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu li a {
	font-family:"Trebuchet MS", Arial;
	font-size: 11px;
	height: 18px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 18px;
	text-decoration: none;
	font-weight:normal;
}
	
#menu li a:link, #menu li a:visited {
	color: #14161d;
	display: block;
	background:  url(../images/menu.gif);
	padding: 4px 0 0 14px;
}
	
#menu li a:hover {
	color: #fff;
	background:  url(../images/menu.gif) 0 -24px;
	padding: 4px 0 0 14px;
}

#menu li a.current {
	color: #fff;
	background:  url(../images/menu.gif) 0 -24px;
	padding: 4px 0 0 14px;
}

#menu .titre {
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-top: 8px;
	height: 21px;
}

/**************************/

#degrade{
	background: url(../images/contain.jpg) top center no-repeat;
	padding: 0;
	margin: 0;
	width: 700px;
	float: left;
	text-align: left;
}

#contain{
	width: 660px;
	_width: 680px;
	padding: 0px 10px 0px 12px;
	margin: 0;
	height: auto;
	text-align: left;
	display: table;
	float: left;
	position: relative;
}

#bloc-texte{
	width: 650px;
	_width: 670px;
	padding: 10px;
	margin: 0;
	text-align: left;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	display: table;
}

#contain-h1{
	padding: 0px 0 10px 45px;
	margin: 0;
	font-size: 18px;
	font-style: italic;
	color: #008a39;
	font-weight: bold;
	text-align: left;
	background: url(../images/h1.jpg) top left no-repeat;
	height: 35px;
	line-height: 30px;
}

#bloc-texte h2{
	padding: 5px 0 5px 0;
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

#bloc-texte h3{
	padding: 15px 0 7px 0;
	margin: 0;
	font-size: 14px;
	color: #008a39;
	font-weight: bold;
}

#bouquet{
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	height: 300px;
	padding: 0;
}



/* PAGE PRESENTATION 
-------------------------------------------------*/
#contain-float{
	width: 380px;
	_width: 400px;
	padding: 10px 0 10px 0;
	margin: 0;
	text-align: left;
	line-height: 16px;
	display: table;
	float: left;
}

#bloc-bienvenue{
	padding: 10px;
	width: 380px;
	_width: 380px;
	margin: 0;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	text-align: justify;
	line-height: 16px;
	display: table;
}

.droite-bien{
	padding: 0 ;
	margin: 10px 0 0 0px;
	display: table;
}

#bloc-bienvenue h1{
	font-size: 16px;
	color: #008a39;
	padding: 0 0 10px 0;
	margin: 0;
}

#bloc-federation{
	padding: 20px 0 0 0;
	width: 380px;
	_width: 380px;
	margin: 0;
	text-align: left;
	line-height: 16px;
	display: table;
	float: left;
}

#federation{
	padding: 10px;
	width: 380px;
	_width: 380px;
	margin: 0;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	text-align: left;
	line-height: 16px;
	float: left;
}

.droite-fede{
	background: url(../images/federation-img.jpg) top right no-repeat;
	float: right;
	padding: 0 ;
	margin: 0 10px 0 0px;
	display: table;
}

#bloc-federation h1{
	padding: 0px 0 10px 45px;
	margin: 0;
	font-size: 18px;
	color: #008a39;
	font-weight: bold;
	text-align: left;
	background: url(../images/h1.jpg) top left no-repeat;
	height: 35px;
	line-height: 30px;
}

#bloc-federation a{
	color: #008a39;
	text-decoration: none;
}

#bloc-federation a:hover{
	color: #008a39;
	text-decoration: underline;
}

#droite{
	width: 230px;
	_width: 230px;
	float: right;
	display: table;
	padding: 10px 0 0 0;
}
#bloc-intra{
	padding: 0px 0 0 0;
	width: 230px;
	_width: 230px;
	margin: 0px;
	text-align: left;
	line-height: 16px;
	float: right;
	display: table;
	margin-bottom: 10px;
}
#intra{
	padding: 10px;
	margin: 0px;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	text-align: left;
	line-height: 16px;
}
#bloc-intra a{
	color: #008a39;
	text-decoration: none;
}

#bloc-intra a:hover{
	color: #008a39;
	text-decoration: underline;
}
#bloc-service{
	padding: 0px 0 0 0;
	width: 230px;
	_width: 230px;
	margin: 0px;
	text-align: left;
	line-height: 16px;
	float: right;
	display: table;
}

#service{
	padding: 10px;
	margin: 0px;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	text-align: left;
	line-height: 16px;
}

#bloc-service a{
	color: #008a39;
	text-decoration: none;
}

#bloc-service a:hover{
	color: #008a39;
	text-decoration: underline;
}

#bloc-service h1{
	padding: 0px 0 10px 45px;
	margin: 0;
	font-size: 18px;
	color: #008a39;
	font-weight: bold;
	text-align: left;
	background: url(../images/h1.jpg) top left no-repeat;
	height: 35px;
	line-height: 30px;
}

#bloc-video{
	padding: 20px 0 0 0;
	width: 230px;
	_width: 230px;
	margin: 0px;
	text-align: left;
	line-height: 16px;
	float: right;
	display: table;
}

#video{
	padding: 10px;
	margin: 0px;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	text-align: left;
	line-height: 16px;
}

#bloc-video a{
	color: #008a39;
	text-decoration: none;
}

#bloc-video a:hover{
	color: #008a39;
	text-decoration: underline;
}

#bloc-video h1{
	padding: 0px 0 10px 45px;
	margin: 0;
	font-size: 18px;
	color: #008a39;
	font-weight: bold;
	text-align: left;
	background: url(../images/h1.jpg) top left no-repeat;
	height: 35px;
	line-height: 30px;
}


#bloc-document{
	padding: 20px 0 0 0;
	width: 230px;
	_width: 230px;
	margin: 0px;
	text-align: left;
	line-height: 16px;
	float: right;
	display: table;
}

#document{
	padding: 10px;
	margin: 0px;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	text-align: left;
	line-height: 16px;
}

#document a{
	color: #008a39;
	text-decoration: none;
}

#document a:hover{
	color: #008a39;
	text-decoration: underline;
}

#bloc-document h1{
	padding: 0px 0 10px 45px;
	margin: 0;
	font-size: 18px;
	color: #008a39;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	background: url(../images/h1.jpg) top left no-repeat;
	height: 35px;
	line-height: 30px;
}

#document ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#document li{
	padding: 0 0 5px 0;
	margin: 0;
	display: block;	
}

#document li a{
	background: url(../images/puce-doc.jpg) top left no-repeat;
	padding: 0 0 0 20px;
	margin: 0;
	display: block;	
	color: #008a39;
	text-decoration: none;
}

#document li a:hover{
	background: url(../images/puce-doc.jpg) top left no-repeat;
	padding: 0 0 0 20px;
	margin: 0;
	display: block;	
	color: #008a39;
	text-decoration: underline;
}

/* FIN PAGE PRESENTATION 
-------------------------------------------------*/


#actualite{
	padding: 0;
	margin: 0;
	height: 64px;
	width: 700px;
	float: left;
	text-align: left;
}

#actualite ul{
	display: block;
	float: left;
	padding: 0;
	width: auto;
	margin: 0;
	list-style-type: none;
}

#actualite li{
	float: left;
	height: 30px;
	padding: 0;
	width: auto;
	margin: 0;
	list-style-type: none;
}

#actualite li a{
	float: left;
	background: url(../images/puce-actu.jpg) left no-repeat;
	height: 30px;
	padding: 0 300px 0 20px;
	line-height: 30px;
	margin: 0;
	list-style-type: none;
	color: #008a39;
	text-decoration: none;
}

#actualite li a:hover{
	float: left;
	background: url(../images/puce-actu.jpg) left no-repeat;
	height: 30px;
	padding: 0 300px 0 20px;
	line-height: 30px;
	margin: 0;
	list-style-type: none;
	color: #008a39;
	text-decoration: underline;
}


#footer{
	width: 900px;
	height: 88px;
	background: white;
	position: relative;
}

#footer-abs{
	background:url(../images/bas-menu.jpg) top left no-repeat;
/* 	position: absolute; */
	top:-132px;
	z-index: 0;
	left: 0;
	width: 200px;
	height: 132px;
	padding: 0;
	margin: 0;
}

#footer-logo{
	background: url(../images/admr-footer.jpg) top left no-repeat;
	height: 88px;
	width: 900px;
	margin: 0;
	padding: 0;
	position: absolute;
	top:0;
	left: 0;
}

#footer-corsicaweb{
	position: absolute;
	right: 15px;
	top:30;
	text-align: right;
}

#footer-admr{
	position: absolute;
	left: 215px;
	top:30;
	text-align: left;
}

#footer a{
	text-decoration: none;
	color: #008a39;
}

#footer a:hover{
	text-decoration: underline;
	color: #008a39;
}







/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 0;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 200px; padding:0; _width:200px; margin:0; position: relative; color: black; height: 200px;}

#page-wrap h2.accueil{
	color: #FFAEDC; font-size: 16px; padding: 0 0 10px 0;margin: 0; text-align: left;
}
#page-wrap h2.handicape{
	color: #BA3D05; font-size: 16px; padding: 0 0 10px 0;margin: 0; text-align: left;
}
#page-wrap h2.agees{
	color: #8F2087; font-size: 16px; padding: 0 0 10px 0;margin: 0; text-align: left;
}
#page-wrap h2.soin{
	color: #951C52; font-size: 16px; padding: 0 0 10px 0;margin: 0; text-align: left;
}
#page-wrap h2.nuit{
	color: #682E61; font-size: 16px; padding: 0 0 10px 0;margin: 0; text-align: left;
}
#page-wrap h2.enfant{
	color: #A1A1A1; font-size: 16px; padding: 0 0 10px 0;margin: 0; text-align: left;
}
#page-wrap h2.menage{
	color: #1C3784; font-size: 16px; padding: 0 0 10px 0;margin: 0; text-align: left;
}
#page-wrap h2.repas{
	color: #4D7C00; font-size: 16px; padding: 0 0 10px 0;margin: 0; text-align: left;
}
#page-wrap h2.transport{
	color: #C5C533; font-size: 16px; padding: 0 0 10px 0;margin: 0; text-align: left;
}
#page-wrap h2.teleassistance{
	color: #E5F01A; font-size: 16px; padding: 0 0 10px 0;margin: 0; text-align: left;
}

#page-wrap a{
	text-decoration: none;
	color: #008a39;
}

#page-wrap a:hover{
	text-decoration: underline;
	color: #008a39;
}

.sliderdroite{
	float: right;
	padding: 4px 0px 4px 8px;
}

.slidergauche{
	float: left;
	padding: 4px 8px 4px 0px;
}



/*
	SLIDER
*/
.slider-wrap								{ width: 200px; position: absolute; top: 0; left: 0; height: 200px; display: table; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0; }
.stripViewer								{ position: relative; overflow: hidden; width: 230px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height:200px; position: relative; width: 230px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }

.photo-meta-data							{ padding: 0; height: auto; display: table; 
											  margin-top: 0; margin-left:3px; position: relative; z-index: 9999; color: black;text-align: justify; }
.photo-meta-data span 						{ font-size: 13px; color: black; text-align: justify; position: relative; padding-top: 0px; z-index: 9999; }







/* STYLE INDEPENDANT 
-------------------------------------------------*/
h1 {
	padding: 0px 0 10px 45px;
	margin: 0;
	font-size: 18px;
	color: #008a39;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	background: url(../images/h1.jpg) top left no-repeat;
	height: 35px;
	line-height: 30px;
}

h2{
	padding: 5px 0 5px 0px;
	margin: 0;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

h3 {
	padding: 15px 0 7px 0;
	margin: 0;
	font-size: 14px;
	color: #008a39;
	font-weight: bold;
}
table{
	font-family: "Arial", Verdana, sans-serif;
	font-size: 13px;

}
a:link,a:visited {
	font-family: "Arial", Verdana, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #666;
}
a:hover {
	font-family: "Arial", Verdana, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
img.encadre{
	border: 1px solid #999;
	padding: 4px;
}
img.gauche {
	float: left;
	border: solid #999 1px;
	margin-right: 10px;
	padding:4px;
}
img.droite {
	float: right;
	border: solid #999 1px;
	margin-left: 10px;
	padding:4px;
}
#festa{
	width: 670;
	padding-top: 400px;
	padding-left: 50px;
	background:url(../images/affichefesta.jpg) top left no-repeat;
	height: 600;

}

















