/* 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;
}


#contenuTexte .titre_gras{
	font-weight:bold;
	color:#DDA7B2;
}

#contenuTexte h3{
	margin:10px 0 2px 0px;
	font:bold 1.4em Arial, Helvetica, sans-serif;
	color:#F3BCC4;
}

#contenuTexte .img_traditionnal{
	margin:10px 8px 10px 0px;
	border:1px solid #B899A1;
}

#contenuTexte .img_viennoiserie{
	margin:10px;
	border:1px solid #B899A1;
}

#contenuTexte .colonne{
	width:260px;
	margin-right:15px;
	float:left;
}


/************** Tableau *********************/
.tab{
	margin-bottom:10px;
}

.tab tr td.t1{
	background:#5E4248;
	padding:3px;
	font-size:12px;
	color:#FFFFFF;
}

.tab tr td.t2{
	background:#B899A1;
	padding:3px;
	font-size:12px;
	color:#FFFFFF;
}

.tab img{
	float:right;
}

/* STYLE DE LA PAGE CONTACT */

#contactTxt{
	width:550px;

}


	
#contactTxt img{
	float:right;
	border:none;
	margin:0px 0px 5px 20px;
}



#container #contactTxt .logo{
	float:left;
	border:none;
	margin:0px 80px 5px 0px;
}


#container #formContact p{
	padding-bottom:0px;
	margin-bottom:5px;
	margin-left:0px;
	line-height:18px;
	text-align:left;
}

#container #formContact select{
	width:160px;
	border:1px solid #DDA7B2;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#7B656B;
}

#container #formContact table.table tr td{
	height:20px;
}

#container #formContact table.table tr td.br{
	height:5px;
}

#container #formContact table.table tr td.adresse1{
	height:40px;
}

#container #formContact .checkbox{
	width:12px;
	height:12px;
	border:none;
}

#container #formContact textarea{
	width:140px;
	border:1px solid #DDA7B2;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#7B656B;
}

#container #formContact input{
	width:140px;
	border:1px solid #DDA7B2;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#7B656B;
}

#formContact input:focus,textarea:focus{
	border-color:#FF0000;
}

#formContact .champRequis{
	color:#FF0000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.champRequis{
	color:#FF0000;
}

#formContact .txt_rq{
	font-size:11px;
	padding-bottom:5px;
}

#container #formContact .bouton{
	border:1px solid #DDA7B2;
	color:#FFFFFF;
	background:#DDA7B2;
	margin:2px 5px;
	width:80px;
	height:20px;
	text-align:center;
	padding-bottom:2px;
	font-weight:bold;
}

#container #formContact .capta{
	width:50px;
}

#contenuTexte ul{
	margin-left:20px;
	padding-bottom:10px;
	font-size:1.2em;
	line-height:1.4em;
	text-align:justify;
}