body {
	background:url('../images/bg.jpg') repeat-x;	
	color: #232323;
	background:#ccc url(../images/bg.jpg) repeat-x ;
	font-family:Arial,Verdana,Tahoma,sans-serif;
	font-size: 0.75em; 
	line-height: 1.25;
}
#container {
	width:980px;	
	margin:0 auto;
	margin-top:6px;	
	padding:0;
	
	
}

#logo {
	float:left;	
	width:980px;
	height:100px;
	background: transparent url(../images/logo.jpg);			
	
}

#header {
	float:left;	
	width:980px;
	height:174px;			
	background: transparent url(../images/header.jpg);
}

#sidebar {
	float:left;	
	width:980px;
	height:23px;
	line-height:23px;
	background:#cd000c;
	font-family:Verdana,Arial,Tahoma,sans-serif;
	font-size:1.05em;
}


#sidebar ul {
	float:left;
	margin:0;
	padding:0 0 0 10px;
}

#sidebar ul li {
	float:left;
	margin:0;
	padding:0 35px 0 10px;
	list-style:none;
	background: transparent url(../img/separator.gif) top right no-repeat;
	background-repeat:no-repeat
}

#sidebar ul li a {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;

	
}

#sidebar ul li a:hover {
	color:#000;
}
#content {
	width:980px;
	float:left;
	background:#fff;
	min-height:410px;	
	
	
		
	
}
#left {
	float:left;
	width:289px;	
	padding:15px 0 0 0;
	text-align:center;
}
#pathway {
	margin:0 0 10px 0;
}
#right {
	float:right;
	margin:0;	
	padding:15px 10px 0 0;
	width:681px;
}


#footer {
	clear:both;
	width:980px;
	height:20px;

	
}

#copyright {
	float:right;
	margin:5px 5px 0 0;
}

/* Titres */
h2,h3,h4,h5 {
	margin:10px 0 10px 0;
	padding:0
}
h1 {font-size: 1.4em; /* -> 8 */
	font-style: italic;
	margin:0 0 10px 0;
	color:#cc0000;
	
}
h2 { font-size:1.2em;color:#232323;text-decoration:underline; }
h3 { font-size:1.1em; }
h4 { font-size:1.05em; }
h5 { font-size:1.05em; }
h6 { font-size:.95em; }

h2 a {
	color:#232323;
	background:url(../images/h2.gif) no-repeat -3px 2px;
	text-indent:15px;
	width:100%;
	height:20px;
	display:block;
	outline: none;
}
h2 a:hover {
	color:#cc0000;
	text-decoration:underline;


}
a {
	color:#cc0000;
	text-decoration:none;
	
	
}
a:hover {
	color:#333;

}
label {
	display:block;
	float:left;
	clear:both;
	width:120px;
	margin:2px;
}
.input-text, .input-textarea {
	float:left;
	padding:3px;
	margin:2px;
	border:1px solid #ccc;
}
span.notice {
	color:#900;
	float:left;
}
.captcha {
	float:left;
	margin:0 0 0 10px;
}
.input-notice {
	clear:both;
}
/* --- PROGRAMMES --- */

.listing_programmes  {		
	width:100%;
	margin-top:15px;		
}
.listing_programmes dt  {		
	border-bottom:2px solid #ccc;
	font-size:1.1em;
	background:#666;
	height:23px;
	line-height:23px;
	color:#fff;
	text-indent:10px;		
}
.listing_programmes  .description {
	float:left;
	margin:10px 0 0 10px;
}
.listing_programmes  .img img {
	float:right;
	border:1px solid #ccc;
	margin:5px 0 0 0;
	padding:4px;
}
.last_prog {
	font-size:1.2em;
	text-align:center;
	margin-top:40px;
	font-style:italic;
}
.detail_programmes h2 {
	margin-top:25px;
}

/* - Tableaux - */

.dataTable {
	width:100%;
	border-width:0;
	border-collapse:collapse;
}

th {
	padding:0;
	text-align:left;	
}

td {
	padding:2px;	
}

table.dataTable tbody {
	background-color: #f6f6f6;
}



table.dataTable {
	width:100%;
	border-width:0;
	border-collapse:collapse;
}

table.dataTable thead th, tr.dataTableHeadingRow td {
  background-image:url(../img/sort_row_bg.gif); 
  border:1px solid #c1c1c1 ; 
  padding: 4px;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}

table.dataTable tbody td , td.dataTableContent {
  border:1px solid #E6E6E6; 
  padding: 4px;
  font-size: 11px;
  color: #000000;
}

.dataTableRowSelected {
	background-color: #fbebb1;
}
.dataTableRowOver {
	background-color: #fffaf3;
	cursor: pointer;
}
