/*-------
// global reset
//-----*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-spacing: 0; }
acronym { cursor: help; }

/*-------
// general
//-----*/

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Arial, sans-serif; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.ul, .ol { margin: 0 0 1em 2em; }
.ul li, .ol li { margin: .2em 0; padding: 0; }

.flR { float: right; }
.flL { float: left; }
.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

@font-face {
	font-family: 'Century Gothic';
	src: local('Century Gothic'), url('/include/css/GOTHIC.TTF');
}

a:link, a:visited {
	color: #9c9c9c;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	background: #FFFFFF;
}
#page {
	width: 950px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #8b8b8b;
}

#top {
	width: 100%;
	overflow: hidden;
	height: 186px;
}
	#logo {
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 100%;
			height: 186px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../../images/header.jpg) no-repeat 0 0;
			}

#wrap {
	width: 100%;
	background: #dae4e8 url(../../images/page-bg.png) repeat-y 0 0;
}
	#wrap2 {
		width: 860px;
		background: url(../../images/page-t.jpg) no-repeat 0 0;
		min-height: 650px;
		padding: 0 25px 10px 65px;
	}
		#content {
		}


#content p {
	line-height: 1.2;
	margin: 0 0 1.25em;
}
#content ul {
	list-style: disc;
	margin: 0 0 1em 1.5em;
}

/* Add by JP 09/10/2009 */
#content ol {
    list-style: decimal;
	margin: 0 0 1em 1.5em;
}

#content h2 {
	font-size: 300%;
	font-weight: normal;
	color: #60bdf1;
	margin: 0 0 .2em;
}
#content h3 {
	font-size: 166%;
	font-weight: normal;
	color: #37b5a7;
	margin: 0 0 .5em;
}


#menu {
	margin: 12px 0 20px;
	height: 30px;
	color: #9c9c9c;
	font-family: 'Century Gothic', 'Futura', Arial, Helvetica, sans-serif;
	font-size: 141%;
	background: url(../../images/menu1-b.png) no-repeat 0 100%;
	position: relative;
	z-index: 10;
}
	#menu ul {
	}
		#menu li {
			float: left;
			position: relative;
			margin: 0 6px 0 0;
			line-height: 25px;
		}
			#menu li a:link, #menu li a:visited {
				float: left;
				display: block;
				color: #9c9c9c;
				padding: 0 6px 0 0;
				text-decoration: none;
				white-space: nowrap;
			}
			#menu li a:link:hover, #menu li a:visited:hover,
			#menu li:hover a:link, #menu li:hover a:visited {
				color: #2eb0a4;
			}
			#menu li a.active:link, #menu li a.active:visited {
				color: #60bdf1;
			}

			#menu li ul {
				position: absolute;
				left: -1000em;
				top: 25px;
				width: 210px;
				height: auto;
				font-size: 82.35%;
			}
			#menu li:hover ul {
				left: 0;
			}
				#menu li li {
					width: 100%;
					background: url(../../images/menu2-sep.gif) repeat-x 0 100%;
					padding: 0 0 2px;
				}
					#page #menu li li a:link, #page #menu li li a:visited {
						float: none;
						color: #FFFFFF;
						line-height: 30px;
						padding: 0 10px 0 15px;
						background: #80cfc8 url(../../images/menu2-normal.gif) no-repeat 0 50%;
					}
					#page #menu li li a:link:hover, #page #menu li li a:visited:hover,
					#page #menu li li:hover a:link, #page #menu li li:hover a:visited {
						background: #2eb0a4 url(../../images/menu2-active.gif) no-repeat 0 50%;
					}

					#menu li li ul,
					#menu li:hover li ul {
						left: -1000em;
						top: -1px;
						width: 125px;
						font-size: 85.71%;
						font-style: italic;
						border: solid 1px #FFFFFF;
					}
					#menu li li:hover ul {
						left: 210px;
					}
						#menu li li li {
							background: #2eb0a4 url(../../images/menu3-sep.gif) repeat-x 0 -2px;
							padding: 1px 0 0;
						}
							#page #wrap #menu li li li a:link, #page #wrap #menu li li li a:visited {
								padding: 4px 15px 4px 25px;
								width: 85px;
								white-space: normal;
								line-height: 12px;
								height: 24px;
								background: #2eb0a4 url(../../images/menu3-sep.gif) repeat-x 0 30px;
							}
						#page #wrap #menu li li li:hover {
							background: #FFFFFF;
						}
							#page #wrap #menu li li li a:link:hover, #page #wrap #menu li li li a:visited:hover {
								background: #FFFFFF;
								color: #2eb0a4;
							}


