
/* CSS Document */

/*html, body { width:100%; height:100%; }*/

* { margin:0; padding:0; outline:none; }

body { background:#fff url('images/fond.jpg') repeat-y top; text-align:justify; font:normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#000; }

#intro { text-align:center; color:#000; width:949px; margin:0 auto; }

#intro a { color:#000; }

.titre { height:25px; padding-top:25px; color:#000; }

h1 { font: normal 12px Verdana, Arial, Helvetica, sans-serif; color:#000; font-weight:bold; padding-bottom:20px; line-height:18px; }
h2 { font-weight:bold; font-size:1.3em; }
h3 { font-weight:bold; font-size:1.17em; }
h4 { font-weight:700; font-size:1em; }
h5 { font-size:.83em; }
h6 { font-size:.67em; }

.mail { vertical-align:middle;}
.imgLeft { float:left; padding-bottom:0; margin:0 2em 0 0; /*border:1px solid #000;*/ }
.imgRight { float:right; padding-bottom:0; margin:0 0 0 2em; /*border:1px solid #000;*/ }

/* 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; }
.br { display:block; }

/* 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
----------------------------------------------------------*/
/*h1#chapeau { padding:1em 0 2em; }*/ 
.illustration { float:left; padding:0 2em 20px 0;  margin-top:10px;}
/*#p_accueil { margin-top:.5em; } - Activer pour descendre le 1er paragraphe */

/*	Site en cours de réalisation
----------------------------------------------------------*/

a { color:#000; text-decoration:underline; }

a:hover { text-decoration:none; }

#page { width:949px; margin:0 auto; background:transparent url('images/bg.jpg') repeat-y; }

#header { width:949px; height:211px; background:transparent url('images/head.jpg') no-repeat }

#titre { width:949px; height:34px; clear:both; background:url('images/titre.jpg') no-repeat; }

/*#conteneur { width:949px; background:transparent url('images/bg.jpg') repeat-y;  }*/

#contenu { width:629px; min-height:260px; _height:260px; float:left; background:transparent url('images/bg-contenu.jpg') no-repeat top; padding:20px 70px 0 250px; }

#contenu p, h1, ul { padding:0 0 14px 0; }

#contenu ul { padding-left:50px; list-style:inside; }

#adresse { width:949px; height:40px; margin:0 auto; background:transparent url('images/adresse.jpg') no-repeat; clear:both; }

#coordonnees { width:175px; padding:60px 0 0 20px; text-align:center; float:left; }

#coordonnees p, a { padding:0 0 10px 0; }

#coordonnees a img { border:none; }

#menubas { padding: 10px 0px; text-align:center; color:#fff; font:normal 10px Verdana, Arial, Helvetica, sans-serif; }

#menubas a { color:#fff;  }

#menubas img { border:none; padding-top:5px;  }

.photo { float:right; margin:0px 0 0 20px; }

.encadre { border:1px solid #1962B1; }

/*---------------- logo Yzeo ---------------------*/

#cybbel { text-align:center; color:#fff; font-size:10px; padding: 10px 8px; width:933px; margin:0 auto; background:#fff url('images/fond.jpg') repeat-y top; }

#cybbel img { padding: 0 5px 2px 5px; border:none; vertical-align:middle; }

#cybbel a { color:#fff; font-size:10px; }

#cybbel2 { text-align:center; color:#000; font-size:10px; padding: 10px 8px; width:949px; margin:0 auto; }

#cybbel2 img { padding: 0 5px 2px 5px; border:none; vertical-align:middle; }

#cybbel2 a { color:#000; font-size:10px; }

/*---------------- fin logo Yzeo -----------------*/ 
				
/*-------------------------formulaire------------------------*/

	#formulaire { background: transparent; text-align:center; width:400px; padding:0px 0 0 00px; font: normal 11px Verdana, Arial, Helvetica, sans-serif; color:#000; margin:0 auto; } /* carateristique du formulaire */

#formulaire * { margin:0 0 2px 0; padding:0; } /* caracteristique de toutes les balises qui se trouvent dans le formulaire */

.labelform { width: 203px; float: left; text-align: right; margin: 0 5px 0 0; } /* carateristique des label, width minimum 203px; */

.pform { padding: 3px 0px 10px 0px; text-align:left; clear:both; } /* carateristique des p */

.inputform { width:195px; height:13px; float:left; margin: 0 5px 0 2px; } /* carateristique des input */

.textareaform { width:398px; height:100px; overflow: auto; background-color:transparent; } /* carateristique du textarea */

.selectform { height:18px; float:left; margin: 0 5px 0 2px; font: normal 11px Verdana, Arial, Helvetica, sans-serif; color:#000; background-color:#fff; } /* carateristique des select */

.labelmessage { width:95px; } /* carateristique du label contenant "Votre message" */

#labelenvoyer { width:125px; } /* carateristique du label avant l'input envoyer, sert a centrer le bouton envoyer */

.inputenvoyer { width:150px; font: normal 10px Verdana, Arial, Helvetica, sans-serif; } /* carateristique de l'input "envoyer mon 			message" */

.divtexte { margin: 5px 0 0 0; text-align:center; clear: both } /* carateristique de la div contenant le texte du captchat*/

#formulaire div { margin: 5px auto; } /* centrer dans le formulaire des div */

#formulaire div a { color:#000; } /* couleur du lien dans capchat */

.divimagecaptchat { display:none; } /* carateristique de la div entourant l'image captchat */

.transp, .inputtexte { background: transparent; border: 1px solid #000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; color:#000; } /* pour rendre les input et textarea transparent avec une bordure */

/*-------------------------fin formulaire------------------------*/

.clearvalidator{ clear:both;}
/**********************Plan googleMap****************************/
.plan {
	width: 640px;
	height: 480px;
	border:#edc100 solid 3px;
}
#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;
}
#googlemap a.googlemap-icon { display: block; background:url(images/googlemap.jpg) no-repeat; width: 80px; height: 68px; margin:0 auto; }
#googlemap a.googlemap-icon:hover { background: url(images/googlemap-hover.jpg) no-repeat; }
#googlemap a.googlemap-icon:active { background: url(images/googlemap.jpg) no-repeat; }
#googlemap a.googlemap-icon span { display:none; }
.alignCenter{
	text-align:-moz-center;
	!text-align:center;
	text-align:center;
}
/**********************End****************************/

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

.fieldset{ border:#e3532c solid 1px; padding:5px;}
.fieldset legend{  border-left:#e3532c solid 1px; font-family:Georgia, "Times New Roman", Times, serif; font-size:15px; padding-left:5px; padding-right:5px; font-weight:bold;}

.fieldset2{ border:#edc100 solid 1px; padding:5px;}
.fieldset2 legend{  border-left:#edc100 solid 1px; font-family:Georgia, "Times New Roman", Times, serif; font-size:15px; padding-left:5px; padding-right:5px; font-weight:bold;}

/*===========================*/

.icon{ margin-right:7px; vertical-align:middle;}
.icon2{ margin-right:7px; vertical-align:middle; margin-bottom:20px; margin-top:3px;}
.mar-right{ margin-right:120px;}
.mar-right2{ margin-right:60px;}
.mar-top{padding-top:10px;}

.logo{ float:left; margin-left:150px; margin-top:-20px; position:absolute;}

.logo-new{ float:left; margin-top: -7px; margin-top /*\**/: -2px\9; #margin-top /*\**/: 0px\9;  width:47px;}
.logo-new3{ float:left; margin-top: -7px; margin-top /*\**/: -2px\9; #margin-top /*\**/: 0px\9;  width:47px;}
.logo-new2{ float:right; margin-right:60px; margin-top: -7px; margin-top /*\**/: -7px\9; #margin-top /*\**/: -7px\9; width:47px;}
.logo2{ float:left; margin-left:220px; margin-top:-10px; position:absolute;}
.wid{ float:left; margin-right:30px; width:330px;}
.wid2{ float:left; width:260px;}

.wid-logo{ float:left; width:180px;}
.wid-logo2{ float:left; width:180px;}
.wid-logo3{ float:left; width:250px;}
.wid-logo4{ float:left; width:180px;}
.wid-logo5{ float:left; width:440px;}
.height{ height:7px;}
.height2{ height:15px;}
.mar-left{ margin-left:10px;}
.mar-left22{ float:left; margin-left:0px;}
.txt{ margin-top:-20px;}
.bor{ border:none;}

.mar-right3{ float:right; margin-left:15px;}

.mr-top{ float:left; margin-top:-15px; margin-left:15px;}
.mr-top2{ float:left; margin-top: -15px; margin-top /*\**/: 4px\9; #margin-top /*\**/: 6px\9; margin-left:15px; margin-left /*\**/: 0px\9; #margin-left /*\**/: 0px\9; }

.wid-fld{ width:160px;}
.wid-fld2{ width:430px;}
.txt-new2{ float:left; width:200px;}
.txt-new3{ float:left; width:150px;}