/* CSS Document */
@import "charte.css";

/*****************************************************/
/*
/* 		TEXTES
/*
/*****************************************************/
h1{
	width:440px;
	height:30px;
	background:no-repeat;
}
h1 span{
	display:none;
}
h1.presentation{
background-image:url(../images/charte/titre-presentation.gif);
}

h1.la-carte{
background-image:url(../images/charte/titre-la-carte.gif);
}

h1.accueil{
background-image:url(../images/charte/titre-accueil.gif);
}

h1.entreprise{
background-image:url(../images/charte/titre-entreprise.gif);
}


h1.presse{
background-image:url(../images/charte/titre-presse.gif);
}
h1.menu-groupe{
background-image:url(../images/charte/titre-menu-groupe.gif);
}

h1.livre{
background-image:url(../images/charte/titre-livre.gif);
}

h1.merci{
background-image:url(../images/charte/titre-merci.gif);
}

h1.contact{
background-image:url(../images/charte/titre-contact.gif);
}


h2{		
	font:normal 2em Arial, Helvetica, sans-serif;
	color:#920000;
	padding:10px;
}
h3{
	font:bold 1.2em Arial, Helvetica, sans-serif;
	padding:5px 10px;
	color:#920000;
}

a{	
	font-family: Arial, Helvetica, sans-serif;
	color:#920000;
	font-weight:bold;
	text-decoration:none
}
a:hover{	
	color:#1a8b00;
	text-decoration:none;
	font-weight:bold;
}


.inputForm{
	font-family: Arial, Courier, monospace;;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	background-color:#ffffff;
	width: 150px;
	border: 1px solid #6C6868;
}
.inputFormOver{
	font-family:  Arial, Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	background-color:#F5FBF7;
	width: 150px;
	border: 1px solid /*#A73364;*/#6C6868;
}




.button{
	font-family:Arial, Courier, monospace;
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #787373;
	width:80px;
	background-position: bottom left;
	background-color: #787373;
	vertical-align: bottom;
}
.buttonOver{
	font-family:Arial, Courier, monospace;
	font-size: 12px;
	color: #ffffff;
	border: 1px solid #920000;
	width:80px;
	background-position: bottom left;
	background-color: #920000;
	vertical-align: bottom;
}

.frmContact{ /* dedicated ID for "contact form"*/
width:620px;
background-image:url(../images/charte/back.jpg);
background-position:top left;
background-repeat:no-repeat;

border: 1px solid #6C6868;




}
.frmContact .Label, .frmContact label{
   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
 
  text-align:left;

}

.notice{
   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
font-weight:normal;
line-height:18px;
text-align:center;
}




