/* 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 CYC  (ne pas supprimer) */
.cyc {
	position: absolute;
	top: -10000px;
}


/************************************** GENERALITE ***************************************/
#contenuTexte b{
	color:#85c329;
}

#contenuTexte .titre_menu{
	margin:50px 0 0 0;
	/*background:url(../images/titres/menu1.gif) no-repeat;*/
	font:bold 4em Kunstler Script, Arial, Helvetica, sans-serif;
	color:red;
	width:390px;
	text-align:center;
}
#contenuTexte ul{
	list-style: none;
	margin:10px 0 10px 40px ;
}

#contenuTexte li {
	font:normal 1.1em / 1.8em Arial, Helvetica, sans-serif;
	text-align:justify;
	/*text-decoration: none;*/
	text-indent:0px;
	list-style-image:url(../images/charte/puce01.gif);
}
table{
	font-size:1.1em;
}
td{
	padding:0px 5px;
	text-align:left;
}
.tddroite{
	padding:0px;
	text-align:right;
	font-weight:bold;
}
.tdcentre{
	padding:0px;
	color:#85c329;
	text-align:right;
	font-weight:bold;
}
.rouge{
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
}


/************************************** TITRES ***************************************/
.titremenu1 {
	background:url(../images/titres/menu1.gif) no-repeat;
	height:44px;
}
.titremenu2 {
	background:url(../images/titres/menu2.gif) no-repeat;
	height:44px;
}
.titremenu3 {
	background:url(../images/titres/menu3.gif) no-repeat;
	height:44px;
}
.titreentree {
	background:url(../images/titres/entree.gif) no-repeat;
	height:44px;
}
.titreplat {
	background:url(../images/titres/plat.gif) no-repeat;
	height:44px;
}
.titrespecialite {
	background:url(../images/titres/specialite.gif) no-repeat;
	height:44px;
}
.titredessert {
	background:url(../images/titres/dessert.gif) no-repeat;
	height:44px;
}
.titrevin {
	background:url(../images/titres/vin.gif) no-repeat;
	height:44px;
}
.titrereservation {
	background:url(../images/titres/reservation.gif) no-repeat;
	height:44px;
}
.titrecontact {
	background:url(../images/titres/contact.gif) no-repeat;
	height:44px;
}
.titreplan {
	background:url(../images/titres/plan.gif) no-repeat;
	height:44px;
}



/************************************** MENUS ***************************************/
.GrdeColscentre {
	width:390px;
	float:left;
	margin:0 10px 0 10px ; 
	text-align:center;
	padding-right:50px;
}
.GrdeColscentre p{
	text-align:center;
}
.PtiteColscentre {
	width:310px;
	float:left;
	margin:70px 10px 0 10px;
	text-align:center;
	/*border:1px solid red;*/
}
.PtiteColscentre p{
	text-align:center;
}



/************************************** VIN ***************************************/
.vin {
	width:375px;
	float:left;
}
.vind {
	width:375px;
	float:right;
}



/************************************** CONTACT ***************************************/
.rubcontact {
	width:750px;
	float:left;
}

#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
#formContact input,textarea{
	width:100%;
	border:1px solid #CCCCCC;
	background-color:transparent;
	padding:1px;
	font-size:12px;
}
#formContact .bouton{
	width:200px;
	margin:0px 20px;
	border:1px solid #CCCCCC;
	background-color:transparent;
	font-size:12px;
	color:#999;
}
#formContact input:focus,textarea:focus{
	border-color:#FF0000;
}
#formContact .champRequis{
	color:#FF0000;
}