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

@import url(structure.css);

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

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

h1 { color:#000000; font-size: 12px; line-height: 20px; padding-bottom:20px; font-weight:bold; }
h2 { color:#000000; font-size: 1.3em; font-weight:bold; }
h3 { color:#000000; font-size: 1.17em; font-weight:bold; }
h4 { color:#000000; font-size: 1em; }
h5 { color:#000000; font-size: 0.83em; }
h6 { color:#000000; font-size: 0.67em; }
p { color:#000000; font-size: 1em; }
ul, ol { color:#000000; font-size: 1em; }
li {  color:#000000; font-size: 1em; }
a { color:#000000; 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; color:#000000; }
textarea { border-width:thin; padding:3px; color:#000000; }
em { }
strong { }


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

/* Placement d'images */
.imgLeft{ float:left; margin-right:2.5em; padding-top:15px; }
.imgLeft1{ float:left; margin-right:2em; padding-top:5px; }
.imgRight{ float:right; margin-left:2.5em; padding-top:15px; }
.imgRight1{ float:right; margin-left:2em; padding-top:15px; }

/* 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 */
.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; }

/* En cas de h1 en bas page Index */
.h1intro { padding-top:5px; font-size:12px; height:15px; position:absolute; width:100%; text-align:center; top:400px; left:0; clear:both; }

.text { float:left; width:505px;}
.text2 {
	width:720px;
	font-weight: normal;
}
#gauche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	float: left;
	width: 300px;
}
#droite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	float: right;
	width: 200px;
}.text3 {
	float:left;
	width:680px;
	font-weight: normal;
	margin-left: 50px;
}
.tab1 {
	height: 20px;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	width: 75%;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-bottom: 3px;
}
.tab-cellule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 20px;
	width: 25%;
	border: 2px solid #000000;
}
.tab2-gauche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.tab-bas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
}
.tab-milieu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	border: 1px solid #000000;
}
.tab-bas-milieu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.tab2-droite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.tab-bas-drotie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
}
.tab-cellule33 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 20px;
	width: 33%;
	border: 2px solid #000000;
}
.tab-cellule125 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 20px;
	width: 12.5%;
	border: 2px solid #000000;
}
.tab-haut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 2px;
}
.tab-haut-gauche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 2px;
}
.tab-haut-droite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 2px;
}

