@charset "utf-8";
/* CSS Document */

*
{
	padding:0;
	margin:0;
	border:0;
}

body
{
	margin:0;
	padding:0;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	font: 78% "trebuchet ms", verdana, arial, helvetica, sans-serif;

}



.clear
{
	clear:both;
}

#header
{
	width: 100%;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.headerImage
{
	background:url(../img/bg.jpg) repeat-x left -118px;
	height: 175px;
	text-align:center;
}

#nav
{
	list-style:none;
	margin-top: 5px;
	height: 38px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#nav li
{
	list-style-type:none;
	display: block;
	float: left;
}

#nav li a,
#nav li a:active,
#nav li a:visited,
#nav li a:link
{
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	font-weight:bold;
	text-decoration:none;
	color: #333333;
	border-bottom: 3px solid #fff;
}

#nav li a:hover,
#nav li a.active
{
	color:#990000;
	border-bottom: 3px solid #990000;
	padding-bottom: 7px;
	background: #FFF;
}



#subnavWrapper
{
	width: 100%;
	background: #990000;
	height: 29px;
	
}

#subnav
{
	margin-top: 0;
	list-style:none;
	height: 29px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

#subnav li
{
	list-style-type:none;
	display: block;
	float: left;
	border-right: 1px solid #FFF;
}

#subnav li a,
#subnav li a:active,
#subnav li a:visited,
#subnav li a:link
{
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	text-decoration:none;
	color: #FFF;
	line-height:28px;
	border-top: 1px solid #c60000;
}

#subnav li a:hover,
#subnav li a.active
{
	background: #333333;
	color: #FFF;
	border-top: 1px solid #555555;
}


#corps
{
	background:url(../img/bg.gif) repeat-x left -5px;
}

#contentWrapper
{
 	width: 725px;
	margin-left:auto;
	margin-right: auto;
	border-bottom: 3px solid #E6E6E6;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 15px;
	padding-right: 20px;
}

#contentWrapper p
{
	margin-bottom: 25px;
	text-align:justify;
}

#contentWrapper p.more
{
	margin-bottom: 25px;
	text-align:justify;
	background:url(../img/li.gif) left center no-repeat;
	padding-left: 20px;
	font-weight:bold;
}

#contentWrapper span.more
{
	text-align:justify;
	background:url(../img/li.gif) left center no-repeat;
	padding-left: 20px;
}

#contentWrapper h1
{
	color:#990000;
	font-size: 1.78em;
	margin-bottom: 10px;
}

#contentWrapper h2
{
	margin-bottom: 5px;
	color:#666666;
	font-size: 1.4em;
}

#contentWrapper h3
{
	margin-bottom: 5px;
	color:#990000;
	font-size: 1.2em;
}

#contentWrapper .contentImage
{
	border: 1px solid #999999;
	padding: 2px;
	background:#FFF;
	float: left;
	margin-right: 20px;
}

#contentWrapper a,
#contentWrapper a:link,
#contentWrapper a:active,
#contentWrapper a:visited
{
	color:#990000;
}


#contentWrapper a:hover
{

}

.floatleft
{
	float: left;
	margin-right: 15px;
	margin-bottom:15px;
}


ol
{
	margin-right: 20px;
	margin-left: 35px;
}

ol li
{
	margin-bottom: 15px;
}

ul
{
	list-style:none;
	margin-right: 20px;
	margin-left: 35px;
}

th
{
	background: #DDDDDD;
	text-align:left;
}

.programme th, .programme td
{
	padding: 5px;	
}



