/* 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";

/* STYLE CONTENU */
#texte h1 span{
display:none;
}
#texte h1.presentation{
	width:202px;
	height:34px;
	margin:0 0 10px 0;
	background:url(../images/charte/titre-accueil.jpg) no-repeat left top;
}
#texte h1.entreprise{
	width:202px;
	height:34px;
	margin:0 0 10px 0;
	background:url(../images/charte/titre-entreprise.gif) no-repeat left top;
}
#texte h1.entreprise-historique{
	width:341px;
	height:34px;
	margin:0 0 10px 0;
	background:url(../images/charte/titre-entreprise-historique.jpg) no-repeat left top;
}
#texte h1.entreprise-moyens{
	width:359px;
	height:34px;
	margin:0 0 10px 0;
	background:url(../images/charte/titre-entreprise-moyens.jpg) no-repeat left top;
}
#texte h1.entreprise-positionnement{
	width:398px;
	height:34px;
	margin:0 0 10px 0;
	background:url(../images/charte/titre-entreprise-positionnement.jpg) no-repeat left top;
}
#texte h1.distributeurs-machines{
	width:408px;
	height:34px;
	margin:0 0 10px 0;
	background:url(../images/charte/titre-distributeurs-machine.jpg) no-repeat left top;
}
#texte h1.distributeurs-cafeteria{
	width:408px;
	height:34px;
	margin:0 0 10px 0;
	background:url(../images/charte/titre-distributeurs-cafeteria.jpg) no-repeat left top;
}
#texte h1.distributeurs-habillage{
	width:521px;
	height:34px;
	margin:0 0 10px 0;
	background:url(../images/charte/titre-distributeurs-habillage.jpg) no-repeat left top;
}
#texte h1.laboratoire-presentation{
	width:498px;
	height:34px;
	margin:0 0 10px 0;
	background:url(../images/charte/titre-laboratoire-presentation.jpg) no-repeat left top;
}
#texte h1.laboratoire-marque{
	width:498px;
	height:34px;
	margin:0 0 10px 0;
	background:url(../images/charte/titre-laboratoire-marque.jpg) no-repeat left top;
}
#texte h1.produits-denrees{
	width:390px;
	height:34px;
	margin:0 0 10px 0;
	background:url(../images/charte/titre-produits-denrees.jpg) no-repeat left top;
}
#texte h1.produits-friandises{
	width:463px;
	height:34px;
	margin:0 0 10px 0;
	background:url(../images/charte/titre-produits-friandises.jpg) no-repeat left top;
}
#texte h1.produits-boissons-chaudes{
	width:398px;
	height:34px;
	margin:0 0 10px 0;
	background:url(../images/charte/titre-produits-boissons-chaudes.jpg) no-repeat left top;
}
#texte h1.produits-boissons-fraiches{
	width:398px;
	height:34px;
	margin:0 0 10px 0;
	background:url(../images/charte/titre-produits-boissons-fraiches.jpg) no-repeat left top;
}
#texte h1.evenements{
	width:206px;
	height:34px;
	margin:0 0 10px 0;
	background:url(../images/charte/titre-evenements.jpg) no-repeat left top;
}
#texte h1.contact{
	width:398px;
	height:34px;
	margin:0 0 10px 0;
	background:url(../images/charte/titre-contact.jpg) no-repeat left top;
}

h1{
	font-size:18px;
}
#texte h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	line-height:30px;
	height:25px;
	text-align:left;
	color:#279DDB;
	margin:0px 0 15px 0;
	border-bottom:solid 1px #279DDB;

}
#texte h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	margin:0px 0 15px 0;
	border-bottom:solid 0px #e4bd00;
	padding:0px 0px 5px 0px;

}
#texte a:link, #texte a:visited{
	font-weight:bold;
	text-decoration:none;
	color: #279DDB;

}
#texte a:hover, #texte a:active{
	font-weight:bold;
	text-decoration:underline;
	color: #e4bd00;

}
.alignementdroite{
	float:right;
	margin:0 0 0px 20px;
}
/* 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:#FF0000;
}
#formContact .champRequis{
	color:#FF0000;
}