#footer {
	border-top: solid 10px #baced5;
	padding: 5px 0;
	font-size: 91.67%;
	color: #2fb1a6;
}
	#footer p.links {
	}
		#footer p.links a:link, #footer p.links a:visited {
			color: #2fb1a6;
		}




/*-------
// page-1
//-----*/

#path {
	font-size: 90.91%;
	margin-bottom: 2em;
}
	#path a:link, #path a:visited {
		padding: 0 20px 0 0;
		margin: 0 5px 0 0;
		background: url(../../images/bullet-2.gif) no-repeat 100% 60%;
		font-weight: bold;
	}
	#path a.last:link, #path a.last:visited {
		background: none;
		font-weight: normal;
	}

.content1 {
	padding: 0 0 0 170px;
}
	.content1 #path,
	#page .content1 h2 {
		margin-left: -170px;
	}

#content ul.list1 {
	list-style: none;
	margin-left: 0;
}
	ul.list1 li {
		padding: 0 0 0 15px;
		margin: 0 0 .9em 0;
		background: url(../../images/bullet-1.gif) no-repeat 0 .4em;
	}

/* Add By JP 09/10/2009 */
#content ol.list2 {
    margin-left: 40px;
}
    ol.list2 li {
		padding: 0 0 0 15px;
		margin: 0 0 .9em 0;
    }


.photo1 {
	background: #2eb0a4;
	float: left;
	margin: 15px 0 1px 10px;
}
	.photo1 img {
		position: relative;
		left: -10px;
		top: -10px;
	}
	
	.legend-photo1
	{
	    clear: both;
	    width: 100%;
	    text-align: center;
	    font-style: italic;
	}
	
	.legend-photo1-1
	{
	    clear: both;
	    width: 50%;
	    text-align: center;
	    font-style: italic;
	}
	
.tablephoto1
{
    position: relative;
    top: -5px; 
    left: -30px;
}

.tablephoto1 td
{
    padding: 5px;
}

#nav1 {
	margin: 15px 8px 0 3px;
	width: 849px;
	overflow: hidden;
	clear: both;
	font-family: 'Century Gothic', 'Futura', Arial, Helvetica, sans-serif;
	font-size: 116.67%;
	line-height: 25px;
}
	#nav1 a:link, #nav1 a:visited {
		display: block;
		height: 23px;
		overflow: hidden;
	}
	#nav1 a.prev:link, #nav1 a.prev:visited {
		float: left;
		background: url(../../images/icon-prev.png) no-repeat 0 0;
		padding: 0 0 0 35px;
	}
	#nav1 a.next:link, #nav1 a.next:visited {
		float: right;
		background: url(../../images/icon-next.png) no-repeat 100% 0;
		padding: 0 35px 0 0;
	}



/*-------
// page-2
//-----*/

#butAcces {
}
	#butAcces a:link, #butAcces a:visited {
		display: block;
		width: 237px;
		height: 47px;
		text-indent: -1000em;
		background: url(../../images/but-acces.png) no-repeat 0 0;
	}

