/* 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; }

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; }

.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
----------*/

a:link, a:visited {
	color: #308ac5;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

a.top
{
    background:transparent url(../../images/icon-top1.gif) no-repeat scroll 0 50%;
    color:#004689;
    display:block;
    float:right;
    padding:0 0 0 18px;
}

html { height: 100.01%; }
body {
	font-family: Arial, sans-serif;
	background: #FFFFFF;
}
#page {
	width: 920px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #61646c;
	background: #FFFFFF;
}

#top {
	position: relative;
	z-index: 1;
	padding: 14px 0 0;
}
	#logo {
		float: left;
		position: relative;
		margin: 0 0 8px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 232px;
			height: 73px;
		}
			#logo a:link span, #logo a:visited span {
				background: url(../../images/logo-1.png) no-repeat 0 0;
			}
	.menu {
		float: right;
		font-size: 116.67%;
		font-weight: bold;
		color: #007bc2;
		text-transform: uppercase;
		padding: 60px 0 0;
	}
		.menu ul {
		}
			.menu li {
				float: left;
				padding: 0 0 0 5px;
			}
				.menu li a:link, .menu li a:visited {
					color: #007bc2;
				}
				.menu li a:link:hover, .menu li a:visited:hover {
				}
				.menu li.active a:link, .menu li.active a:visited {
					color: #894b94;
				}
	#header {
		clear: both;
	}

#wrap {
	position: relative;
	z-index: 5;
	background: #FFFFFF url(../../images/side-bg.png) repeat-y 5px 0;
	margin: 0 0 10px;
}
	#wrap2 {
		padding: 0 70px 0 5px;
		background: url(../../images/side-b.png) no-repeat 5px 100%;
	}
		#content, #content2 {
			float: right;
			width: 550px;
			padding: 15px 0 0;
		}
		#side1 {
			float: left;
			width: 211px;
			margin: -42px 0 0;
			padding: 11px 12px 20px;
			background: url(../../images/side-t.png) no-repeat 0 0;
			position: relative;
		}


#content p,
#content2 p {
	line-height: 1.45;
	margin: 0 0 1em;
}
#content ul,
#content ol,
#content2 ul,
#content2 ol  {
	list-style: disc;
	line-height: 1.4;
	margin: 0 0 1em 2em;
}
#content ol,
#content2 ol {
	list-style: decimal;
}

#content h2,
#content2 h2 {
	font-size: 183.33%;
	font-weight: bold;
	color: #894b94;
	text-transform: uppercase;
	border-bottom: solid 1px #894b94;
	margin: 0 0 .75em;
}
#content h3,
#content2 h3 {
	font-size: 183.33%;
	font-weight: bold;
	color: #894b94;
	border-bottom: solid 1px #894b94;
	margin: 0 0 .75em;
}
#content h4,
#content2 h4  {
	font-size: 116.67%;
	font-weight: bold;
	color: #894b94;
	margin: 0 0 .3em;
}

#content h4.nosvaleurs,
#content2 h4.nosvaleurs  {
	font-size: 150%;
	font-weight: bold;
	color: #308AC5;
	margin: 0 0 .3em;
}


#side1 h3 {
	font-size: 108.33%;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 30px;
	padding: 0 5px;
	margin: 0 0 5px;
}

#side1 .menu2 {
	margin: 0 0 30px;
}
	#side1 .menu2 ul {
		list-style: none;
		margin: 0;
		font-size: 91.67%;
		font-weight: bold;
	}
		#side1 .menu2 li {
			padding: 4px 5px;
			border-bottom: solid 1px #bdbdc0;
		}
		#side1 .menu2 li.last {
			border: none;
		}
			#side1 .menu2 a:link, .menu2 a:visited {
				color: #308ac5;
			}
			#side1 .menu2 .active a:link, .menu2 .active a:visited {
				color: #894b94;
			}

			#side1 .menu2 li ul {
				font-weight: normal;
				margin: 3px 20px;
			}
				#side1 .menu2 li li {
					border: none;
					padding: 2px 0;
				}

#contact1 {
	background: #308ac5 url(../../images/icon-phone.png) no-repeat 5px 40%;
	color: #FFFFFF;
	font-size: 91.67%;
	font-weight: bold;
	margin: 0 0 10px;
}
	#contact1 a:link, #contact1 a:visited {
		display: block;
		padding: 5px 5px 5px 42px;
		color: #FFFFFF;
	}
