/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body
{
	color : black;
	margin:0;
	background-color : #f7db85;
	/*background-image : url(images/light-balance-small.jpg);
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat;*/
	font-size:14px;
	font-family:sans-serif;
}

td.nav {
	padding: 10px;
	width: 250px;
	border: 1px dotted red;
	text-align: center;
	}
	
td.nav2l {
	padding: 2px;
	width: 50%;
	font-style:italic;
	font-size:12px;
	font-family:serif;
	border: 1px dotted gray;
	text-align: left;
	}
td.nav2r {
	padding: 2px;
	width: 50%;
	font-style:italic;
	font-size:12px;
	font-family:serif;
	border: 1px dotted gray;
	text-align: right;
	}
	
td.res1 {
	padding: 10px;
	width: 150px;
	border: none;
	text-align: right;
	text-transform:lowercase;
	font-style:italic;
	font-size:12px;
	font-family:serif;
	}
td.res3 {
	padding: 10px;
	width: 100px;
	border: none;
	text-align: right;
	text-transform:lowercase;
	font-style:italic;
	font-size:12px;
	font-family:serif;
	}
td.res2 {
	background: #ccc;
	padding: 10px;
	width: 250px;
	border: 1px dotted #fc3;
	text-align: center;
	}
h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	text-align:justify;
	max-width:45em;
}

p.bottommenu
{  
	text-align:center;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px dotted red;
	}


p.accueil{
		margin-bottom:65px;
		line-height:2;
}

p.fiche{
		text-align: center;
		border-bottom: 1px solid #fc3;
		padding-bottom: 15px;
	/*	margin-bottom: 35px; */
}


ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:block;
	margin-bottom:20px;
}

.menu
{
	text-align : center;
	background-image : url(images/yellowfilter.gif);
	border : thin solid rgb(0,0,0);
	font-weight : bold;
}

a
{
	color : rgb(0,0,0);
	background-color : inherit;
	text-decoration: none;
}

a:hover
{
	color : rgb(255,64,64);
	background-color : rgb(230,230,250);
}


.menu strong
{
	font-size : large;
}

.other
{
	text-align : center;
	background-image : url(images/redfilter.gif);
	border : thin solid rgb(0,0,0);
	background-color : inherit;
	color : rgb(0,0,0);
	font-weight : bold;
}

.contentText
{
	color : rgb(0,0,0);
	background-color : rgb(255,255,255);
	border : #ccc thin solid;
}


.footer a:link
{
	color: rgb(0,0,0);
	background-color:transparent;
}