#team {
	padding: 0 0 50px;
}
	#team .member {
		margin: 0 0 0 -170px;
		width: 830px;
		color: #FFFFFF;
		position: relative;
	}
		#team .memberIn {
			padding: 10px 20px 10px 170px;
			min-height: 104px;
			position: relative;
		}
	#team .member1 {
		background: url(../../images/member1-bg.png) repeat-y 0 0;
	}
		#team .member1 .memberIn {
			background: url(../../images/member1-b.png) no-repeat 0 100%;
		}
	#team .member2 {
		background: url(../../images/member2-bg.png) repeat-y 0 0;
	}
		#team .member2 .memberIn {
			background: url(../../images/member2-b.png) no-repeat 0 100%;
		}
	
		#team .member .frame1,
		#team .member .frame2 {
			position: absolute;
			left: 20px;
			top: 10px;
			width: 99px;
			height: 99px;
			padding: 0 7px 5px 0;
		}
		#team .member .frame1 {
			background: url(../../images/frame-1.png) no-repeat 0 0;
		}
		#team .member .frame2 {
			background: url(../../images/frame-2.png) no-repeat 0 0;
		}

		#team .member h3 {
			font-size: 208.33%;
		}
			#team .member h3 a:link, #team .member h3 a:visited {
				color: #2db0a2;
			}

			#team .member p a.more:link, #team .member p a.more:visited {
				color: #2db0a2;
				font-weight: bold;
				display: block;
				text-decoration: underline;
			}

	#team .details {
		background: #FFFFFF;
		padding: 25px 15px 15px;
		width: 630px;
		display: none;
	}
		#team .details ul.list1 {
			margin-bottom: 0;
		}
			#team .details ul.list1 li {
				background-image: url(../../images/bullet-1a.gif);
			}


/*-------
// page-3
//-----*/

#tablegallery
{
    position: relative;
    left: -70px;
}

#tgallery {
}
	#tgallery h3 {
		color: #37b5a7;
		font-size: 166.67%;
		padding: 0 0 0 50px;
		background: url(../../images/bullet-3.png) no-repeat 0 50%;
	}
	#tgallery .section {
		margin: 0 0 5px auto;
		width: 400px;
		overflow: hidden;
	}
		#tgallery ul {
			float: left;
			width: 360px;
			margin: 0 0 15px;
			list-style: none;
		}
		#tgallery ul.alt {
			float: right;
		}
			#tgallery li.before,
			#tgallery li.after {
				float: left;
				height: 120px;
				margin: 0 0 10px;
			}
			#tgallery li.before {
				background: url(../../images/frame-3.png) no-repeat 0 0;
				padding: 10px 0 0 16px;
				width: 164px;
				color: #60bdf1;
			}
			#tgallery li.after {
				background: url(../../images/frame-4.png) no-repeat 13px 14px;
				padding: 10px 0 0 10px;
				width: 170px;
				color: #37b5a7;
			}
				#tgallery li a:link, #tgallery li a:visited {
					display: block;
					margin: 0 0 5px;
				}
				#tgallery li span {
					font-weight: bold;
					display: block;
					text-align: center;
				}
			#tgallery li.description {
				clear: both;
				text-align: center;
				padding: 0 40px;
				height: 3.6em;
				line-height: 1.2em;
			}

#gallery {
}
	#gallery h3 {
		color: #37b5a7;
		font-size: 166.67%;
		padding: 0 0 0 50px;
		background: url(../../images/bullet-3.png) no-repeat 0 50%;
	}
	#gallery .section {
		margin: 0 0 15px auto;
		width: 740px;
		overflow: hidden;
	}
		#gallery ul {
			float: left;
			width: 360px;
			margin: 0 0 15px;
			list-style: none;
		}
		#gallery ul.alt {
			float: right;
		}
			#gallery li.before,
			#gallery li.after {
				float: left;
				height: 120px;
				margin: 0 0 10px;
			}
			#gallery li.before {
				background: url(../../images/frame-3.png) no-repeat 0 0;
				padding: 10px 0 0 16px;
				width: 164px;
				color: #60bdf1;
			}
			#gallery li.after {
				background: url(../../images/frame-4.png) no-repeat 13px 14px;
				padding: 10px 0 0 10px;
				width: 170px;
				color: #37b5a7;
			}
				#gallery li a:link, #gallery li a:visited {
					display: block;
					margin: 0 0 5px;
				}
				#gallery li span {
					font-weight: bold;
					display: block;
					text-align: center;
				}
			#gallery li.description {
				clear: both;
				text-align: center;
				padding: 0 40px;
				height: 3.6em;
				line-height: 1.2em;
			}


/*-------
// page-4
//-----*/

