/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/

body { color:#6E6E6E; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:12px; }

h1 { color:#000000; font-size: 1.1em; font-weight: bold; }
h2 { color:#015c94; font-size: 1.3em; }
h3 { color:#015c94; font-size: 1.17em; }
h4 { color:#015c94; font-size: 1em; }
h5 { color:#015c94; font-size: 0.83em; }
h6 { color:#015c94; font-size: 0.67em; }
p { color:#6E6E6E; font-size: 1em; }
ul, ol { color:#6E6E6E; font-size: 1em; }
li {  color:#6E6E6E; font-size: 1em; }
a { color:#6E6E6E; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
a:visited { } /* si changement de couleur après le clic */
input { border-width:thin; padding:3px; }
textarea { border-width:thin; padding:3px; }
em { }
strong { }


/* Éléments Particuliers
----------------------------------------------------------*/

/* Placement d'images */
.imgLeft{ float:left; margin-right:1em; }
.imgRight{ float:right; margin-left:1em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter { margin-left:auto; margin-right:auto; }

/* Des classes d'alignement du texte */
.h1index{ position:absolute; left:0; top:0; width:100%; padding:0; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

/* Des classes de formatage du texte en ligne */
.bold, .gras { font-weight: bold; }
.italic, .italique { font-style: italic; }
.strike, .barre { text-decoration: line-through; }

/* Des classes flotante */
.floatleft { float: left; }
.floatright { float: right; }

/* Les "nettoyeurs" */
.clearb { clear: both; }
.clearer { clear: both; width: 0; height: 0; line-height: 0; }

/* Formulaire de contact */
#frmEnvoi{ width:470px; }
#frmEnvoi input, textarea{ background-color:transparent; border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }
#frmEnvoi .champ { border:none; border:#6E6E6E inset 1px; padding:5px; background-color:#9D9D9D; color:#FFFFFF; }
#frmEnvoi .champ:focus { }
#frmEnvoi #code {  border:none;  border:#6E6E6E inset 1px; padding:5px; background-color:#9D9D9D; color:#FFFFFF; }
#frmEnvoi #code:focus { }
#frmEnvoi #send2 { border-color:#015c94;  background-color:#015c94; color:#FFFFFF;}

/*Index*/
table#pdf {width:120px;	margin-left:10px; }
table#pdf td.wi30 {width:30%; text-align:right; padding:3px;}
table#pdf td.wi70 { width:70%; padding:3px;}

/* Partenaires */
#part {width:700px; margin-left:auto; margin-right:auto;}
.part1 {
	width:350px;
	text-align:center;
	float:left;
}
.part2 {
	width:350px;
	text-align:center;
	float:right;
}

/* Années */
.encart {
	width:830px; 
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background:#e6e6e6 url(../images/bg-global.gif) repeat-x top left;
	padding: 8px;
	border: 1px solid #0072B8;}

.tableau {
	width: 500px;
	float: left;
	margin-left: 40px;
}

.tableau th{
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	font-size: 1.2em;
}

.tableau td, .tableau th{
	color: #FFFFFF;
	padding: 4px;
	text-align: left;
}

.tableau tr td:first-child{
	text-transform: uppercase;
	text-align: center;
}

.tableau tr th:first-child{
	text-transform: uppercase;
	text-align: center;
}

/* old */
.haut_encart {width:500px; height:46px; margin-right:auto; margin-left:auto; background-image:url(../images/haut_encart.gif);}
.hautGauche {width:190px; height:35px; float:left; margin-left:15px; margin-top:10px; color:#FFFFFF;}
.hautDroite {width:265px; height:35px; float:right; margin-top:10px; color:#FFFFFF; margin-right:17px;}
.bas_encart {width:500px; margin-right:auto; margin-left:auto; background-image:url(../images/fond_encart.gif); background-repeat:no-repeat;}
.basGauche {width:190px; height:35px; float:left; margin-left:15px; margin-top:10px;}
.basDroite {width:265px; height:35px; float:right; margin-top:10px; margin-right:17px; text-align:left;}

/*plan site*/

#menubas {  padding: 10px 15px 10px 0; text-align:center; color:#555; font-size:10px; }
 
#menubas a { color:#888; }
 
#coldusite { width:845px; margin:0 auto; clear:both; text-align:left; color:#015c94;}
 
#coldusite p { line-height:8px; }
 
#col1, #col2, #col3, #col4 { width:30%; min-height:130px; _height:150px; float:left; padding:5px 0.1% 10px 2.5%; border-right:1px solid #cecece; list-style-position:outside; border-bottom: 1px dashed #cecece; border-right: 1px dashed #cecece;}
 
#col4 {border-right: none;}
 
.tailleplan { font-size:0.9em; color:#555; font-family:Arial, Helvetica, sans-serif ;}

/* Styles CSS pour LightBox PopUp */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative;
	background-color: #015c94;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 5px;
}

#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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#prevLink {
	background: url(../images/prevlabel.gif) left 100% no-repeat;
	left: 0;
	float: left;
}

#nextLink {
	background: url(../images/nextlabel.gif) right 100% no-repeat;
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 100% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 100% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #015c94;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}

#imageData {
	padding:0 10px;
	color: #fff;
}

#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;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/*Plan d'accès */

.plan {
	width: 640px;
	height: 480px;
}
#map .infosbulle {
	width: 210px;
	border: none;
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 1em;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}


/*2009*/
.aftec{float:left; margin:15px 64px;}

.bleu { color:#015C94; } 
.bordure { border:1px solid #015C94; } 


.infos { float:left; width:160px; }

.references { width:705px; border:none; background-color:#015C94; margin:0 auto; }
.references td  {  padding:5px; text-align:center }
.references p  { color:#FFF; font-size:0.9em;  }

