/* Feuille de style pour le contenu des pages 
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";

.blocproduits{
	float:left;
	width:163px;
	height:155px;
	background: url(../images/charte/bloc-produits.gif) no-repeat;
	margin:0 40px 20px 15px;
}
.blocproduits h1{
	font: 1em/1.3em arial; 
	font-weight:bold;
	padding:2px 0 0 30px;
	margin:0px;
}
.bloc-photo{
margin:0 auto 0 auto;
text-align:center;
}
.bloc-details{
	float:right;
	padding:3px 12px 0 0;

}

/* STYLE DE LA PAGE CONTACT */
#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
#formContact input,textarea{
	width:100%;
	border:1px solid #000;
	font-size:12px;
}
#formContact input:focus,textarea:focus{
	border-color:#ffffff;
}
#formContact .champRequis{
	color:#FF0000;
}
.title{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	color:#F8E0BF;
	/*text-decoration:underline;*/
	font-style:italic;
	text-transform:uppercase;
}
.photo{
 /*border:3px solid #F6DAB7;*/
 cursor:pointer;
}

.paragraph{
 font-family:Georgia, "Times New Roman", Verdana;
 font-size:12px;
 letter-spacing:1px;
 font-weight: bold;
 text-align:justify;
 line-height:15px;
 color: #d2cdbe;
} 
td{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1,5px;
}
.agrandir{
  font-size:10px;
	color:#FFCC00;
}	
.palette{
 font-family:"Monotype Corsiva";
 font-size:17.5px;
 text-align:center;
 line-height:22px; 
} 
.t{
 font-family:"Monotype Corsiva";
 font-size:20px;
 text-align:center;
} 
.titles{
  font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	}
 
 /*contact form*/
.inputForm{
	font-family:Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFD700;
	font-weight: bold;
	background-color: #701818;
	width: 150px;
	border: 1px solid #992A00;
	padding: 1px 2px 1px 2px;
}
.inputFormOver{
	font-family:Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #800000;
	font-weight: bold;
	background-color: #D2CDBE;/*#FFFBDB; #B7CFFA;*/
	width: 150px;
	border: 1px solid #FFFFFF;
}
.button{
	font-family:Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D2CDBE;
	padding: 2px;
	background-image: url(images/charte/button_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #992A00;
	background-position: bottom left;
	background-color: #721818;
	vertical-align: bottom;
}
.buttonOver{
	font-family:Georgia, "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #D2CDBE;
	border: 1px solid #FFFFFF;
	color: #770000;
	padding: 2px;
}
.notice{
	color:#C4E668;/*orange;*/
}
/*
End common form definition
********************************************************
Start contact form
*/
.frmContact{ /* dedicated ID for "contact form"*/
	border:0px solid #A73364;
	background-repeat:no-repeat;
	background-position:top left;
}

.frmContact table tr td{
padding:0px 1px 5px 1px;
}
.frmContact .Label, .frmContact label{
	font-family:Georegia, "Times New Roman", Arial, Helvetica, sans-serif;
	font-size:14px;	
	font-weight: bold;
	font-style: normal;
	color: #D2CDBE;	
	text-align:justify;
}

/*
End contact form
*/

.ContactTableBody2{
    font-family:Georgia;
	  font-size:14px;
	  font-weight:bold;
	  font-style:inherit;
	  color:#FFFFFF;
	  background-color:#933B2A;	 
	    }
.ContactTableBody1{
	  font-family:Georgia;
	  font-size:14px;
	  font-weight:bold;
	  font-style:inherit;
	  color:#FFFFFF;
	  background-color:#ABC2EE;
	  	}
.ContactTableHead{
     font-family:Arial, Helvetica, Georgia;
	   font-size:16px;
	   font-weight:normal;
	   font-style:normal;
	   color:#00FF33;
	    }
.ContactHeader{
		font-family:Georgia, Times, serif;
		font-size:14px;
		font-style:normal;
		color:#FFFFFF;
		}
.champs{
    font-size:11px;
		color:#FFCC00;
		letter-spacing:1px;
}
.merci{
  font-family:Georgia;
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
   color:#FFCC00;
	text-align:center;
}
.footer_table{
   background-image:url(images/charte/footer_repeat1.jpg);
	 background-repeat:repeat-y;
	 background-position:top left ;
}	 	
.borders{
    border:2px solid;
		color:#F6DAB7;
		size:1px;
}		
.link1:link, .link1:visited{
   font-size:12px;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-style:italic;
	 color:#FFCC00;
	 text-decoration:underline;
 }
.link1:hover, .link1:active{
   font-size:12px;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 font-style:italic;
	 color:#FFCC00;
	 text-decoration:underline;
 }
.table 	 		{
    background-color: #7F1A1A;
		border:2px solid #992A00;
		border-collapse: collapse;
		
}		
.contact_paragraph{
    font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:13px; 
		letter-spacing:1px;
		line-height:15px;
}
.link2:link, .link2:visited{
    font-family:Georgia, "Times New Roman", Times, serif;
		font-size:13px;
		font-weight:bold;
		text-transform:uppercase;
		text-decoration:underline;
		color:#FFCC00 ;
}				
.link2:hover, .link2:active{
	color:green;
}
.link3{
   font-family:Georgia, "Times New Roman", Times, serif;
	 font-size:12px;
	 font-weight:bold;
	 text-decoration:underline;
	 color:#FFCC00;
	}
.prices{
	font-family:Verdana;
	font-size:12px;
	letter-spacing:1px;
	text-align:justify;
	line-height:15px;
	text-transform:uppercase;
	font-weight:bold;
	background-color: #E8C69D;
	border: 1px solid #F2AD4E;
}

.tableaux{
	font-family:"Times New Roman", Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#560911;
	color:#FFD700;
	font-weight:bold;
}

.link4:link, .link4:visited{
	color:#FF8C00;
	text-decoration:none;
	font-size:12px;
	letter-spacing:normal;	
}
.link4:hover, .link4:active{
	color: #ffffff;
	text-decoration: underline;
}

.txt01{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8FC3A3;
	letter-spacing:1px;
}
.txt02{
	font-family: "Times New Roman", Times, serif;
	font-size:1.09em;
	letter-spacing:1px;
	font-weight: 900;
	text-align:justify;
	line-height:150%;
	color:#FFD700;
}
.txt03{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight: bold;
	letter-spacing:1px;
	line-height:100%;
	color:#FFD700;
	background-color: #7F1A1A;
	border: 1px solid #992A00;
}
.list1{
	margin: 0px;
	padding: 0px;
}
.list1 li{
	background-image: url(../images/charte/list1.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	line-height: 170%;
	font-weight: bold;
}
.cyc {
	display: none;
}