#contact2 {
	padding: 0 5px;
	color: #308ac5;
	font-size: 91.67%;
}


.footer {
}
	.footer p.links {
		font-size: 91.67%;
		background: #308ac5;
		text-align: center;
		padding: .3em 0;
		margin: 0 0 1em;
	}
		.footer p.links a:link, .footer p.links a:visited {
			color: #FFFFFF;
			padding: 0 1.5em;
		}
	.footer ul {
		width: 96%;
		overflow: hidden;
		padding: 0 0 0 4%;
		background: url(../../images/icon-info.gif) no-repeat 0 0;
		font-size: 83.33%;
	}
		.footer li {
			float: left;
			width: 20%;
		}
		.footer li.w3 {
			width: 30%;
		}
		.footer li.w25 {
			width: 25%;
		}
		.footer li.w2 {
			width: 15%;
		}
			.footer li h3 {
				font-size: 100%;
				font-weight: bold;
				color: #308ac5;
				text-transform: uppercase;
				margin: 0 0 .4em;
			}
			.footer li ul {
				width: auto;
				padding: 0;
				background: none;
				font-size: 100%;
			}
				.footer li li {
					float: none;
					width: auto;
					margin: 0 0 3px;
				}
					.footer li li a:link, .footer li li a:visited {
						color: #939ca9;
					}
					.footer li li ul {
						margin: 3px 0 0 12px;
						font-size: 90%;
					}



/* documentation
----------*/

#content ul.letters,
#content2 ul.letters {
	list-style: none;
	margin: 0 0 2em;
	width: 100%;
	overflow: hidden;
	font-size: 116.67%;
	font-weight: bold;
}
	ul.letters li {
		float: left;
		margin: 0 3px 0 0;
		padding: 0 .3em;
		background: #e3e3e6;
		color: #FFFFFF;
	}
		ul.letters a:link, ul.letters a:visited {
			float: left;
			display: block;
			color: #61646c;
		}
		ul.letters .active a:link, ul.letters .active a:visited {
			color: #308ac5;
		}
		
		ul.letters .noletters
		{
		    color: #FFFFFF;
		}

#content .results1,
#content2 .results1 {
	list-style: none;
	margin: 0 0 3em;
}
	.results1 li {
		margin: 0 0 2em;
	}
		#page .results1 h3 {
			margin: 0 0 .3em;
		}
		#page .results1 p {
			margin: 0 0 .5em;
		}

#page .pdf {
	width: 100%;
	overflow: hidden;
	font-size: 83.33%;
	line-height: 17px;
}
	.pdf a:link, .pdf a:visited {
		float: left;
		display: block;
		padding: 0 20px 0 0;
		color: #004689;
		background: url(../../images/icon-pdf.jpg) no-repeat 100% 50%;
	}


/* equipe
----------*/

#content #team {}
	#content #team h3 {
		margin-top: 1em;
	}
	#content #team dl {
		width: 100%;
		overflow: hidden;
		margin: 0 0 .3em;
	}
		#content #team dt {
			float: left;
			margin: 0 20px 0 0;
		}
		#content #team dd {
			float: left;
			width: 82%;
		}
			#content #team h4 {
				margin: 0 0 .1em;
			}
			#content #team p {
				font-size: 91.67%;
				line-height: 1.25;
				margin: 0;
			}
		#content #team .alt dt {
			float: right;
			margin: 0 0 0 20px;
		}
		#content #team .alt dd {
			float: right;
			text-align: right;
		}


/* presse
----------*/

.text1 {}
	#page .text1 p {
		font-size: 91.67%;
	}

#content ul.presse,
#content2 ul.presse {
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin: 0 0 1em;
}
	ul.presse li {
		min-height: 70px;
		padding: 0 0 0 90px;
		position: relative;
		margin: 0 0 2em;
	}
		ul.presse .img {
			position: absolute;
			left: 0;
			top: 0;
		}
		#page ul.presse p {
			margin: 0 0 .3em;
		}



/* texte
----------*/

#page .intro1 {
	font-size: 116.67%;
	font-weight: bold;
	margin: 0 0 2em;
}

