@charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#1e287f; font-size:12px; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

h1 { color:#1e287f; font-weight:700; font-size:12px; padding-bottom:20px; line-height:20px; }
h2 { color:#1e287f; font-weight:700; font-size:1.3em; /*text-transform: uppercase;*/ }
h3 { color:#1e287f; font-weight:700; font-size:1.17em; /*text-transform: uppercase;*/ }
h4 { color:#1e287f; font-weight:700; font-size:1em; /*text-transform: uppercase;*/ }
h5 { color:#1e287f; font-size:0.83em; }
h6 { color:#1e287f; font-size:0.67em; }
p { color:#1e287f; font-size:1em; }
ul, ol{ color:#1e287f; font-size:1em; }
li { color:#1e287f; font-size:1em; }
a { color:#1e287f; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */
textarea { color:#1e287f; padding:3px; }
input { color:#1e287f; padding:3px; }

/* Intro */
#intro h1 { color:#000; } /* couleur du h1 de l'intro */
#intro p, #intro a { color:#000; } /* couleur du texte de l'intro */
#intro p { font-size:.9em;}

/* Liens de bas de page */
#sitti p, #sitti a {color:#fff;  } /* couleur des liens de bas de page */
#sitti p { font-size:10px; }
#sittiplan p, #sittiplan a {color:#fff;  } /* couleur des liens de bas de page */
#sittiplan p { font-size:10px; }

/* Image de validation W3C */
/*#validator a img { background-color:#000; } - Activer le CSS si le fond du site est blanc */


/* Éléments Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding:0 2em 0 0; }
.imgRight { float:right; padding:0 0 0 2em; }

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

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

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

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

/*	Mise en page
----------------------------------------------------------*/

/* Page d'accueil */
.illustration { float:right; padding:0 0 0 10px; }

/*	Site en cours de réalisation */
#site { text-align:center; padding-top:5em; }

/*	Mentions Légales */
.plan {
	width: 680px;
	height: 500px;
	border:2px solid #37c1f0;
	margin-left:auto;
	margin-right:auto;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
	text-align:center;
}
#map .infosbulle p {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #5F0666;
	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;
}
.contact{
	text-align:-moz-center;
	!text-align:center;
}
.highslide {
    cursor: url(images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border:none;
}
.highslide:hover img {
	border: none;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 1px solid #37c1f0;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 1px solid #37c1f0;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid #37c1f0;    
    padding-left: 22px;
    background-image: url(images/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(images/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
sup{
vertical-align:super;
font-size:11px;
}
#table-1{
	border-collapse:collapse;
	width:690px;
	border:1px dotted #1a3d67;
	vertical-align:middle;
}
#table-1 tr{
}
#table-1 td{
	padding:10px;
}
.td1{
width:11%;
border:1px dotted #1a3d67;
text-align:center;
}
.td2{
width:12%;
border-bottom:1px dotted #1a3d67;
text-align:center;
}
.tab-1{
width:150px;
}
.tab-2{
width:151px;
}
.tab-3{
width:324px;
}
.img-1{
margin-left:23px;
}
.img-2{
margin-left:20px;
}

.div-1{
width:320px;
}
.list{
vertical-align:middle;
padding-right:7px;
padding-left:20px;
float:left;}

.list1{
vertical-align:middle;
padding-right:7px;
padding-left:20px;
padding-bottom:20px;
margin-top:5px;
float:left;}
.div-2{
width:410px;
margin-left:15px;
}
.div-3{
width:220px;
margin-right:15px;
}
.div-4{
width:200px;
margin-left:15px;
}
.div-5{
width:420px;
margin-right:15px;
}
.pad-fied{padding:20px;width:600px;#margin-left:0px;margin-left:20px;border:solid 0px;}
.pad-l{padding-left:100px;}
.fix{
width:950px; 
margin:0 auto;
}

