/* CSS Document */

/* Spécifique à IE */
pre
{
	overflow: auto ;
}

body         
{ 
	background-color: #eee;
	margin: 10px 0 ;
	padding: 0 ;  
}

#container
{
	width: 780px;
	margin: 0 auto;
}

#header
{
	height: 250px ;
	background: no-repeat center url("../images/entete.jpg");
}

#menu
{
	height: 50px;
/*	background: no-repeat center url("../images/menu.jpg");*/
}

#submenu
{
	height: 25px;
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#BE054C;
	letter-spacing: 1pt;
	padding-top: 5px;
}

#corps
{
	border-left: #CCC 3px solid;	
	border-right: #CCC 3px solid;
	margin-top: 0px;
	margin-bottom: 0px;
}

div,p
{
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		padding-top: 0px;
}

#footer
{
	/*background-position: center top; background-image:url("../images/footer.gif"); background-repeat:repeat-y;*/
	background:no-repeat center top url("../images/footer.gif");
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
	border-bottom: #CCC 3px solid;
	border-left: #CCC 3px solid;	
	border-right: #CCC 3px solid;
}

a:link     { color: #000000; text-decoration: underline; }
a:visited  { color: #000000; text-decoration: none; }
a:hover    { color: #BE054C; text-decoration: underline;}

a:link.footerlink     { color: #800000; font-size: 11 px; text-decoration: none; }
a:visited.footerlink  { color: #800000; font-size: 11 px; text-decoration: none; }
a:hover.footerlink   { color: #800000; font-size: 11 px; text-decoration: underline;}