@charset "UTF-8";
/* CSS Document */

/****************************************************************** bg vontenu */
#contenu{
	background-image:url(../images/bg-workshop.jpg);
}

/******************************************************************  H2 titre vert scenographie */

h2.sceno-titre{
	margin:0;
	padding-top:85px;
	width:960px;
	color:#89b29f;
	text-align:center;
	font-weight:700;
	font-size:15px;
}

/****************************************************************** boutons accueil */

.boutonAccueil img.inactif, .boutonAccueil:hover img.inactif, .boutonAccueil img.actif, .boutonAccueil:hover img.actif {
  position:absolute;
  width:65px;
  height:58px;
  transition: opacity 0.3s ease;
  top: 228px;
  left:94px;
}
.boutonAccueil img.inactif {
  opacity:1;
}
.boutonAccueil:hover img.inactif {
  opacity:0;
}
.boutonAccueil img.actif {
  opacity:0;
}
.boutonAccueil:hover img.actif {
  opacity:1;
}

.boutonAccueil2 img.inactif, .boutonAccueil2:hover img.inactif, .boutonAccueil2 img.actif, .boutonAccueil2:hover img.actif {
  position:absolute;
  width:65px;
  height:58px;
  transition: opacity 0.3s ease;
  top: 228px;
  left:94px;
}
.boutonAccueil2 img.inactif {
  opacity:1;
}
.boutonAccueil2:hover img.inactif {
  opacity:0;
}
.boutonAccueil2 img.actif {
  opacity:0;
}
.boutonAccueil2:hover img.actif {
  opacity:1;
}


/****************************************************************** box */
#box{
	width:575px;
	height:323px;
	position:absolute;
	top:175px;
	left:228px;
	background:url(../images/box-workshop/bg-box-workshop.png) top right transparent no-repeat;

}
#box img{
	display:block;
	float:left;
	margin-right:4px;
	margin-bottom:4px;
}
#gauche{
	width:254px;
	height:250px;
	float:left;
	background-image:url(../images/3-workshop-images/bg-workshop.png);
	padding-left:1px;
}
#droite{
	width:254px;
	height:250px;
	float:left;
}

#droite h1{
	color:#b15634;
	font-size:14px;
	text-align:center;
	margin-top:15px;
	margin-bottom:10px;

}
#droite .connaissance{
	font-size:11px;
	width:250px;
	float:left;
	margin:7px 0 0 0;
	text-align:center;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
}

#droite .lieu{
	color:#988371;
	font-size:14px;
	text-align:center;
	margin-top:5px;
	float:left;
	width:250px;
	font-weight:500;
	font-family:"Times New Roman", Times, serif;
}



/****************************************************************** carrés */
.carre1{
	width:123px;
	height:123px;
	background-color:transparent;
	float:left;
	margin-right:4px;
	margin-bottom:4px;
}
.carre1 a{
	text-decoration:none;
}
.carre{
	width:123px;
	height:123px;
	float:left;
	margin-right:4px;
	margin-bottom:4px;
	position:relative;
}

.carre img.carre-blanc{
  opacity:1;
  transition: opacity 0.3s ease;
  position:absolute;
}
.carre:hover img.carre-blanc{
  opacity:0;
}
.carre img.carre-over{
  opacity:0;
  transition: opacity 0.3s ease;
  position:absolute;
}
.carre:hover img.carre-over{
  opacity:1;
}

span.texte{
	position:absolute;
	z-index:100;
}





.carre p{
	width:123px;
	margin-top:10px;
	font-size:13px;
	color:#644236;
	text-align:center;
	letter-spacing:0;
}
.carre h3{
	width:123px;
	margin-top:10px;
	margin-bottom:15px;
	font-size:14px;
	color:#000;
	text-align:center;
	letter-spacing:0;
}
.carre h4{
	width:123px;
	margin-top:15px;
	margin-bottom:15px;
	font-size:14px;
	color:#b15634;
	text-align:center;
	letter-spacing:0;
}



/*///////////////////////////////////////////////////////////////////*/
/* formulaire */
form{
	margin-top:0;
	margin-left:0;
	font-size:10px;
	width:460px;
	float:left;
}

label {
	display:block;
	width:80px;
	float:left;
	margin: 0 5px 5px 0;
	margin-left:11px;
	color:#a4624c;
}

input[type="checkbox"] {
	float:left;
}

input[type="checkbox"] + label {
	width:auto;
	float:left;
	margin:0 20px 0 0
}

input + br, select + br, textarea + br, label + br {
	clear: both;
}

input, select, textarea {
	/*font-family: 'Questrial', sans-serif;*/
	font-size:12px;
	background:url(../images/bg_input.gif) top left no-repeat #e6e6e6;
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#c6c6c6;
	padding:0px 3px;
	width:130px;
	
	-moz-box-shadow: inset 3px 3px 5px 0px #000000;
	-webkit-box-shadow: inset 3px 3px 5px 0px #000000;
	-o-box-shadow: inset 3px 3px 5px 0px #000000;
	box-shadow: inset 3px 3px 5px 0px #000000;
} 
option {
	padding-left:16px;
}
input:focus, select:focus, textarea:focus {
	background:url(../images/bg_input_focus.gif) top left no-repeat #fff;
	color:#666;
	
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
} 
input[type="checkbox"] {
	background:none;
	border:none;
	box-shadow:none;
	width:20px;

}

input[type="submit"] { 
	margin-left:99px;
	margin-top:5px;
	border:none;
	background-color:#fff;
	width:60px;
	height:15px;
	font-size:10px;
	color:#000;
	text-align:center;
	padding:0 0 0 0;
	font-weight:bold;
	
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
input[type="submit"]:hover{
	background-color:#89b29f;
	cursor:pointer;
	font-size:10px;
}
input[type="reset"]{
	margin-left:10px;
	border:none;
	background-color:#fff;
	width:60px;
	height:15px;
	font-size:10px;
	color:#000;
	text-align:center;
	padding:0 0 0 0;
	font-weight:bold;
	
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;

	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
input[type="reset"]:hover { 
	background-color:red;
	cursor:pointer;
	font-size:10px;

	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

.info{
	font-size:24px;
	color:#5fdcec;
	width:900px;
	text-align:center;
	font-weight:lighter;
}
.envoye{
	font-weight:bold;
	color:#24F25C;
	width:960px;
	text-align:center;
	position:absolute;
	top:250px;
	left:0;
	font-size:14px;
}
.envoye a{
	text-decoration:none;
	font-weight:400;
	color:#FFF;
	width:960px;
	font-size:12px;
}
.envoye a:hover{
	color:#5AC3CC;
}

/* MESSAGES D'ERREUR EN rouge */
.erreur{
	color:red;
	font-weight:400;
	position:absolute;
	top:120px;
	left:490px;

	text-align:left;
	width:350px;
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-size:12px;
}

/* INTITULÉ DES CHOIX EN ROUGE */
.error{
	color: white;
	background-color:red;
}

/* CHAMPS OBLIGATOIRES */
.champs{
	font-size:10px;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:10px;
	display:block;
	color:#a4624c;
}