.cadre-orange {width:300px; background:#FADB92; border:1px solid #FFCC00; float:left; margin:10px; padding:5px; height:200px;}

.tableaucaract {width:225px; text-align:center; border:3px double #00CC00; margin:10px; float:left;}
.tableaucaract td { border:1px solid #000000;}
.tab-1{
width:216px;
#width:215px;
text-align:center;
}
.tab-2{
width:214px;
#width:215px;
text-align:center;
}
.tab-3{
width:216px;
text-align:center;
}
.tab-4{
width:214px;
#width:215px;
text-align:center;
vertical-align:middle;
}
.tab-5{
width:216px;
text-align:center;
}
.tab-6{
width:320px;
#width:321px;
text-align:center;
}
.tab-7{
width:240px;
#width:239px;
text-align:center;
}
.tab-8{
width:202px;
#width:203px;
text-align:center;
}
.tab-9{
width:334px;
text-align:center;
}
.tab-10{
width:335px;
#width:337px;
text-align:center;
}
.tab-11{
width:162px;
text-align:center;
}

.img-1{
margin-top:55px;
}
.img-2{
vertical-align:middle;
}
.img-3{
margin-left:20px;
margin-top:10px;
}
.img-4{
margin-left:20px;
}
.img-5{
margin-left:20px;
margin-top:10px;
}
#table-1{
	border-collapse:collapse;
	width:685px;
	border:1px solid #1a3d67;
	vertical-align:middle;
	margin:0 auto;
}
#table-1 tr{
}
#table-1 td{
	padding:10px;
	vertical-align:middle;
}
#table-2{
	border-collapse:collapse;
	width:330px;
	border:1px solid #1a3d67;
	vertical-align:middle;
}
#table-2 tr{
}
#table-2 td{
	padding:10px;
	vertical-align:middle;
}
#table-3{
	border-collapse:collapse;
	width:330px;
	border:1px solid #1a3d67;
	vertical-align:middle;
}
#table-3 tr{
}
#table-3 td{
	padding:10px;
	vertical-align:middle;
}
#table-4{
	border-collapse:collapse;
	width:410px;
	border:1px solid #1a3d67;
	vertical-align:middle;
}
#table-4 tr{
}
#table-4 td{
	padding:10px;
	vertical-align:middle;
}
.div-table4{
width:410px;
}
#table-5{
	border-collapse:collapse;
	width:250px;
	border:1px solid #1a3d67;
	vertical-align:middle;
}
#table-5 tr{
}
#table-5 td{
	padding:10px;
	vertical-align:middle;
}
#table-6{
	border-collapse:collapse;
	width:330px;
	border:1px solid #1a3d67;
	vertical-align:middle;
}
#table-6 tr{
}
#table-6 td{
	padding:10px;
	vertical-align:middle;
}
#table-7{
	border-collapse:collapse;
	width:330px;
	border:1px solid #1a3d67;
	vertical-align:middle;
}
#table-7 tr{
}
#table-7 td{
	padding:10px;
	vertical-align:middle;
}
.div-table5{
width:250px;
}
.h-table{
height: 650px; height /*\**/: 677px\9; #height /*\**/: 677px\9;
}
.h-table1{
height: 663px; height /*\**/: 690px\9; #height /*\**/: 690px\9;
}
.h-table2{
height: 445px; height /*\**/: 448px\9; #height /*\**/: 448px\9;
}
.h-table3{
height: 689px; height /*\**/: 689px\9; #height /*\**/: 689px\9;
}
.h-table4{
height: 677px; height /*\**/: 690px\9; #height /*\**/: 690px\9;
}
.h-table5{
height: 688px; height /*\**/: 690px\9; #height /*\**/: 690px\9;
}
.h-table6{
height: 428px; height /*\**/: 428px\9; #height /*\**/: 428px\9;
}
.h-table7{
height: 714px; height /*\**/: 703px\9; #height /*\**/: 703px\9;
}
.h-table8{
height: 705px; height /*\**/: 705px\9; #height /*\**/: 705px\9;
}
.h-table9{
height: 710px; height /*\**/: 712px\9; #height /*\**/: 712px\9;
}
.h-table10{
height: 655px; height /*\**/: 657px\9; #height /*\**/: 657px\9;
}
.h-table11{
height: 643px; height /*\**/: 643px\9; #height /*\**/: 643px\9;
}
.td1{
width:25%;
border:1px solid #1a3d67;
text-align:center;
}
.td2{
width:25%;
border:1px solid #1a3d67;
text-align:center;
}
.td3{
width:34%;
border:1px solid #1a3d67;
text-align:center;
}
.td4{
width:33%;
border:1px solid #1a3d67;
text-align:center;
}
.td5{
width:22%;
border:1px solid #1a3d67;
text-align:center;
}
.td6{
width:13%;
border:1px solid #1a3d67;
text-align:center;
}
.div-table{
width:330px;
}
.list{
vertical-align:middle;
padding-right:7px;
padding-left:200px;
float:left;}

.list1{
vertical-align:middle;
float:left;
padding-right:7px;
padding-left:20px;
padding-bottom:20px;
}
.list2{
vertical-align:middle;
padding-right:7px;
padding-left:20px;
float:left;}
.list3{
vertical-align:middle;
float:left;
padding-right:7px;
padding-left:20px;
padding-bottom:30px;
}
.list4{
vertical-align:middle;
float:left;
padding-right:7px;
padding-left:20px;
padding-bottom:10px;
}
.list5{
vertical-align:middle;
padding-right:7px;
padding-left:60px;
float:left;}
.list6{
vertical-align:middle;
padding-right:7px;
padding-left:60px;
padding-bottom:10px;
float:left;}
.list7{
vertical-align:middle;
float:left;
padding-right:7px;
padding-left:20px;
padding-bottom:40px;
}
.text-1{
color:#7ea912;
font-size:14px;
}
.text-2{
color:#e78800;
}
.text-3{
margin-left:44px;
}
/*-----------------High light---------------*/
.highslide {
	cursor: url(images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}


.highslide-wrapper {
	background: white;
}
.highslide img { border:none;}

.highslide-image{
	border: 1px solid #cc891e;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 1px solid #cc891e;
	border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: normal;
    text-decoration: none;
	padding: 2px;
	border: 1px solid #cc891e;
    background-color: white;
    
    padding-left: 14px;
    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-image:url(../images/graphics/fullexpand.gif);
	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;
}

.div-1{
width:330px;
}
.div-2{
width:330px;
padding-left:10px;
}
.line{
border-left:1px solid #cc891e;
height:290px;
 height /*\**/: 300px\9; #height /*\**/: 300px\9;
}
sup{
vertical-align:super;
font-size:11px;}