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

@import url(structure.css);

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

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

h1 { color:#215a92; font-size: 1.2em; font-weight:bold; padding-bottom:20px; }
h2 { color:#215a92; font-size: 1.0em; font-weight:bold; }
h3 { color:#215a92; font-size: 1.2em;font-weight:bold; }
h4 { color:#ffffff; font-size: 1.2em;font-weight:bold; }
h5 { color:#215a92; font-size: 0.83em;font-weight:bold; }
h6 { color:#215a92; font-size: 0.67em; }
p { color:#215a92; font-size: 1em; }
ul, ol { color:#215a92; font-size: 1em; }
li {  color:#215a92; font-size: 1em; }
a{ color:#215a92; text-decoration:underline; }
a:hover { color:#215a92; text-decoration:none; } /* si changement de couleur au survol */
input { border-width:thin; padding:3px; color:#215a92; }
textarea { border-width:thin; padding:3px; color:#215a92; }
em { }
strong { }
#yzeo a{color:#FFFFFF; text-decoration:underline;}
#yzeo a:hover{color:#FFFFFF; text-decoration:none;}
#yzeo p{color:#FFFFFF;}

.bodyIntro p{ color: #FFFFFF; }
.bodyIntro a{color:#FFFFFF;}
.bodyIntro a:hover { color:#FFFFFF; text-decoration:none; }


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

/* Placement d'images */
.imgLeft{ float:left; margin-right:1em; }
.imgRight{ float:right; margin-left:1em; }
.mar-right
{
	margin-right:15px;
	margin-left: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; margin:8px; }
.floatright { float: right; margin:8px; }

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

/* Formulaire de contact */
#frmEnvoi{ width:790px; }
.divformulaire{ width:480px; float:left; padding-right:10px;}
.divformulaire2{ width:530px; float:left; padding-right:10px;}
#frmEnvoi textarea{ background-color:#ffffff;  border-width:thin; }
input .bouton{ background-color:#000000;  border-width:thin; }
.champ{ background-color:#ffffff;  border-width:thin; }
#code { background-color:#ffffff;  border-width:thin; }
#frmEnvoi .field{ text-align:right; margin-top:10px; }

/*classes supplémentaires*/
.aligntexte{text-align:left; margin-right:40px;}
.alignimage{float:left; margin-left:20px;}
.contact{text-align:left; margin-left:30px; margin-right:40px;}

.cadre1{
	width:400px;
	border:#006699 solid 1px;
	background-color:#E6FFFF;
	padding:8px;
	margin:8px;
	}
	
.cadre2{
	width:500px;
	border:#006699 solid 1px;
	background-color:#E6FFFF;
	padding:8px;
	margin:auto;
	}

.cadre3{
	border:#006699 solid 1px;
	background-color:#E6FFFF;
	padding:8px;
	margin:auto;
	}	
	
.td200{
	width:200px;
	}
.td50{
	width:50px;
	}		
.td33p{
	width:33%;
	}		


/** PLAN D'ACCES **/
.plan {
	width: 754px;
	height: 450px;
	border: 3px #003366 solid;

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

.HX{display:inline;}

.Annonce{
background-color:#CAFFFF;
border:#000080 solid 1px;
margin:8px;
padding:8px;
color:#000000;
}
.box1
{
	width:100%;
	}
.box2
{
	width:928px;
	margin:0 auto;
	}
.img3
{
	float:left;
	width:150px;
	margin-left:150px;
}
.img2
{
	float:left;
	width:150px;
		margin-left:150px;
}
.img1
{
	float:left;
	width:150px;
		margin-left:40px;
}
.img11
{
	float:left;
	width:200px;
	margin-left:10px;
	text-align:center;
}
.img21
{
	float:left;
	text-align:center;
	width:200px;
	margin-left:100px;
}
.leftimg
{
	float:left;
	width:300px;
	margin-left:30px;
}
.rightimg
{
	float:right;
	width:400px;
	margin-right:30px;
	}
/*============ HIGHLIGHT =============*/

.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 {
	
}
.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: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 0px;
    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;
}
.mycontenu
{
	color:#FFFFFF;
}
.list { vertical-align: middle; padding-left: 10px; padding-right: 10px; }
.rong
{
	width:98%;
}
.vien
{
	border:5px #000000 solid;
	width:700px;
}
.sup
{
	vertical-align:super;
	font-size:11px;
}