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

#contenu p{
	margin:0;
	padding:0;
	width:498px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.2em;
	
	color: #7C3A00;
}
.txtmarron{
font-size:11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #7C3A00;
}
.txtmarron a:visited{
font-size:11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #7C3A00;
text-decoration:none;
}
.txtmarron a{
font-size:11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #7C3A00;
}
.txtmarron a:hover{
font-size:11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #7C3A00;
text-decoration:underline;
}
#contenu ul{
	margin:0;
	padding:0;
	width:498px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:1.2em;
	text-align:justify;
	color: #5A3A22;

	padding-left:40px;
}
#contenu h2{
	margin:0 0 10px 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.3em;
	line-height:1.3em;
	text-align:left;
	color: #A84C10;
	border-bottom: 1px dotted #A84C10;
}
#contenu a:link, #contenu a:visited{
	font-weight:bold;
	text-decoration:underline;
	color: #A84C10;
}
#contenu a:hover, #contenu a:active{
	text-decoration:none;
	color: #DA7E42;
}
.prix{
	float:left;
	width:200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.2em;
	font-weight:bold;
	text-align:right;
	color: #5A3A22;
	margin : 0 0 10px 0;
}
.plat{
	float:left;
	width:400px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.2em;
	text-align:justify;
	color: #7C3A00;
	margin : 0 0 10px 0;
}
.trait{
	border-top:1px solid  #7C3A00;
	
}
.alignementdroite{
	float: right;
}
/* STYLE DE LA PAGE CONTACT */
#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
#formContact input,textarea{
	width:150px;
	border:1px solid #000;
	font-size:12px;
}
#formContact input:focus,textarea:focus{
	border-color:#FF0000;
}
#formContact .champRequis{
	color:#FF0000;
}
/* PAGE DATE */
#calendrier{
	border:1px solid #000;
	border-collapse:collapse;
}
#calendrier td,#calendrier th{
	border:1px solid #000;
	text-align:center;
	width:50px;
	height:40px;
}
#calendrier p{
	width:auto;
}
#legendre-calendrier{
	float:right;
	width:200px;
}
#legendre-calendrier .legende{
	width:15px;
	height:15px;
	float:left;
	margin-right:5px;
}
#legendre-calendrier p{
	width:auto;
	line-height:20px;
	clear:left;
}
.soireePassee{
	background-color:#660000;
}
.soireePassee a{
	color:#fff;
}
.soireeFuture{
	background-color:#C08645;
}
/* PAGE SOIREE */
#detail-soiree {
	width:250px;
	float:right;
	border:1px dashed #000;
	padding:3px;
}
#detail-soiree p{
	width:auto;
}
#photos-soiree{
	margin-right:250px;
}
.photo-soiree{
	width:120px;
	height:120px;
	overflow:hidden;
	margin:5px;
	float:left;
}