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

@import url(structure.css);

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

body { color:#f2c400; font:normal 11px/16px Verdana, Arial, Helvetica, sans-serif; }

h1 { /*color:#f2c400;*/ font-size: 1em; font-weight:normal; }

h2 { color:#f2c400; font-size: 1.3em; }

h3 { color:#f2c400; font-size: 1.17em; }

h4 { color:#f2c400; font-size: 1em; }

h5 { color:#f2c400; font-size: 0.83em; }

h6 { color:#f2c400; font-size: 0.67em; }

p { color:#f2c400; font-size: 1em; }

ul, ol { color:#f2c400; font-size: 1em; }

li { color:#f2c400; font-size: 1em; }

a { color:#f2c400; 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 { }

textarea { }

em { }

strong { }

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

/* Placement d'images */
.clearvalidator{ clear:both; height:3px;}

.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 { font-weight: bold; }

.italic { font-style: italic; }

.strike { 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; }

#coordonnees { padding:15px 0 0 50px; text-align:center; }

#coordonnees a img { border:none; }

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

	#formulaire { background: transparent; text-align:center; width:400px; padding:0px 0 0 50px; float:left; } /* 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/16px Verdana, Arial, Helvetica, sans-serif; color:#f2c400; background-color:#0E6FD0; border: 1px solid #f2c400; } /* 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 11px/16px 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:#f2c400; } /* couleur du lien dans capchat */

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

#code { background-color:transparent; color:#f2c400; border: 1px solid #f2c400; }

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

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

/*-------------------------highslide------------------------*/
.highslide {
    cursor: url(highslide/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: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    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(highslide/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(highslide/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;
}

/*-------------------------fin highslide------------------------*/

.presentation { }
.presentation img { margin:10px; }
.presentation a img { border:none; filter : alpha(opacity=100); -moz-opacity : 1; opacity : 1; }
.presentation a:hover img { border:none; filter : alpha(opacity=70); -moz-opacity : 0.7; opacity : 0.7; }

.imgBrd { border:2px solid #f8d334 }

.galerieVeranda { clear:both; text-align:center; }
.galerieVeranda img { margin:4px; }
.galerieVeranda a img { border:none; filter : alpha(opacity=100); -moz-opacity : 1; opacity : 1; }
.galerieVeranda a:hover img { border:none; filter : alpha(opacity=70); -moz-opacity : 0.7; opacity : 0.7; }

.test { float:left; margin:4px; background:#666666; width:140px; height:100px; }

/*Simu spry - begin*/
.contenu-realisation {width:756px; padding:5px; clear:both; margin-left:15px;}

.realisation { margin:0px; padding:0px; width:100%;}
.realisation li { float:left; list-style:none outside; background-color:#076AD0;  text-align:center; border-bottom:solid 1px #CCC; border-left:solid 1px #CCC; border-right:solid 1px #999; border-top:solid 1px #999; margin:0px 1px 0px 0px; position:relative; top:1px; }
.realisation li a {text-decoration:none; display:block; color:#F2C400; height:15px; padding: 5px 10px; width:auto; }
.realisation li a:hover {background-color:#085DB5;}
.realisation li a.current {color:#000; background-color:#F2C400;}
/*Simu spry - end*/

/*	Mentions Légales
----------------------------------------------------------*/
#infoclient { float:left; padding:0 0 1em 0.5em; }
#hebergeur { float:right; padding:0; }