#aspnetForm {
	margin: 30px 0;
}
	#aspnetForm ul {
		list-style: none;
		margin: 0 0 1.5em;
		width: 100%;
		overflow: hidden;
		font-size: 133.33%;
	}
		#aspnetForm li {
			float: left;
			width: 50%;
			overflow: hidden;
			margin: 0 0 8px;
		}
			#aspnetForm li label {
				float: left;
				display: block;
				width: 125px;
				line-height: 1.5;
			}
			#aspnetForm li input.text {
				float: left;
				width: 260px;
				border: solid 2px #bbcbd0;
				border-width: 2px 0 0 2px;
			}
		#aspnetForm li.long {
			width: 100%;
		}
			#aspnetForm li.long input.text {
				width: 690px;
			}
		#aspnetForm li.single {
			clear: both;
			width: 100%;
		}
			#aspnetForm li textarea {
				width: 95%;
				border: solid 2px #bbcbd0;
				border-width: 2px 0 0 2px;
			}

.cols3 {
	width: 100%;
	overflow: hidden;
	color: #32b2a4;
	font-size: 116.67%;
}
	#content .cols3 p {
		margin: 0 0 .6em;
	}
		.cols3 p a:link, .cols3 p a:visited {
			color: #32b2a4;
		}
	.col3-1 {
		float: left;
		width: 300px;
		margin: 0 20px 0 0;
	}
	.col3-2 {
		float: left;
		width: 200px;
	}
	.col3-3 {
		float: right;
		width: 300px;
	}
		#page .cols3 #butUrgence {
			margin-left: 30px;
		}
		.cols3 ul li {
			vertical-align: top;
		}

#butUrgence {
}
	#butUrgence a:link, #butUrgence a:visited {
		display: block;
		width: 237px;
		height: 49px;
		text-indent: -1000em;
		background: url(../../images/but-urgence.png) no-repeat 0 0;
	}



/*-------
// home
//-----*/


#content .photos1 {
	list-style: none;
	margin: 0 0 1em auto;
	width: 600px;
	overflow: hidden;
}
	.photos1 li {
		float: left;
		margin: 0 10px 0 0;
		background: url(../../images/frame-5.png) no-repeat 0 0;
		width: 170px;
		height: 168px;
		padding: 0 6px 6px 0;
	}

#news {
	margin: 0 0 0 -223px;
	padding: 0 50px 0 35px;
	width: 800px;
	background: url(../../images/title-2.png) no-repeat 0 0;
	position: relative;
}
	#news h3 {
		text-indent: -1000em;
		height: 60px;
		margin: 0;
	}
	#news ul {
		width: 560px;
		list-style: none;
		margin: 0;
	}
		#news li {
			padding: 0 0 0 30px;
			background: url(../../images/bullet-4.png) no-repeat 0 .5em;
			margin: 0 0 2em;
			position: relative;
		}
			#news li h4 {
				color: #2db0a2;
				font-size: 208.33%;
				font-weight: normal;
				margin: 0 0 .2em;
			}
				#news li h4 a:link, #news li h4 a:visited {
					color: #2db0a2;
				}
				#news li p a.more:link, #news li p a.more:visited {
					display: block;
					font-weight: bold;
					color: #60bdf1;
					text-decoration: underline;
				}

/*-------
// plan du site
//-----*/

.mr-01 { margin-right:50px; }
.mr-02 { margin-right:10px; }
#content .plansite  { list-style-type: none; line-height: 0;}
#content ul.plansite a:link, #content ul.plansite a:visited { text-decoration: none}
#content .plansite { width:185px; float:left; }
#content .plansite li { margin-bottom:12px; }
#content .plansite li.section { font-weight: bold; margin: 28px 0; }
#content .plansite li ul { margin:16px 0 35px 12px;  }


/*-------
// contact messages
//-----*/

#aspnetForm li input.texterror, 
#aspnetForm li textarea.texterror {
	background-color: #EFE0E0;
}
#content .SuccessMessage {
	padding: 0px;
	margin: 0 0 300px 5px;
}
#content .ErrorMessage 
{
	text-align: left;
	padding: 5px 0px;
	width: 550px;
	margin: 5px 0px;
}

#content .ErrorMessage li 
{
	padding : 0;
	margin : 0;
}



