/*
////////////////////////////////////////////////////////////////////////////////
//
//  Reset CSS
//
////////////////////////////////////////////////////////////////////////////////
*/

* {
	margin: 0;
	padding: 0;
}

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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,hr
	{
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
}

hr {
	height: 0;
}

ol,ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
	vertical-align:top;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}

blockquote,q {
	quotes: "" "";
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  Clearfix
//
////////////////////////////////////////////////////////////////////////////////
*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*
////////////////////////////////////////////////////////////////////////////////
//
//  LIGHTBOX
//
////////////////////////////////////////////////////////////////////////////////
*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/************/

/*
////////////////////////////////////////////////////////////////////////////////
//
//		HTML Balise default skin.
//
////////////////////////////////////////////////////////////////////////////////
*/

p {
}

/*
////////////////////////////////////////
//	H1...H6.
////////////////////////////////////////
*/

h1 {
	font-size: 20px;
	color: #006ab3;
	padding: 10px 0 20px 0;
}

h2 {
	padding-top: 0;
	font-size: 18px;
	color: #006ab3;
	padding: 5px 0;
}

h3 {
	font-size: 15px;
	color: #006ab3;
	padding: 10px 0;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	font-weight: bold;
	color: #006ab3;
	padding: 20px 0;
	text-decoration: underline;
}

h5 {
	font-size: 16px;
	font-weight: bold;
}

h6 {
	font-size: 13px;
	font-weight: bold;
}

h1+h2, h1+h3, h1+h4, h1+h5, h1+h6 {
	padding-top: 5px;
}

h2+h3, h2+h4, h2+h5, h2+h6 {
	padding-top: 5px;
}

h3+h4, h3+h5, h3+h6 {
	padding-top: 5px;
}

h4>h5, h4>h6 {
	padding-top: 5px;
}

h5>h6 {
	padding-top: 5px;
}

/*
////////////////////////////////////////
//	Citation.
////////////////////////////////////////
*/

q {
	font-style: italic;
}

/*
////////////////////////////////////////
//	Emphase.
////////////////////////////////////////
*/

em {
	font-style: italic;
}

/*
////////////////////////////////////////
//	Barre.
////////////////////////////////////////
*/

s {
	text-decoration: line-through;
}

/*
////////////////////////////////////////
//	Italique.
////////////////////////////////////////
*/

samp {
	font-style: italic;
}

/*
////////////////////////////////////////
//	Indice.
////////////////////////////////////////
*/

sub {
	font-size: 9px;
	text-transform: uppercase;
	vertical-align: sub;
}

/*
////////////////////////////////////////
//	Exposant.
////////////////////////////////////////
*/

sup {
	font-size: 9px;
	text-transform: uppercase;
	vertical-align: super;
}

/*
////////////////////////////////////////
//	Grand.
////////////////////////////////////////
*/

big {
	font-size: 1.2em;
}

/*
////////////////////////////////////////
//	Moyen.
////////////////////////////////////////
*/

medium {
	font-size: 1.1em;
}

/*
////////////////////////////////////////
//	Petit.
////////////////////////////////////////
*/

small {
	font-size: 0.8em;
}

/*
////////////////////////////////////////
//	Acronyme.
////////////////////////////////////////
*/

acronym {
	border-bottom: 1px dotted #444;
	cursor: help;
}

acronym:hover {
	color: #018fd1;
	border-bottom: 1px dotted #94ad3c;
}

/*
////////////////////////////////////////
//	Abréviation.
////////////////////////////////////////
*/

abbr {
	text-transform: uppercase;
	color: #111;
	font-style: italic;
}

/*
////////////////////////////////////////
//	Liste et puce.
////////////////////////////////////////
*/

ul, ol {
	padding: 0;
	margin: 0;
}

/*
////////////////////////////////////////
//	Liste Indice.
////////////////////////////////////////
*/

ol li {
	list-style-type: decimal;
	margin-left: 10px;
	font-weight: bold;
}

ul {
	margin-left: 10px;
}

ul li a {
	
}

A{text-decoration: none;}
A:link , A:hover, A:visited {	color: #006ab3;	font-weight: normal;	text-decoration: none;}
A:visited {	color : #018fd1;font-weight : bold;}
A:hover {	text-decoration: underline;}

body {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #3b3a3a;
	padding-top: 0px;
}

.colright {
	background: #F1F1E8;
	padding: 0 10px;
}


.field label {
	display: block;
	padding-bottom: 4px;
	padding-left: 20px;
	background: url(images/arrow01.png) no-repeat 0 3px;
}

.checks {
	line-height: 20px;
	padding-left: 10px;
	border-left: 2px solid #CCC;
}

.checks input {
	margin-right: 5px;
}

.fieldobligatoires {
	padding-top: 10px;
	font-style: italic;
}

.field {
	width: 300px;
	padding: 6px 0;
}

.field .input, .field .area {
	width: 300px;
}

.input, .area {
	background-color: white;
	border: 1px solid #bcbcbc;
	padding: 1px;
}

.input:focus, .area:focus {
	background-color: #f2f2f2;
}

.btarrow {
	display: block;
	border: 0 none;
	padding-left: 22px;
	background: url(images/arrow01.png) no-repeat 0 6px;
	color: #888;
	font-weight: bold;
	font-size: 15px;
}
