/**
 * Mise en page du template
 *
 *	@colordef		#ED2024; rouge
 *	@colordef		#F2F2F2; gris clair
 *	@colordef		#7F7772; gris moyen
 *	@colordef		#3B3B3B; gris foncˇ
 */

* {
	margin: 0;
	padding: 0;
}


/**
 *	@section		header
 */
#header {
	width: 770px;
	height: 270px;
	margin: 20px auto 0;
}


/**
 *	@section		infoSite
 *	@tree			#infoSite < #header
 */
#infoSite {
	float: left;
	width: 240px;
}
#infoSite h1 {
	padding-top: 20px;
	text-align: center;
	margin-bottom:0;
}
#infoSite h1 a {
	font-weight: normal;
	font-size: 24px; 
	color: #3B3B3B;
	text-decoration: none;
}
#infoSite h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
	margin-bottom:0;
}


/**
 *	@section		nav
 *	@tree			#nav < #header
 */
#nav {
	float: left;
	width: 530px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	display: block;
	float: left;
	padding: 30px 25px 0 25px;
	height:50px;
	background: url(/tmpl/breakfast/images/separateur.gif) no-repeat;
}
#nav a {
	text-decoration: none;
	font-size: 100%;
	color: #3B3B3B;
}
#nav a:hover {
	color: #ED2024;
}
#nav li .ouvert {
	text-decoration: underline;
}


/**
 *	@section		logo
 *	@tree			#logo < #header
 */
#logo {
	float: left;
	width: 770px;
	height: 190px;
	margin: 0 auto;
}


/**
 *	@section		page
 *	@tree			#page
 */
#page {
	width: 770px;
	margin: 0 auto;
}


/**
 *	@section		PAGpublication
 *	@tree			#PAGpublication < #page
 */
#PAGpublication {
	float: left;
	width: 730px;
	padding: 20px;
}


/**
 *	@section		PLLliste
 *	@tree			#PLLliste < #page
 */
#PLLliste {
	float: left;
	width: 730px;
	padding: 20px;
}
#PLLliste td {
	vertical-align:top;
}
#PLLliste table {
	width:100%;
	border-collapse:collapse;
}
#PLLliste th, #PLLliste td {
	padding:5px 10px 5px 5px;
	text-align:left;
}
#PLLliste tr.PLLligneNormale td {
	background-color:#FFFFFF;
	border-bottom:1px solid #7F7772;
}
#PLLliste tr.PLLligneAlternative td {
	background-color:#F2F2F2;
	border-bottom:1px solid #7F7772;
}
#PLLliste thead tr th {
	border-bottom:1px solid #7F7772;
}


/**
 *	@section		footer
 *	@tree			#footer
 */
#footer {
	clear: both;
	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
}
#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}
#links {
	float: right;
}