#faq {
}
	#faq ul.questions {
		font-size: 108.33%;
		font-weight: bold;
		margin: 0 0 1em 3em;
	}
		#faq ul.questions a:link, #faq ul.questions a:visited {
			color: #61646c;
		}
	#faq .answer {
		margin: 0 -10px;
		padding: 20px 10px;
		position: relative;
	}
	#faq .answer-active {
		background: #f0f0f3;
	}
		#faq .answer p {
			margin: 0 0 .3em;
		}
		#faq .answer p.response {
			color: #894b94;
		}
		#faq .answer ul,
		#faq .answer ol {
			margin-bottom: .1em;
		}
		#faq .answer .buttons {
			width: 100%;
			overflow: hidden;
			font-size: 83.33%;
			font-weight: bold;
			padding: 1em 0 0;
			margin: 0;
		}
			#faq .answer a.top:link, #faq .answer a.top:visited {
				float: left;
				display: block;
				padding: 0 0 0 18px;
				color: #004689;
				background: url(../../images/icon-top1.gif) no-repeat 0 50%;
			}
			#faq .answer a.contact:link, #faq .answer a.contact:visited {
				float: right;
				display: block;
				padding: 0 0 0 25px;
				color: #004689;
				line-height: 22px;
				background: url(../../images/icon-phone1.gif) no-repeat 0 50%;
			}
			#faq .answer-active a.top:link, #faq .answer-active a.top:visited {
				background: url(../../images/icon-top2.gif) no-repeat 0 50%;
			}
			#faq .answer-active a.contact:link, #faq .answer-active a.contact:visited {
				background: url(../../images/icon-phone2.gif) no-repeat 0 50%;
			}

#content ul.list1,
#content2 ul.list1 {
	margin-left: 0;
	list-style: none;
}
	ul.list1 li {
		padding: 0 0 0 12px;
		background: url(../../images/bullet-1.gif) no-repeat 0 .4em;
	}

#content ul.list2,
#content2 ul.list2 {
	margin-left: 0;
	list-style: none;
}
	ul.list2 li {
		padding: 0 0 0 12px;
		background: url(../../images/bullet-2.gif) no-repeat 0 .4em;
	}


.nav1 {
	width: 100%;
	overflow: hidden;
}
	.nav1 a:link, .nav1 a:visited {
		float: left;
		display: block;
		height: 40px;
		line-height: 40px;
		font-style: italic;
		color: #004689;
	}
	.nav1 a.prev:link, .nav1 a.prev:visited {
		background: url(../../images/but-prev.jpg) no-repeat 0 0;
		padding: 0 0 0 35px;
	}
	.nav1 a.next:link, .nav1 a.next:visited {
		float: right;
		background: url(../../images/but-next.jpg) no-repeat 100% 50%;
		padding: 0 35px 0 0;
		text-align: right;
	}



/* contact
----------*/

.contact {
}
	#content .contact ul {
		list-style: none;
		margin: 0;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
		#content .contact li {
			float: left;
			margin: 0 0 5px;
		}
		#content .contact li.w5 {
			width: 200px;
		}
		#content .contact li.full {
			width: 400px;
		}
			#content .contact li label {
				display: block;
				font-weight: bold;
				color: #004689;
				margin: 0 0 .2em;
			}
			#content .contact li .text {
				border: none;
				width: 180px;
				height: 16px;
				padding: 4px 2px 2px 4px;
				background: url(../../images/input-1.png) no-repeat 0 0;
			}
			#content .contact li.full .text {
				width: 382px;
				background: url(../../images/input-2.png) no-repeat 0 0;
			}
			#content .contact li textarea {
				border: none;
				width: 382px;
				height: 100px;
				padding: 4px 2px 2px 4px;
				background: url(../../images/textarea-1.png) no-repeat 0 0;
			}
		#content .contact li.captcha {
			position: absolute;
			right: 0;
			bottom: 30px;
			width: 152px;
		}
			#content .contact li.captcha .img {
				text-align: center;
				margin: 0 0 5px;
			}
			#content .contact li.captcha label {
				font-weight: normal;
				font-size: 91.67%;
			}
			#content .contact li.captcha .text {
				width: 146px;
				height: 17px;
				background: url(../../images/input-3.png) no-repeat 0 0;
			}
		#content .contact li.button {
			width: 100%;
		}
			#content .contact li.button span {
				float: left;
				font-size: 83.33%;
				color: #004689;
			}
			#content .contact li.button .submit {
				float: right;
				border: none;
				color: #FFFFFF;
				width: 75px;
				height: 22px;
				background: url(../../images/but-1.png) no-repeat 0 0;
			}
