/*-------
// 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-collapse: collapse; border-spacing: 0; }
acronym { cursor: help; }



/*-------
// general
//-----*/

html { font-size: 100.01%; height: 100.01%; }
body { font-size: 62.5%; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 4px 4px; font-family: Arial, sans-serif; background: #f2f2f2; border: none; }
.submit { cursor/**/: /**/pointer; }
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: underline; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: none; }
a.inv:link, a.inv:visited { text-decoration: none; }
a.inv:link:hover, a.inv:visited:hover { text-decoration: underline; }

.cols { overflow: hidden; margin: 0; }
.cols .col { float: left; width: 50%; }
#page .cols .last { margin-right: 0; }

.clearFix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }



/*-------
// custom styles
//-----*/

a:link, a:visited {
	color: #59cc23;
}
a:visited {
}
a:link:hover, a:visited:hover {
}


body {
	text-align: center;
	background: #aae2f1 url(../../img/body-bg.png) repeat 50% 0;
	font-family: Arial, sans-serif;
}

#page {
	font-size: 1.4em;
	margin: 0 auto;
	text-align: left;
	width: 1050px;
	padding: 0 0 35px;
	position: relative;
	z-index: 10;
	color: #422a0e;
	background: url(../../img/page-b.png) no-repeat 0 100%;
}
	#page2 {
		background: url(../../img/page-bg.png) repeat-y 0 0;
		padding: 0 25px 1px;
	}


#top {
	background: url(../../img/line-h1.gif) repeat-x 3px 100%;
	padding: 0 0 3px;
	margin: 0 0 3px;
}
	#top .in {
		height: 174px;
		background: url(../../img/top-bg.png) no-repeat 0 0;
	}
	#logo {
		float: left;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 280px;
			height: 120px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../../img/top-bg.png) no-repeat 0 0;
			}
	#menu {
		float: right;
		padding: 119px 0 0;
	}
		#menu ul {
		}
			#menu li {
				float: left;
			}
				#menu li a:link, #menu li a:visited {
					display: block;
					float: left;
					height: 55px;
					position: relative;
				}
					#menu li a:link span, #menu li a:visited span {
						position: absolute;
						left: 0;
						top: 0;
						width: 100%;
						height: 100%;
						background: url(../../img/menu-1.png) no-repeat 0 0;
					}

			#menu #b1 a:link, #menu #b1 a:visited { width: 79px; }
			#menu #b1 a:link span, #menu #b1 a:visited span { background-position: 0 0; }
			#menu #b1 a:link:hover span, #menu #b1 a:visited:hover span,
			#menu #b1.active a:link span, #menu #b1.active a:visited span { background-position: 0 -55px; }
			#menu #b2 a:link, #menu #b2 a:visited { width: 157px; }
			#menu #b2 a:link span, #menu #b2 a:visited span { background-position: -79px 0; }
			#menu #b2 a:link:hover span, #menu #b2 a:visited:hover span,
			#menu #b2.active a:link span, #menu #b2.active a:visited span { background-position: -79px -55px; }
			#menu #b3 a:link, #menu #b3 a:visited { width: 152px; }
			#menu #b3 a:link span, #menu #b3 a:visited span { background-position: -236px 0; }
			#menu #b3 a:link:hover span, #menu #b3 a:visited:hover span,
			#menu #b3.active a:link span, #menu #b3.active a:visited span { background-position: -236px -55px; }
			#menu #b4 a:link, #menu #b4 a:visited { width: 108px; }
			#menu #b4 a:link span, #menu #b4 a:visited span { background-position: -388px 0; }
			#menu #b4 a:link:hover span, #menu #b4 a:visited:hover span,
			#menu #b4.active a:link span, #menu #b4.active a:visited span { background-position: -388px -55px; }
			#menu #b5 a:link, #menu #b5 a:visited { width: 87px; }
			#menu #b5 a:link span, #menu #b5 a:visited span { background-position: -496px 0; }
			#menu #b5 a:link:hover span, #menu #b5 a:visited:hover span,
			#menu #b5.active a:link span, #menu #b5.active a:visited span { background-position: -496px -55px; }
			#menu #b6 a:link, #menu #b6 a:visited { width: 117px; }
			#menu #b6 a:link span, #menu #b6 a:visited span { background-position: -583px 0; }
			#menu #b6 a:link:hover span, #menu #b6 a:visited:hover span,
			#menu #b6.active a:link span, #menu #b6.active a:visited span { background-position: -583px -55px; }

	
#wrap {
	margin: 0 0 10px;
	width: 100%;
	overflow: hidden;
}
	#content {
	}


#wrap h1 {
	font-weight: bold;
	font-size: 150%;
	color: #ff007a;
	margin: 0 0 .4em;
}
#wrap h1.style2 {
	color: #ff7f00;
}
#wrap h2 {
	font-weight: bold;
	font-size: 100%;
	color: #ff007a;
	margin: 0 0 .75em;
}
#wrap h2.style2 {
	color: #ff7f00;
	font-size: 114%;
	margin: 0 0 1.25em;
}

#content p {
	margin: 0 0 .75em;
}
#side p {
	margin: 0 0 .3em;
}


#footer {
	background: url(../../img/line-h1.gif) repeat-x 3px 0;
	padding: 5px 0 0;
	text-align: center;
	font-size: 71.43%;
}
	#footer p.title {
		font-size: 120%;
		color: #ff7f00;
		font-weight: bold;
	}

#footer-bottom {
	padding: 0;
	margin: 20px 30px 0 0;
	position: absolute;
	right: 0;
	font-size: 65.00%;
}

