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

@import url(structure.css);

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

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

h1 { color:#000099; font-size: 12px; font-weight: bold; }
h2 { color:#000099; font-size: 1.3em; }
h3 { color:#000099; font-size: 1.17em; }
h4 { color:#000099; font-size: 1em; }
h5 { color:#000099; font-size: 0.83em; }
h6 { color:#000099; font-size: 0.67em; }
p { color:#000099; font-size: 1em; }
ul, ol { color:#000099; font-size: 1em; }
li {  color:#000099; font-size: 1em; }
a { color:#000099; 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:#000099; }
textarea { border-width:thin; padding:3px; color:#000099; }
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 */
.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:#000000 solid 1px; }
#frmEnvoi .INPUT2{ border:none;}
#frmEnvoi .field{ text-align:right; margin-top:10px; }

/*classes supplémentaires*/
.actualites{margin-left:17px;}
.contact{width:253px; float: right; text-align:left;}

#allcontent-present {width:650px;
margin-left:auto;
margin-right:auto;
}

.pic-plan-l{
width:130px; 
float:left;
}
.pic-plan-r{
width:130px; 
float:right;
text-align:center;
}
.pic-plan-c{
width:130px; 
float:right; 
text-align:center;
}

.pic-activites-l 
{
width:162px; 
float:left;
text-align: center;
}

.yzeointro { font-size: 10px; }
.yzeointro img{ vertical-align:middle; }
#align-slideshow-r { margin-right: 30px;}
#content-sl-pro { float: right; margin: auto; padding: auto; width: 350px;}
#align-sl-l { width:190px; float:left;}
#align-sl-r { width:160px; float: right;}
.align-sl-all { margin-left:10px; }
#align-img-l { margin-left: 50px;}

#allcontent-pro {width:600px;
margin-right:auto;
margin-left: auto;
}

.pic-pro-l{
width:200px; 
float:left;
}
.pic-pro-r{
width:200px; 
float:right;
text-align:center;
}
.pic-pro-c{
width:200px; 
float:right; 
text-align:center;
}

#content-parte {
	width:430px; margin-left: 180px;
}
#align-par-r { width: 200px; float: right;}
#align-par-l { width: 230px; float: left;}
/*----------highlight---------------*/
.highslide {
	cursor: url(images/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 4px solid #0e2959;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    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 black;
    background-color: #20201e;

    
    padding-left: 10px;
    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;
}

/*---------------Plan du site----------------*/
#header-plan {
	background-image:url(../images/plandusite/header-plan.jpg);
	background-repeat:no-repeat;
	background-position: top;
	margin-top:-1px;
	width: 950px;
	height:355px;
	}

#plantextcontent { text-align:justify;color:#FFFFFF; line-height: 25px; margin-left: 30px; }