@-moz-document url-prefix() {
			#contact li.button .submit {
				padding: 0 0 2px;
			}
}

#content .contact input.texterror, 
#content .contact textarea.texterror {
	border: 1px dotted red;
	background-color: #B3CA1E;
}
.contact .SuccessMessage {
	padding: 0px;
	width: 386px;
	margin: 0 0 395px 5px;
}
.contact .ErrorMessage 
{
	text-align: left;
	padding: 5px 0px;
	width: 355px;
	margin: 5px 0px;
}

#content .contact .ErrorMessage ul
{
    font-size:110%;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    overflow:hidden;
    width:100%;
}

#content .contact .ErrorMessage li 
{
	padding : 0;
	margin : 0;
	clear: both;
}

/* home
----------*/

#home1 {
	background: #FFFFFF url(../../images/home-bg.png) repeat-y 0 0;
	position: relative;
	margin: 0 0 2em -67px;
	padding: 5px 0 1px 67px;
}
	#home1 h2 {
		font-weight: normal;
		font-style: italic;
		font-size: 250%;
		text-transform: none;
		margin: 0 0 .3em;
	}

#home2 {
}
	#home2 p {
		margin: 0 0 .2em;
	}
		#home2 p span {
			font-size: 91.67%;
		}

.more {
	font-size: 91.67%;
}
	.more a:link, .more a:visited {
		color: #894b94;
		text-decoration: underline;
	}



/* poles
----------*/

.flash {
	margin: 0 0 1em;
}

#content .figures {
	width: 100%;
	overflow: hidden;
	margin: 0 0 1em;
}
	#content .figures dl {
		float: left;
		width: 49.99%;
		overflow: hidden;
		margin: 0 0 .75em;
	}
	#content .figures dl.large {
		float: left;
		width: 100%;
		overflow: hidden;
		margin: 0 0 .75em;
	}
		#content .figures dt {
			float: left;
			font-size: 150%;
			font-weight: bold;
			line-height: 1.1;
			color: #308ac5;
			margin: 0 5px 0 0;
		}
		#content .figures dd {
			float: left;
			line-height: 1.6;
		}

#content dl.histoire {
    clear: both;
	width: 49.99%;
	overflow: hidden;
	margin: 0 0 .75em;
}

#content #histoire dl.alt 
{
    float: right;
	width: 49.99%;
	overflow: hidden;
	margin: 0 0 .75em;
}

#content #histoire dl.alt dt {
	float: left;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.1;
	color: #308ac5;
	margin: 0 5px 0 0;
}
#content #histoire dl.alt dd {
	float: left;
	line-height: 1.6;
}

#content dl.histoire dt {
	float: left;
	font-size: 150%;
	font-weight: bold;
	line-height: 1.1;
	color: #308ac5;
	margin: 0 5px 0 0;
}
#content dl.histoire dd {
	float: left;
	line-height: 1.6;
}
	
	
#content .list3,
#content2 .list3 {
	list-style: none;
	margin: 0;
	width: 100%;
	overflow: hidden;
	font-size: 100%;
}
	.list3 li {
		clear: both;
		float: left;
		width: 49.99%;
		line-height: 1.15;
		margin: 0 0 1.25em;
	}
	.list3 li.alt {
		clear: none;
	}
	.list3 li:first-letter {
		font-size: 218.75%;
		font-weight: bold;
		color: #308ac5;
		padding: 0 .05em 0 0;
		line-height: .8;
	}

/* popup en savoir plus */
.ensavoirplus
{
    position: absolute;
    background-color: #ffffff;
    padding: 5px 20px 5px 20px;
    border: solid 1px #894B94;
}

.modalBackGround
{
    position: absolute;
    background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	    z-index: 500;
    top: 0px; left: 0px;

}

#ctl03_panelRappel 
{
    left:50%;
}