#footer-bottom  a{
	text-decoration: none;
	color: #000000;
}
#footer-bottom  a:hover{
	text-decoration: underline;
	color: #59CC23;
}
#footer-bottom  a.active{
	text-decoration: none;
	color: #59CC23;
}

/*-------
// plan du site et credits
//-----*/

ul#plansite{
	list-style-position: inside;
	list-style-type: disc;
}
#plansite li {
	margin: 5px 0;
}
#plansite a, #credits a{
	text-decoration: none;
	color: #000000;
}

#plansite a:hover, #credits a:hover{
	text-decoration: underline;
	color: #59CC23;
}

/*-------
// home
//-----*/
.home #wrap {
	background: url(../../img/line-v1.gif) repeat-y 448px 0;
	margin: 0;
}
	.home #content {
		float: left;
		width: 350px;
		padding: 20px 0 0 55px;
	}
	.home #side {
		float: right;
		width: 545px;
		padding: 10px 0 0;
	}

p.small {
	font-size: 85.71%;
}


/*-------
// cols2
//-----*/

.cols2 #wrap {
	background: url(../../img/line-v1.gif) repeat-y 533px 0;
}
	.cols2 #content {
		float: left;
		width: 480px;
		padding: 20px 0 0 32px;
	}
	.cols2 #side {
		float: right;
		width: 430px;
		padding: 20px 10px 0 0;
	}

.img1 {
	display: block;
	margin: -20px 0 15px -32px;
}
.imgR {
	float: right;
	margin: 0 0 10px 30px;
	padding: 0 30px 0 0;
}


/*-------
// simple
//-----*/

.simple #wrap {
	margin: 0;
}
	.simple #content {
		margin: 0 30px;
		padding: 20px 0 0;
	}

.zigzag {
	margin: 10px 0;
}
	.zigzag .l, .zigzag .r {
		margin: 0 0 -10px;
		padding: 25px 0;
		width: 100%;
		overflow: hidden;
	}
	.zigzag .r {
		text-align: right;
	}
		.zigzag img {
			margin: -25px 0;
			padding: 0 30px;
		}
		.zigzag .r img {
			float: right;
			margin-left: 30px;
			background: url(../../img/line-v1.gif) repeat-y 0 0;
		}
		.zigzag .l img {
			float: left;
			margin-right: 30px;
			background: url(../../img/line-v1.gif) repeat-y 100% 0;
		}

.style1 {
	color: #ff7f00;
	font-style: italic;
}


/*-------
// side
//-----*/

.side #wrap {
	background: url(../../img/misc/41.jpg) no-repeat 0 0;
	min-height: 580px;
}
	.side #content {
		float: right;
		width: 550px;
		padding: 30px 35px 0 0;
	}

.side .zigzag {
}
	.side .zigzag .l, .side .zigzag .r {
		padding: 10px 0;
		margin: 0 0 -5px;
	}
		.side .zigzag img {
			margin: -10px 0;
			padding: 0 15px;
		}
		.side .zigzag .l img {
			margin-right: 20px;
		}
		.side .zigzag .r img {
			margin-left: 20px;
		}


/*-------
// galerie
//-----*/




/*-------
// contact
//-----*/

fieldset {
	border: none;
	font-size: 85.71%;
}
	fieldset ul {
	}
		fieldset li {
			width: 100%;
			overflow: hidden;
			padding: 3px 0;
		}
			fieldset li label {
				float: left;
				display: block;
				width: 85px;
				font-weight: bold;
			}
			fieldset li input.text {
				float: left;
			}
		fieldset li.long label {
			float: none;
			width: auto;
			margin: 0 0 3px;
		}
			fieldset ul.items {
				width: 100%;
				overflow: hidden;
			}
				fieldset ul.items li {
					padding: 5px 0;
				}
					fieldset ul.items li input {
						float: left;
						margin: 2px 3px 0 0;
					}
					fieldset ul.items li label {
						float: left;
						margin: 0;
					}

#contact {
	background: url(../../img/line-v1.gif) repeat-y 490px 0;
	width: 100%;
	overflow: hidden;
}
	#contact ul.l {
		float: left;
		width: 470px;
		margin: 0 0 5px;
	}
	#contact ul.r {
		float: right;
		width: 420px;
		margin: 0 0 5px;
	}
		#contact ul.l label {
			line-height: 1.9;
		}
		#contact ul.l input.text {
			width: 365px;
		}
		#contact ul.r textarea {
			width: 98%;
		}
	#contact p.note {
		float: left;
		clear: both;
		font-size: 71%;
		padding: 30px 0 0;
	}
	#contact p.button {
		float: right;
		width: 420px;
	}
		#contact p.button img {
			float: left;
		}
		#contact p.button input {
			float: right;
		}
	#contact p.button2 {
		float: right;
		width: 330px;
	}
		#contact p.button2 img{
			padding:0 10px;
		}
/*-------
// Liens internes
//-----*/
#lienint a {
	text-decoration: none;
	color: #422a0e;
}

#lienint a:hover {
	text-decoration: underline;
	color: #422a0e;
}
/*-------
// texte small vert
//-----*/
#small {
	font-size: 160%;
	color: #65D225;
	font-family:"Trebuchet MS";
}

#small a {
	text-decoration: none;
	color: #FF288C;
}

#small a:hover {
	text-decoration: underline;
	color: #FF288C;
}
/*-------
// Liens small1 rose
//-----*/
#small1 {
	font-size: 130%;
	color: #FF288C;
	font-family:"Trebuchet MS";
}

#small1 a {
	text-decoration: underline;
	color: #FF288C;
}

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